gnucash master: Add note for the new Swedish account file

Geert Janssens gjanssens at code.gnucash.org
Sun Feb 16 16:51:50 EST 2014


Updated	 via  https://github.com/Gnucash/gnucash/commit/db982ff6 (commit)
	from  https://github.com/Gnucash/gnucash/commit/eb5d7599 (commit)



commit db982ff6ba59f1d11e75b7552ca3cfb86a87213e
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sun Feb 16 22:45:58 2014 +0100

    Add note for the new Swedish account file
    
    This is a follow up on bug https://bugzilla.gnome.org/show_bug.cgi?id=724427

diff --git a/accounts/sv_SE/Makefile.am b/accounts/sv_SE/Makefile.am
index 7f626df..b207f4b 100644
--- a/accounts/sv_SE/Makefile.am
+++ b/accounts/sv_SE/Makefile.am
@@ -4,4 +4,5 @@ accountdir = ${GNC_ACCOUNTS_DIR}/sv_SE
 account_DATA = \
 	bas_2012.gnucash-xea 
 EXTRA_DIST = \
+  README.bas_2012 \
   ${account_DATA}
diff --git a/accounts/sv_SE/README.bas_2012 b/accounts/sv_SE/README.bas_2012
new file mode 100644
index 0000000..8aed60e
--- /dev/null
+++ b/accounts/sv_SE/README.bas_2012
@@ -0,0 +1,15 @@
+Account plan for Sweden
+-----------------------
+
+These notes are taken from
+https://bugzilla.gnome.org/show_bug.cgi?id=724427
+and added here in case someone wants to look into some areas the
+original author was unsure of.
+
+* An advanced user with much knowledge about BAS might want to look over the
+  classification of the following accounts (but it should work as is too):
+
+  2510
+  2710--2790
+  8810--8850
+  8910--8999



Summary of changes:
 accounts/sv_SE/Makefile.am     |  1 +
 accounts/sv_SE/README.bas_2012 | 15 +++++++++++++++
 2 files changed, 16 insertions(+)
 create mode 100644 accounts/sv_SE/README.bas_2012



More information about the gnucash-changes mailing list