X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=sql%2Flx-office.sql;h=fcb157c2cda54047ed329b73b8b737cddda895d3;hb=368f144b970a4b307a50d82bb398e704d65eec43;hp=3cffed08f66a4285b883ec1864b2511f2a618944;hpb=75f484cf53923b2734363b5ed3c81623037aeac3;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 );