From b649674cedc410fe068bfe441b6da6ab5ac5e4e3 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Tue, 14 Nov 2006 20:24:51 +0000 Subject: Fixed issue with US_General chart and updated BUGS file git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@597 4979c152-3d1c-0410-bac9-87ea11338e46 --- BUGS | 13 ++++++++++++- sql/US_General-chart.sql | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/BUGS b/BUGS index 7a3163cb..74b6118b 100644 --- a/BUGS +++ b/BUGS @@ -2,5 +2,16 @@ Known issues in LedgerSMB 1.2, Beta 1: Installation/upgrade is not automated yet. -Currencies do not show up on invoices/orders. +Changes since last Beta: +Currencies not showing up on orders and invoices + +Internal server error on login screen when can't connect to db. + +A couple of dataset creation issues. + +A few documentation fixes + +Updates RPM Spec file + +Better error handling in Admin.pl diff --git a/sql/US_General-chart.sql b/sql/US_General-chart.sql index 7c7985d3..fc5ef754 100755 --- a/sql/US_General-chart.sql +++ b/sql/US_General-chart.sql @@ -88,7 +88,7 @@ insert into tax (chart_id,rate) values ((select id from chart where accno = '215 -- INSERT INTO defaults (setting_key, value) VALUES ('inventory_accno_id', (select id from chart where accno = '1510')); - INSERT INTO defaults (setting_key, value) VALUES ('inventory_accno_id', (select id from chart where accno = '4010')); + INSERT INTO defaults (setting_key, value) VALUES ('income_accno_id', (select id from chart where accno = '4010')); INSERT INTO defaults (setting_key, value) VALUES ('expense_accno_id', (select id from chart where accno = '5010')); -- cgit v1.2.3