~ubuntu-branches/debian/stretch/sql-ledger/stretch

« back to all changes in this revision

Viewing changes to doc/UPGRADE-2.8.7-2.8.20

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Hertzog
  • Date: 2009-01-15 10:46:03 UTC
  • mfrom: (1.2.3 upstream) (5.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090115104603-x23d4p1bwiz4fyqz
Tags: 2.8.20-1
* New upstream release.
  From 2.8.20:
  - fixed "database handle destroyed" error when printing 
  From 2.8.19:
  - added missing localization strings for batch printing module
  - added query to unlock orders when invoice is removed
  - added option to generate detailed purchase orders from sales orders
  - cross-reference consolidated orders; recall original order
    shipping address selection; select from previous addresses or enter a new
    address
  - added missing lineitem details on ship/receive screen
  - changed template parser to allow for multiple spaces and inline if
    statements 
* Add ${misc:Depends} to the Depends field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Upgrading from version 2.8.7 to 2.8.20
 
2
 
 
3
1. install SQL-Ledger over top
 
4
   # cd /usr/local
 
5
   # tar zxvf sql-ledger-2.8.20.tar.gz
 
6
 
 
7
2. fix permissions
 
8
   # chown -hR nobody:nogroup *
 
9
   # chmod 711 templates users css spool
 
10
 
 
11
Note: replace nobody:nogroup with your web server user and group
 
12
 
 
13
3. log in
 
14