diff options
author | ivan <ivan> | 2002-09-21 11:17:39 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-09-21 11:17:39 +0000 |
commit | 8965012fa53fd05d851d2f5abed4e056ab758797 (patch) | |
tree | 819fc50e7c8292a2aede31b5d46fe1269a844733 /httemplate/docs/schema.html | |
parent | bfd2c9a7e80f665beca0254065d3f3c7945c23ca (diff) |
all taxes now have names. closes: Bug#15
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 54adec3a7..c518d4a4d 100644 --- a/httemplate/docs/schema.html +++ b/httemplate/docs/schema.html @@ -57,6 +57,7 @@ <li>recur - recurring fee <li>sdate - starting date <li>edate - ending date + <li>itemdesc - Line item description (currently used only when pkgnum is 0) </ul> <li><a name="cust_credit" href="man/FS/cust_credit.html">cust_credit</a> - Credits. The equivalent of a negative <a href="#cust_bill">cust_bill</a> record. <ul> @@ -133,6 +134,7 @@ <li>tax - % rate <li>taxclass <li>exempt_amount + <li>taxname - if defined, printed on invoices instead of "Tax" </ul> <li><a name="cust_tax_exempt" href="man/FS/cust_tax_exempt.html">cust_tax_exempt</a> - Tax exemption record <ul> |