[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[3945] branches/1.3/sql/coa/no/chart/General.sql
- Subject: SF.net SVN: ledger-smb:[3945] branches/1.3/sql/coa/no/chart/General.sql
- From: ..hidden..
- Date: Sun, 30 Oct 2011 21:55:14 +0000
Revision: 3945
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3945&view=rev
Author: ehuelsmann
Date: 2011-10-30 21:55:14 +0000 (Sun, 30 Oct 2011)
Log Message:
-----------
Replace dead links. Pointed out by 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:36:43 UTC (rev 3944)
+++ branches/1.3/sql/coa/no/chart/General.sql 2011-10-30 21:55:14 UTC (rev 3945)
@@ -1,8 +1,8 @@
begin;
-- Default chart of accounts
--- charset: ISO-8859-1
--- http://www.nif.idrett.no/ftp/Lover/doc/kontoplan.htm
--- http://www.legemiddelverket.no/rundskriv/frahtil/1999/ik-1499.htm
+-- charset: ISO-8859-1, see:
+-- http://www.idrett.no/TEMA/KLUBBGUIDEN/%C3%98KONOMI/Sider/regnskap.aspx
+-- http://www.idrett.no/tema/klubbguiden/%C3%B8konomi/Documents/Norskstandardkontoplan_ny.pdf
-- sample only
SELECT account_heading_save(NULL,'10','Immaterielle eiendeler', NULL);
SELECT account_save(NULL,'1000','Forskning og utvikling','A','', NULL, false, false, string_to_array('', ':'));
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.