import sql-ledger 2.4.4
[freeside.git] / sql-ledger / old / sql-ledger / doc / UPGRADE-1.8.4-1.8.5
1 Upgrading from version 1.8.4 to 1.8.5
2
3 1. install SQL-Ledger over top of your old installation
4    $ cd /usr/local
5    $ tar zxvf sql-ledger-1.8.5.tar.gz
6
7 2. update the tables with the admin script
8
9    You will not be able to log in until you upgraded the tables.
10
11
12 There are two new variables (<%customernumber%> and <%vendornumber%>)
13 which can be used in the forms. These may be used instead of the
14 internally generated customer_id and vendor_id.
15
16 Typically these numbers are used to retrieve a customer, vendor
17 by some ID. In most counter operations the phone number is used.
18