]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/Default.pm
Presenter: Neue Struktur in weiteren Belegen
[mfinanz.git] / SL / DB / MetaSetup / Default.pm
index 85954739d1d9569643e268375182c84827906b10..ea81e3504414706fe0e98028f6e21bd52e47b9e0 100644 (file)
@@ -55,6 +55,7 @@ __PACKAGE__->meta->columns(
   doc_storage_for_attachments               => { type => 'text', default => 'Filesystem' },
   doc_storage_for_documents                 => { type => 'text', default => 'Filesystem' },
   doc_storage_for_images                    => { type => 'text', default => 'Filesystem' },
+  doc_storage_for_shopimages                => { type => 'text', default => 'Filesystem' },
   doc_webdav                                => { type => 'boolean', default => 'false' },
   dunning_ar                                => { type => 'integer' },
   dunning_ar_amount_fee                     => { type => 'integer' },
@@ -126,6 +127,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 },