diff --git a/wms/account-receivable-check.php b/wms/account-receivable-check.php index 6ddf7a79..4ed786aa 100644 --- a/wms/account-receivable-check.php +++ b/wms/account-receivable-check.php @@ -1,18 +1,20 @@ +
目前應收 | +已開發票金額 | +未開發票金額 | +已收金額 | +未收金額 | + +
---|---|---|---|---|
= number_format(round($Bill[12])) ?> | += number_format(round($Bill[19])) ?> | += number_format(round($Bill[21])) ?> | += number_format(round($Bill[20])) ?> | += number_format(round($Bill[22])) ?> | + +
簽約款 | +二次款 | +貨抵工地款 | +安裝款 | +試車款 | +官檢款 | +交車款 | + +
---|---|---|---|---|---|---|
= number_format(round($Bill[5])) ?> | += number_format(round($Bill[6])) ?> | += number_format(round($Bill[7])) ?> | += number_format(round($Bill[8])) ?> | += number_format(round($Bill[9])) ?> | += number_format(round($Bill[10])) ?> | += number_format(round($Bill[11])) ?> | + +
發票號碼 | +發票日期 | +發票金額 | +收款日期 | +收款金額 | +說明 | +功能 | +
---|---|---|---|---|---|---|
= $invoice['InvoiceNo'] ?> | += date('Y-m-d', strtotime(strval($invoice['InvoiceTime']))) ?> | += number_format($invoice['OAmountWithTax']) ?> | + += number_format($received['received_amount']) ?> | += $received['remark'] ?> | ++ + + + + + | +