summaryrefslogtreecommitdiff
path: root/sql/German-Sample-gifi.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/German-Sample-gifi.sql')
-rwxr-xr-xsql/German-Sample-gifi.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/German-Sample-gifi.sql b/sql/German-Sample-gifi.sql
index 73161140..f2991961 100755
--- a/sql/German-Sample-gifi.sql
+++ b/sql/German-Sample-gifi.sql
@@ -1,3 +1,4 @@
+begin;
-- Einfacher Kontoplan für Deutschland
--
INSERT INTO gifi (accno,description) VALUES ('A0', 'Anlagevermögen');
@@ -17,3 +18,4 @@ INSERT INTO gifi (accno,description) VALUES ('P1', 'Rückstellungen');
INSERT INTO gifi (accno,description) VALUES ('P2', 'Fremdkapital Langfristig');
INSERT INTO gifi (accno,description) VALUES ('P3', 'Fremdkapital Kurzfristig');
INSERT INTO gifi (accno,description) VALUES ('P4', 'Passive Rechnungsabgrenzung');
+commit;