[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[3942] tags/1.3.2/sql/coa/no/chart/General.sql



Revision: 3942
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3942&view=rev
Author:   ehuelsmann
Date:     2011-10-30 21:18:22 +0000 (Sun, 30 Oct 2011)
Log Message:
-----------
Incorporate directions by haso from IRC.

Modified Paths:
--------------
    tags/1.3.2/sql/coa/no/chart/General.sql

Modified: tags/1.3.2/sql/coa/no/chart/General.sql
===================================================================
--- tags/1.3.2/sql/coa/no/chart/General.sql	2011-10-30 09:43:34 UTC (rev 3941)
+++ tags/1.3.2/sql/coa/no/chart/General.sql	2011-10-30 21:18:22 UTC (rev 3942)
@@ -104,11 +104,13 @@
 SELECT account_save(NULL,'2650','Forsikringstrekk','L','', NULL, false, false, string_to_array('', ':'));
 SELECT account_save(NULL,'2660','Fagforeningstrekk','L','', NULL, false, false, string_to_array('', ':'));
 SELECT account_save(NULL,'2690','Andre trekk','L','', NULL, false, false, string_to_array('', ':'));
-SELECT account_save(NULL,'2710','UtgÃende 24% mva','L','', NULL, false, false, string_to_array('AR_tax:IC_taxpart:IC_taxservice', ':'));
-SELECT account_save(NULL,'2715','UtgÃende 12% mva','L','', NULL, false, false, string_to_array('AR_tax:IC_taxpart:IC_taxservice', ':'));
+SELECT account_save(NULL,'2710','UtgÃende 25% mva','L','', NULL, false, false, string_to_array('AR_tax:IC_taxpart:IC_taxservice', ':'));
+SELECT account_save(NULL,'2720','UtgÃende 14% mva','L','', NULL, false, false, string_to_array('AR_tax:IC_taxpart:IC_taxservice', ':'));
+SELECT account_save(NULL,'2730','UtgÃende 8% mva','L','', NULL, false, false, string_to_array('AR_tax:IC_taxpart:IC_taxservice', ':'));
 SELECT account_save(NULL,'2717','Beregnet avgift utlandet','L','', NULL, false, false, string_to_array('', ':'));
-SELECT account_save(NULL,'2720','InngÃende 24% mva','L','', NULL, false, false, string_to_array('AP_tax:IC_taxpart:IC_taxservice', ':'));
-SELECT account_save(NULL,'2725','InngÃende 12% mva','L','', NULL, false, false, string_to_array('AP_tax:IC_taxpart:IC_taxservice', ':'));
+SELECT account_save(NULL,'2715','InngÃende 25% mva','L','', NULL, false, false, string_to_array('AP_tax:IC_taxpart:IC_taxservice', ':'));
+SELECT account_save(NULL,'2725','InngÃende 14% mva','L','', NULL, false, false, string_to_array('AP_tax:IC_taxpart:IC_taxservice', ':'));
+SELECT account_save(NULL,'2735','InngÃende 25% mva','L','', NULL, false, false, string_to_array('AP_tax:IC_taxpart:IC_taxservice', ':'));
 SELECT account_save(NULL,'2745','Grunnlag 1 tjenester utlandet','L','', NULL, false, false, string_to_array('', ':'));
 SELECT account_save(NULL,'2746','Grunnlag 2 tjenester utlandet','L','', NULL, false, false, string_to_array('', ':'));
 SELECT account_save(NULL,'2750','OppgjÃrskonto merverdiavgift','L','', NULL, false, false, string_to_array('', ':'));
@@ -287,10 +289,12 @@
 SELECT account_save(NULL,'8980','Avsatt til fri egenkapital','E','', NULL, false, false, string_to_array('', ':'));
 SELECT account_save(NULL,'8990','Udekket tap','E','', NULL, false, false, string_to_array('', ':'));
 --
-insert into tax (chart_id,rate) values ((select id from chart where accno = '2710'),0.24);
-insert into tax (chart_id,rate) values ((select id from chart where accno = '2715'),0.12);
-insert into tax (chart_id,rate) values ((select id from chart where accno = '2720'),0.24);
-insert into tax (chart_id,rate) values ((select id from chart where accno = '2725'),0.12);
+insert into tax (chart_id,rate) values ((select id from chart where accno = '2710'),0.25);
+insert into tax (chart_id,rate) values ((select id from chart where accno = '2720'),0.14);
+insert into tax (chart_id,rate) values ((select id from chart where accno = '2730'),0.08);
+insert into tax (chart_id,rate) values ((select id from chart where accno = '2715'),0.25);
+insert into tax (chart_id,rate) values ((select id from chart where accno = '2725'),0.14);
+insert into tax (chart_id,rate) values ((select id from chart where accno = '2735'),0.08);
 --
 INSERT INTO defaults (setting_key, value) VALUES ('inventory_accno_id', (select id from chart where accno = '1250'));
 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.