diff options
Diffstat (limited to 'httemplate/docs/schema.html')
-rw-r--r-- | httemplate/docs/schema.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/docs/schema.html b/httemplate/docs/schema.html index 818547e1c..c90f47641 100644 --- a/httemplate/docs/schema.html +++ b/httemplate/docs/schema.html @@ -100,6 +100,7 @@ <li><a name="cust_pay" href="man/FS/cust_pay.html">cust_pay</a> - Payments. Money being transferred from a customer. <ul> <li>paynum - primary key + <li>custnum - <a href="#cust_main">customer</a> <li>paid - amount <li>_date <li>payby - CARD, BILL, or COMP @@ -147,6 +148,7 @@ <li><a name="cust_refund" href="man/FS/cust_refund.html">cust_refund</a> - Refunds. The transfer of money to a customer; equivalent to a negative <a href="#cust_pay">cust_pay</a> record. <ul> <li>refundnum - primary key + <li>custnum - <a href="#cust_main">customer</a> <li>refund - amount <li>_date <li>payby - CARD, BILL or COMP |