ShippedQty: Algorithmusdetails konfigurierbar machen
[kivitendo-erp.git] / SL / DB / MetaSetup / Default.pm
index 8595473..f62f1d1 100644 (file)
@@ -126,6 +126,9 @@ __PACKAGE__->meta->columns(
   sepa_creditor_id                          => { type => 'text' },
   sepa_reference_add_vc_vc_id               => { type => 'boolean', default => 'false' },
   servicenumber                             => { type => 'text' },
+  shipped_qty_fill_up                       => { type => 'boolean', default => 'true', not_null => 1 },
+  shipped_qty_item_identity_fields          => { type => 'array', default => '{parts_id}', not_null => 1 },
+  shipped_qty_require_stock_out             => { type => 'boolean', default => 'false', not_null => 1 },
   show_bestbefore                           => { type => 'boolean', default => 'false' },
   show_longdescription_select_item          => { type => 'boolean', default => 'false' },
   show_weight                               => { type => 'boolean', default => 'false', not_null => 1 },