[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[3944] branches/1.3/sql/coa/no/chart/General.sql
- Subject: SF.net SVN: ledger-smb:[3944] branches/1.3/sql/coa/no/chart/General.sql
- From: ..hidden..
- Date: Sun, 30 Oct 2011 21:36:43 +0000
Revision: 3944
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3944&view=rev
Author: ehuelsmann
Date: 2011-10-30 21:36:43 +0000 (Sun, 30 Oct 2011)
Log Message:
-----------
Incorporate feedback from haso on IRC.
Modified Paths:
--------------
branches/1.3/sql/coa/no/chart/General.sql
Modified: branches/1.3/sql/coa/no/chart/General.sql
===================================================================
--- branches/1.3/sql/coa/no/chart/General.sql 2011-10-30 21:29:02 UTC (rev 3943)
+++ branches/1.3/sql/coa/no/chart/General.sql 2011-10-30 21:36:43 UTC (rev 3944)
@@ -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.