diff options
author | ivan <ivan> | 2001-02-11 17:17:39 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-02-11 17:17:39 +0000 |
commit | 13477c4eb15c3150938a2af8e90f01ad2d83b335 (patch) | |
tree | f87b86e18298e1d82c6fcc417a63b39b6726f19d /htdocs/docs/schema.html | |
parent | 8436c8cc65a0e0a027269f915493b4eb85e963e0 (diff) |
documentation updates from jason
Diffstat (limited to 'htdocs/docs/schema.html')
-rw-r--r-- | htdocs/docs/schema.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/htdocs/docs/schema.html b/htdocs/docs/schema.html index 474a3501a..c61781774 100644 --- a/htdocs/docs/schema.html +++ b/htdocs/docs/schema.html @@ -17,7 +17,7 @@ <li>typenum - primary key <li>atype - name of this agent type </ul> - <li><a name="cust_bill">cust_bill</a> - Invoices + <li><a name="cust_bill">cust_bill</a> - Invoices. Declarations that a customer owes you money. The specific charges are itemized in <a href="#cust_billl_pkg">cust_bill_pkg</a>. <ul> <li>invnum - primary key <li>custnum - <a href="#cust_main">customer</a> @@ -35,7 +35,7 @@ <li>sdate - starting date <li>edate - ending date </ul> - <li><a name="cust_credit">cust_credit</a> - Credits + <li><a name="cust_credit">cust_credit</a> - Credits. The equivalent of a negative <a href="#cust_bill>cust_bill</a> record. <ul> <li>crednum - primary key <li>custnum - <a href="#cust_main">customer</a> @@ -87,7 +87,7 @@ <li>country <li>tax - % rate </ul> - <li><a name="cust_pay">cust_pay</a> - Payments + <li><a name="cust_pay">cust_pay</a> - Payments. Money being transferred from a customer. <ul> <li>paynum - primary key <li>invnum - <a href="#cust_bill">invoice</a> @@ -127,7 +127,7 @@ <li>cancel - (past) cancellation date <li>otaker - order taker </ul> - <li><a name="cust_refund">cust_refund</a> - Refunds + <li><a name="cust_refund">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>crednum - <a href="#cust_credit">credit</a> |