X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/71d405108050e9982291812b9e6919e94d7e6c2d..69bfa40a001bfd0ca75d60babdb63f9199d4e45c:/SL/DB/MetaSetup/Default.pm?ds=inline diff --git a/SL/DB/MetaSetup/Default.pm b/SL/DB/MetaSetup/Default.pm index 640ef1d7b..85954739d 100644 --- a/SL/DB/MetaSetup/Default.pm +++ b/SL/DB/MetaSetup/Default.pm @@ -26,6 +26,7 @@ __PACKAGE__->meta->columns( assemblynumber => { type => 'text' }, assortmentnumber => { type => 'text' }, balance_startdate_method => { type => 'text' }, + bcc_to_login => { type => 'boolean', default => 'false', not_null => 1 }, bin_id => { type => 'integer' }, bin_id_ignore_onhand => { type => 'integer' }, businessnumber => { type => 'text' }, @@ -45,6 +46,16 @@ __PACKAGE__->meta->columns( datev_check_on_purchase_invoice => { type => 'boolean', default => 'true' }, datev_check_on_sales_invoice => { type => 'boolean', default => 'true' }, disabled_price_sources => { type => 'array' }, + doc_database => { type => 'boolean', default => 'false' }, + doc_delete_printfiles => { type => 'boolean', default => 'false' }, + doc_files => { type => 'boolean', default => 'false' }, + doc_files_rootpath => { type => 'text', default => './documents' }, + doc_max_filesize => { type => 'integer', default => 10000000 }, + doc_storage => { type => 'boolean', default => 'false' }, + 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_webdav => { type => 'boolean', default => 'false' }, dunning_ar => { type => 'integer' }, dunning_ar_amount_fee => { type => 'integer' }, dunning_ar_amount_interest => { type => 'integer' }, @@ -62,6 +73,7 @@ __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_ustva => { type => 'boolean', default => 'true', not_null => 1 }, fxgain_accno_id => { type => 'integer' }, fxloss_accno_id => { type => 'integer' },