]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/Default.pm
Form::flatten_variables: Array Serialisierung gefixt
[mfinanz.git] / SL / DB / MetaSetup / Default.pm
index d1f8db557184aa438962a79654327d10b2ff15a7..1dff040f396ffdb626394973c54e622449683d70 100644 (file)
@@ -73,7 +73,8 @@ __PACKAGE__->meta->columns(
   feature_datev                             => { type => 'boolean', default => 'true', not_null => 1 },
   feature_erfolgsrechnung                   => { type => 'boolean', default => 'false', not_null => 1 },
   feature_eurechnung                        => { type => 'boolean', default => 'true', not_null => 1 },
-  feature_experimental                      => { type => 'boolean', default => 'true', not_null => 1 },
+  feature_experimental_assortment           => { type => 'boolean', default => 'true', not_null => 1 },
+  feature_experimental_order                => { type => 'boolean', default => 'true', not_null => 1 },
   feature_ustva                             => { type => 'boolean', default => 'true', not_null => 1 },
   fxgain_accno_id                           => { type => 'integer' },
   fxloss_accno_id                           => { type => 'integer' },
@@ -141,6 +142,7 @@ __PACKAGE__->meta->columns(
   sqnumber                                  => { type => 'text' },
   stocktaking_bin_id                        => { type => 'integer' },
   stocktaking_cutoff_date                   => { type => 'date' },
+  stocktaking_qty_threshold                 => { type => 'numeric', default => '0', precision => 25, scale => 5 },
   stocktaking_warehouse_id                  => { type => 'integer' },
   taxnumber                                 => { type => 'text' },
   templates                                 => { type => 'text' },