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' },
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 => '' },
- doc_max_filesize => { type => 'integer', default => 1000000 },
+ 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' },
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' },