Release notes for Gnuaccounting 0.8.0
===================================================

Known bugs
===================================================
 * Keystrokes are not passed on to embedded OpenOffice.org frames in 
   Gnome2-Environments. This seems to be a Gnome2/SWT/OpenOffice.org issue.
   Workaround: Use OpenOffice.org standalone to edit templates in 
   ~/.gnuaccounting/0000/<templateprefix>-template1.odt
 * On linux, the dialog box asking if the tutorial should be shown is 
   drawn incorrectly. 
 * The combo box shipped interval in the webshop import window is ignored
 * Transactiondetailwindow changes, e.g. to VAT amounts, are ignored
 * Period restriction in spreadsheet export are ignored
 * ad-hoc price changes item table in new transaction wizard are ignored
 * if a cancellation is canceled the next transactions with the same reference 
   (e.g. reminder) may have double items and/or double VAT until GA is restarted     
  
 
Summary of changes
===================================================

 Improvements/refactorings
 * refactor: pics directory merged with libs
 * refactor: hibernateUtil -> persistUtil
 * refactor: rename skr03.xml
 * refactor: skr03.xml 'revenue' account type should be 'income' 
 * refactor: remove tax credit/debit account redundancy, create account chart class
 * refactor: webshop import save in properties files, merged redundant parts in openTransImporter and Webshopimporter
 * refactor: "entry" class: rewrite "columns" private classes which were a bad idea in the first place
 * refactor: skr03.xml should indivate VAT cols
 * refactor: 1) opentrans, 2) tax definition redundancy 3) entry simplifications/transaction-entry straightened 4) jpa2 5) import transactions 6) webshop
 * refactor: merged transactionContentProvider and items
 * refactor: credit notes are no longer called credit memos
 * refactor: removed entry.referredTransactionID
 * refactor: have item list in appTransaction (remove items class)
 * refactor: incoming transactions make multi-entries redundant 
 * Knicken 1. kontendefinition code/function/reference simplifications
 * update from pre JPA-1 hibernate to post JPA-2 eclipseLink
 * renamed transaction-->appTransaction, user -->appUser for JPA2
 * derby instead of hsqldb
 * experimental repo preparations
 
 Bug fixes
 * obdx file was only generated when mail was sent
 * keyfocus fix attempt on linux
 * application could hang on invoice with more than one item 
 * gnuaccounting did not start in Vista
 
 New features
 * link in bookkeeping window to show size of import queue
 * indicate credit/debit in statements (spread sheet export)
 * ASCII export (addison)
 * add units, 
 * add long product description
 * openTrans support 
 
