Umstellung von eur zu 3 Variablen in defaults
[kivitendo-erp.git] / SL / DB / MetaSetup / Default.pm
index f213eda..7406c22 100644 (file)
@@ -43,6 +43,9 @@ __PACKAGE__->meta->setup(
     sdonumber                  => { type => 'text' },
     ar_paid_accno_id           => { type => 'integer' },
     id                         => { type => 'serial', not_null => 1 },
+    accounting_method          => { type => 'text' },
+    inventory_system           => { type => 'text' },
+    profit_determination       => { type => 'text' },
   ],
 
   primary_key_columns => [ 'id' ],