summaryrefslogtreecommitdiff
path: root/doc/UPGRADE-1.8-1.8.3
blob: 10522d14fdd30da339e6080308260f141355a847 (plain)
  1. Upgrading from version 1.8.(0-2) to 1.8.3
  2. 1. install LedgerSMB over top of your old installation
  3. $ cd /usr/local
  4. $ tar zxvf sql-ledger-1.8.3.tar.gz
  5. 2. copy ledger-smb.conf.default to ledger-smb.conf
  6. $ cp ledger-smb.conf.default ledger-smb.conf
  7. if you modified ledger-smb.conf merge the changes from the
  8. .default file rather than copying over top.
  9. 3. copy the new master templates to your template directory
  10. $ cd ../templates
  11. $ cp Default-invoice.tex your_template_dir/invoice.tex
  12. $ cp Default-packing_list.tex your_template_dir/packing_list.tex
  13. $ cp Default-purchase_order.tex your_template_dir/purchase_order.tex
  14. $ cp Default-sales_order.tex your_template_dir/sales_order.tex
  15. 4. edit ledger-smb.conf
  16. instructions are in the file