summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2003-09-25 10:42:28 +0000
committerivan <ivan>2003-09-25 10:42:28 +0000
commitd6436c7251a94c9597c7b2195d63bd7c86f956e9 (patch)
tree4b72daa76468f1d874720e11f5f7699c74b77528
parent9679b64218a5bb0b148d07582589dd8ef0de7567 (diff)
add setuptax and recurtax fields to cust_main_county
-rwxr-xr-xFS/bin/freeside-setup2
-rw-r--r--httemplate/docs/schema.html2
2 files changed, 4 insertions, 0 deletions
diff --git a/FS/bin/freeside-setup b/FS/bin/freeside-setup
index 197542086..27d02529c 100755
--- a/FS/bin/freeside-setup
+++ b/FS/bin/freeside-setup
@@ -539,6 +539,8 @@ sub tables_hash_hack {
'exempt_amount', @money_type,
'tax', 'real', '', '', #tax %
'taxname', 'varchar', 'NULL', $char_d,
+ 'setuptax', 'char', 'NULL', 1, # Y = setup tax exempt
+ 'recurtax', 'char', 'NULL', 1, # Y = recur tax exempt
],
'primary_key' => 'taxnum',
'unique' => [],
diff --git a/httemplate/docs/schema.html b/httemplate/docs/schema.html
index a59755e76..9204bdc8f 100644
--- a/httemplate/docs/schema.html
+++ b/httemplate/docs/schema.html
@@ -142,6 +142,8 @@
<li>taxclass
<li>exempt_amount
<li>taxname - if defined, printed on invoices instead of "Tax"
+ <li>setuptax - if 'Y', this tax does not apply to setup fees
+ <li>recurtax - if 'Y', this tax does not apply to recurring fees
</ul>
<li><a name="cust_tax_exempt" href="man/FS/cust_tax_exempt.html">cust_tax_exempt</a> - Tax exemption record
<ul>