Share

GnuAccounting

File Release Notes and Changelog

Release Name: 0.6.2

Notes: Release notes for Gnuaccounting 0.6.2 =================================================== Please bear in mind that this program is under development (beta phase). Please e.g. do not use it in production environments without a secondary, up-to-date application as fallback. Database update =================================================== jstaerk@kent:~/.gnuaccounting$ mv data0.6.0.properties data0.6.2.properties jstaerk@kent:~/.gnuaccounting$ mv data0.6.0.script data0.6.2.script jstaerk@kent:~/.gnuaccounting$ java -cp /usr/local/gnuaccounting/libs/hsqldb.jar org.hsqldb.util.DatabaseManagerSwing --url jdbc:hsqldb:file:data0.6.2 ALTER TABLE contacts ADD COLUMN bankaccount varchar(250) default '' NOT NULL BEFORE message; ALTER TABLE contacts ADD COLUMN bankcode varchar(250) default '' NOT NULL BEFORE message; ALTER TABLE contacts ADD COLUMN accountholder varchar(250) default '' NOT NULL BEFORE message; ALTER TABLE contacts ADD COLUMN paymentmethod int default '0' NOT NULL BEFORE message; ALTER TABLE accounts ADD COLUMN title varchar(255) default '' NOT NULL BEFORE description; ALTER TABLE transaction_types ADD COLUMN direction varchar(255) default 'outgoing' NULL BEFORE created; CREATE TABLE vouchers (client int default '0' NOT NULL,id int NOT NULL IDENTITY,date_entry datetime NOT NULL,date_voucher datetime NOT NULL,number varchar(255) NOT NULL,source varchar(255) NULL,source_md5 varchar(100) NULL,entry_id int NULL,PRIMARY KEY (id) ); 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 * Gnuaccounting has not yet been tested on 64 bit operating systems. They might require replacing SWT libraries (see bug 1928577, https://sourceforge.net/tracker/index.php?func=detail&aid=1928577&group_id=130483&atid=717971). Summary of changes =================================================== Tons of small fixes... Changes in this release =================================================== * Transaction selection showed credit memo for personal drawings * require libchipcard config for HBCI usage * move to swt 3.4 * be able to start shell script from any location * need configure script (installable version!) * mysql corrections * database to support vouchers and contact bank information * check bank account/code correctness * support account short description (title) * personal drawings and credit memos share credit memo index (in numbers&formats) * support HBCI in balance window * quantity 1.11 gets senselessly floatpointed * add database field for incoming or outgoing numbers


Changes: