summaryrefslogtreecommitdiff
path: root/httemplate/docs/schema.html
diff options
context:
space:
mode:
authorivan <ivan>2004-07-06 13:26:21 +0000
committerivan <ivan>2004-07-06 13:26:21 +0000
commitcfe85e45bcba97089988b4dc22a895aec687f2c3 (patch)
tree398e4b9426b600a4add79ebfd87598977e91d71e /httemplate/docs/schema.html
parent62b9467f16b67a95742a4ef060246e7e2fbf387c (diff)
add cust_pay_void table and payment voiding web ui part one
Diffstat (limited to 'httemplate/docs/schema.html')
-rw-r--r--httemplate/docs/schema.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/httemplate/docs/schema.html b/httemplate/docs/schema.html
index 8a27e0118..8dee8ad9e 100644
--- a/httemplate/docs/schema.html
+++ b/httemplate/docs/schema.html
@@ -176,6 +176,20 @@
<li>paybatch - text field for tracking card processor batches
<li>closed - books closed flag, empty or `Y'
</ul>
+ <li><a name="cust_pay-void" href="man/FS/cust_pay_void.html">cust_pay_void</a> - Voided payments.
+ <ul>
+ <li>paynum - primary key
+ <li>custnum - <a href="#cust_main">customer</a>
+ <li>paid - amount
+ <li>_date
+ <li>payby - CARD, CHEK, LECB, BILL, or COMP
+ <li>payinfo - card number, P.O.#, or comp issuer
+ <li>paybatch - text field for tracking card processor batches
+ <li>closed - books closed flag, empty or `Y'
+ <li>void_date
+ <li>reason
+ <li>otaker - order taker
+ </ul>
<li><a name="cust_bill_pay" href="man/FS/cust_bill_pay.html">cust_bill_pay</a> - Applicaton of a payment to a specific invoice.
<ul>
<li>billpaynum