Die Steuersätze richten sich nach dem Ertrags- bzw. dem Aufwands- und nicht nach...
[kivitendo-erp.git] / sql / lx-office.sql
index ffcf8ca..b4f956b 100644 (file)
@@ -112,6 +112,7 @@ CREATE TABLE "defaults" (
         "audittrail" bool default 'f',
         "articlenumber" text,
         "servicenumber" text,
+        "coa" text,
         "itime" timestamp DEFAULT now(),
         "mtime" timestamp
 );
@@ -534,6 +535,7 @@ CREATE TABLE "business" (
         "mtime" timestamp
 );
 
+
 CREATE TABLE "sic" (
        "code" text,
        "sictype" character(1),