]> wagnertech.de Git - mfinanz.git/blobdiff - sql/lx-office.sql
Umstellung von eur zu 3 Variablen in defaults
[mfinanz.git] / sql / lx-office.sql
index 3cffed08f66a4285b883ec1864b2511f2a618944..fcb157c2cda54047ed329b73b8b737cddda895d3 100644 (file)
@@ -177,7 +177,10 @@ CREATE TABLE "defaults" (
     itime timestamp without time zone DEFAULT now(),
     mtime timestamp without time zone,
     rmanumber text,
-    cnnumber text
+    cnnumber text,
+    accounting_method text,
+    inventory_system text,
+    profit_determination text
 );