diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-03-06 04:31:39 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-03-06 04:31:39 +0000 |
commit | f6a43d3f361b001046865e92f9edb0aee7a4ebc9 (patch) | |
tree | 7b4486a02702ae5dc73bed00db0d9b6dbfda40a4 | |
parent | 881a302829e6cb38dbb5ce6950638d2c39cf5865 (diff) |
Final installment of coa file refactoring
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@853 4979c152-3d1c-0410-bac9-87ea11338e46
-rw-r--r-- | Changelog | 7 | ||||
-rwxr-xr-x | sql/coa/ch/chart/German.sql (renamed from sql/Swiss-German-chart.sql) | 0 | ||||
-rwxr-xr-x | sql/coa/ch/gifi/German.sql (renamed from sql/Swiss-German-gifi.sql) | 0 | ||||
-rwxr-xr-x | sql/coa/cn/chart/General.sql (renamed from sql/Simplified-Chinese_Default-chart.sql) | 0 | ||||
-rwxr-xr-x | sql/coa/es/chart/General.sql (renamed from sql/Spain-chart.sql) | 0 | ||||
-rwxr-xr-x | sql/coa/es/chart/ISO.sql (renamed from sql/Spain-ISO-chart.sql) | 0 | ||||
-rwxr-xr-x | sql/coa/pl/chart/General.sql (renamed from sql/Poland-chart.sql) | 0 | ||||
-rwxr-xr-x | sql/coa/se/chart/Agriculture.sql (renamed from sql/Sweden_Agriculture-chart.sql) | 0 | ||||
-rwxr-xr-x | sql/coa/se/chart/Church_Society.sql (renamed from sql/Sweden_Church_Society-chart.sql) | 0 | ||||
-rwxr-xr-x | sql/coa/se/chart/General.sql (renamed from sql/Sweden-chart.sql) | 0 | ||||
-rwxr-xr-x | sql/coa/se/gifi/General.sql (renamed from sql/Sweden-gifi.sql) | 0 | ||||
-rwxr-xr-x | sql/coa/tw/chart/General.sql (renamed from sql/Traditional-Chinese_Default-chart.sql) | 0 | ||||
-rwxr-xr-x | sql/coa/ve/chart/General.sql (renamed from sql/Venezuela_Default-chart.sql) | 0 |
13 files changed, 4 insertions, 3 deletions
@@ -1,7 +1,8 @@ Changelog for LedgerSMB 1.3.0 -* Improved error handling/display -* Basic RESTful web services dispatcher -* Timecard lists project descriptions as well as numbers +* Improved error handling/display (Jason) +* Basic RESTful web services dispatcher (Jason) +* Timecard lists project descriptions as well as numbers (Chris) +* Chart of Accounts files organized hierarchically by country code (Chris) Changelog for LedgerSMB 1.2.0 diff --git a/sql/Swiss-German-chart.sql b/sql/coa/ch/chart/German.sql index ad24d155..ad24d155 100755 --- a/sql/Swiss-German-chart.sql +++ b/sql/coa/ch/chart/German.sql diff --git a/sql/Swiss-German-gifi.sql b/sql/coa/ch/gifi/German.sql index 814030f1..814030f1 100755 --- a/sql/Swiss-German-gifi.sql +++ b/sql/coa/ch/gifi/German.sql diff --git a/sql/Simplified-Chinese_Default-chart.sql b/sql/coa/cn/chart/General.sql index 8999ea81..8999ea81 100755 --- a/sql/Simplified-Chinese_Default-chart.sql +++ b/sql/coa/cn/chart/General.sql diff --git a/sql/Spain-chart.sql b/sql/coa/es/chart/General.sql index fd292b51..fd292b51 100755 --- a/sql/Spain-chart.sql +++ b/sql/coa/es/chart/General.sql diff --git a/sql/Spain-ISO-chart.sql b/sql/coa/es/chart/ISO.sql index 97791427..97791427 100755 --- a/sql/Spain-ISO-chart.sql +++ b/sql/coa/es/chart/ISO.sql diff --git a/sql/Poland-chart.sql b/sql/coa/pl/chart/General.sql index c31bc1cf..c31bc1cf 100755 --- a/sql/Poland-chart.sql +++ b/sql/coa/pl/chart/General.sql diff --git a/sql/Sweden_Agriculture-chart.sql b/sql/coa/se/chart/Agriculture.sql index 4d5f5617..4d5f5617 100755 --- a/sql/Sweden_Agriculture-chart.sql +++ b/sql/coa/se/chart/Agriculture.sql diff --git a/sql/Sweden_Church_Society-chart.sql b/sql/coa/se/chart/Church_Society.sql index 11b64e20..11b64e20 100755 --- a/sql/Sweden_Church_Society-chart.sql +++ b/sql/coa/se/chart/Church_Society.sql diff --git a/sql/Sweden-chart.sql b/sql/coa/se/chart/General.sql index 8d7d4c6d..8d7d4c6d 100755 --- a/sql/Sweden-chart.sql +++ b/sql/coa/se/chart/General.sql diff --git a/sql/Sweden-gifi.sql b/sql/coa/se/gifi/General.sql index b28cad27..b28cad27 100755 --- a/sql/Sweden-gifi.sql +++ b/sql/coa/se/gifi/General.sql diff --git a/sql/Traditional-Chinese_Default-chart.sql b/sql/coa/tw/chart/General.sql index e93c70f8..e93c70f8 100755 --- a/sql/Traditional-Chinese_Default-chart.sql +++ b/sql/coa/tw/chart/General.sql diff --git a/sql/Venezuela_Default-chart.sql b/sql/coa/ve/chart/General.sql index 84656e5e..84656e5e 100755 --- a/sql/Venezuela_Default-chart.sql +++ b/sql/coa/ve/chart/General.sql |