diff options
Diffstat (limited to 'httemplate/docs/schema.html')
-rw-r--r-- | httemplate/docs/schema.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/httemplate/docs/schema.html b/httemplate/docs/schema.html index b38031777..8a27e0118 100644 --- a/httemplate/docs/schema.html +++ b/httemplate/docs/schema.html @@ -87,6 +87,14 @@ <li>amount - amount applied <li>_date </ul> + <li><a name="cust_pay_refund" href="man/FS/cust_pay_refund.html">cust_credit_bill</a> - Refund payment application. Links a refund to a payment. + <ul> + <li>payrefundnum - primary key + <li>paynum - <a href="#cust_pay">payment</a> + <li>refundnum - <a href="#cust_refund">refund</a> + <li>amount - amount applied + <li>_date + </ul> <li><a name="cust_main" href="man/FS/cust_main.html">cust_main</a> - Customers <ul> <li>custnum - primary key |