[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [597] trunk
- Subject: SF.net SVN: ledger-smb: [597] trunk
- From: ..hidden..
- Date: Tue, 14 Nov 2006 12:24:51 -0800
Revision: 597
http://svn.sourceforge.net/ledger-smb/?rev=597&view=rev
Author: einhverfr
Date: 2006-11-14 12:24:51 -0800 (Tue, 14 Nov 2006)
Log Message:
-----------
Fixed issue with US_General chart and updated BUGS file
Modified Paths:
--------------
trunk/BUGS
trunk/sql/US_General-chart.sql
Modified: trunk/BUGS
===================================================================
--- trunk/BUGS 2006-11-14 17:45:29 UTC (rev 596)
+++ trunk/BUGS 2006-11-14 20:24:51 UTC (rev 597)
@@ -2,5 +2,16 @@
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
Modified: trunk/sql/US_General-chart.sql
===================================================================
--- trunk/sql/US_General-chart.sql 2006-11-14 17:45:29 UTC (rev 596)
+++ trunk/sql/US_General-chart.sql 2006-11-14 20:24:51 UTC (rev 597)
@@ -88,7 +88,7 @@
--
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'));
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.