diff options
author | ivan <ivan> | 2006-01-25 12:34:29 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-01-25 12:34:29 +0000 |
commit | cbbd0225b07269209c674733bcf70f1c1308e84a (patch) | |
tree | d28e3ab684b0592fdca43bfe46265c88a769c6e6 /README.2.0.0 | |
parent | 04175bb893448a31153bdca1539c44db6db0c003 (diff) |
change texas-style tax exemptions to be against a specific line item rather than just general per-customer, for later tracking and tax reporting. fix 1969/1970 exemptions for one-off charges
Diffstat (limited to 'README.2.0.0')
-rw-r--r-- | README.2.0.0 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/README.2.0.0 b/README.2.0.0 new file mode 100644 index 000000000..3f5f1158f --- /dev/null +++ b/README.2.0.0 @@ -0,0 +1,17 @@ + +make install-perl-modules +run "freeside-upgrade username" to uprade your database schema + +(if freeside-upgrade hangs, try stopping Apache, all Freeside processes, and + anything else connected to your database, especially on older Pg versions) + +If you have any records in the cust_tax_exempt table, you *MUST* migrate them +to the new cust_tax_exempt_pkg table. An example script to get you started is +in bin/fs-migrate-cust_tax_exempt - it may need to be customized for your +specific data. + +------ + +make install-docs + (or "make deploy" if you've got everything setup in the Makefile) + |