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

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



Sorry!!

I'll revert and commit to the branch instead!

Bye,

Erik.

On Sun, Oct 30, 2011 at 10:18 PM,  <..hidden..> wrote:
> 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.
>
>
> ------------------------------------------------------------------------------
> Get your Android app more play: Bring it to the BlackBerry PlayBook
> in minutes. BlackBerry App World&#153; now supports Android&#153; Apps
> for the BlackBerry&reg; PlayBook&#153;. Discover just how easy and simple
> it is! http://p.sf.net/sfu/android-dev2dev
> _______________________________________________
> Ledger-smb-commits mailing list
> ..hidden..
> https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits
>