NEW Add The Luxembourg chart of accounts

This commit is contained in:
Alexandre SPANGARO 2017-10-24 07:07:28 +02:00
parent 28ae602b7e
commit 9e673f7c87
3 changed files with 1148 additions and 0 deletions

View File

@ -54,4 +54,6 @@ INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUE
-- Description of chart of account CL CL-PYME
INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES (67, 'PC-MIPYME', 'The PYME accountancy Chile plan', 1);
-- Description of chart of account LU PCN-LUXEMBURG
INSERT INTO llx_accounting_system (rowid, pcg_version, label, active) VALUES (140,'PCN-LUXEMBURG', 'Plan comptable normalisé Luxembourgeois', 1);

File diff suppressed because it is too large Load Diff

View File

@ -445,6 +445,7 @@ UPDATE llx_accounting_system SET fk_country = 2 WHERE pcg_version = 'PCMN-BASE'
UPDATE llx_accounting_system SET fk_country = 4 WHERE pcg_version = 'PCG08-PYME';
UPDATE llx_accounting_system SET fk_country = 80 WHERE pcg_version = 'DK-STD';
UPDATE llx_accounting_system SET fk_country = 67 WHERE pcg_version = 'PC-MIPYME';
UPDATE llx_accounting_system SET fk_country =140 WHERE pcg_version = 'PCN-LUXEMBURG';
-- May have error due to duplicate keys