X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=sql%2Flx-office.sql;h=fcb157c2cda54047ed329b73b8b737cddda895d3;hb=8974129421f2b7c98495f8036e5f4d2d0ac7b738;hp=3cffed08f66a4285b883ec1864b2511f2a618944;hpb=0a1bea675b76367bf2fb15ffb3213fee858c9803;p=kivitendo-erp.git 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 );