]> wagnertech.de Git - mfinanz.git/blobdiff - sql/lx-office.sql
Mehrere neue Outputtypen für die parsing engine eingebaut:
[mfinanz.git] / sql / lx-office.sql
index ffcf8ca3615526becdef4cec14af2fbe9dcf579c..b4f956bbc1b574abc703efcfdad910045e83f269 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),