first pass at sales reports per agent and package class
[freeside.git] / README.1.7.0
1
2 install DBIx::DBSchema 0.31 (or later)
3 install Color::Scheme
4
5 make install-perl-modules
6 run "freeside-upgrade username" to uprade your database schema
7
8 (if freeside-upgrade hangs, try stopping Apache, all Freeside processes, and
9  anything else connected to your database, especially on older Pg versions)
10
11 If you have any records in the cust_tax_exempt table, you *MUST* migrate them
12 to the new cust_tax_exempt_pkg table.  An example script to get you started is
13 in bin/fs-migrate-cust_tax_exempt - it may need to be customized for your
14 specific data.
15
16 Optional for better zip code report performance:
17 CREATE INDEX cust_main16 on cust_main ( zip );
18 CREATE INDEX cust_main17 on cust_main ( ship_zip );
19
20 ------
21
22 make install-docs
23  (or "make deploy" if you've got everything setup in the Makefile)
24