X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/195883fdfd3b10f329036767f027baa6e7c402b9..456a81dd3b5ccd8b4a48ea166d465ca2b9fb5b6b:/sql/lx-office.sql diff --git a/sql/lx-office.sql b/sql/lx-office.sql index 4b1606c7f..240803396 100644 --- a/sql/lx-office.sql +++ b/sql/lx-office.sql @@ -161,7 +161,10 @@ CREATE TABLE "invoice" ( "serialnumber" text, "itime" timestamp DEFAULT now(), "mtime" timestamp, - "pricegroup_id" integer + "pricegroup_id" integer, + "ordnumber" text, + "transdate" text, + "cusordnumber" text ); CREATE TABLE "vendor" ( @@ -397,7 +400,10 @@ CREATE TABLE "orderitems" ( "id" integer DEFAULT nextval('orderitemsid'::text) PRIMARY KEY, "itime" timestamp DEFAULT now(), "mtime" timestamp, - "pricegroup_id" integer + "pricegroup_id" integer, + "ordnumber" text, + "transdate" text, + "cusordnumber" text ); CREATE TABLE "exchangerate" (