X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/75f484cf53923b2734363b5ed3c81623037aeac3..43f9b1c512be9bc2199369c2f5accea32b8bd423:/sql/lx-office.sql diff --git a/sql/lx-office.sql b/sql/lx-office.sql index 3cffed08f..fcb157c2c 100644 --- a/sql/lx-office.sql +++ b/sql/lx-office.sql @@ -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 );