diff --git a/wms/account-receivable-index.php b/wms/account-receivable-index.php
new file mode 100644
index 00000000..f2e91ec6
--- /dev/null
+++ b/wms/account-receivable-index.php
@@ -0,0 +1,36 @@
+";
+}
+echo "
";
+// $sql_depid = "SELECT department_id, name from department";
+// $dept_query = mysqli_query($link, $sql_depid);
+// $deptype = mysqli_fetch_all($dept_query, MYSQLI_ASSOC);
+$sql_contract = "SELECT * FROM salOrderStagePay;";
+$contract = $conn->query($sql_contract);
+foreach($contract as $cont){
+ print_r($cont);
+ echo "
";
+}
\ No newline at end of file
diff --git a/wms/rib02-purReceive-submit.php b/wms/rib02-purReceive-submit.php
index 24b0a1d9..27b73cc2 100644
--- a/wms/rib02-purReceive-submit.php
+++ b/wms/rib02-purReceive-submit.php
@@ -1,6 +1,6 @@