X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FDefault.pm;h=5f3f6f320aa46782ec82ff6ebbe8b7d7ed441cca;hb=7230b956646b33a6a2da270df50d1e8edf5e4dd2;hp=5224492fc1510208f4bea5e52d3060d7b327435e;hpb=761f4a3f4efbe238058efe99939698c0624d3181;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/Default.pm b/SL/DB/MetaSetup/Default.pm index 5224492fc..5f3f6f320 100644 --- a/SL/DB/MetaSetup/Default.pm +++ b/SL/DB/MetaSetup/Default.pm @@ -40,6 +40,8 @@ __PACKAGE__->meta->columns( co_ustid => { type => 'text' }, coa => { type => 'text' }, company => { type => 'text' }, + contact_departments_use_textfield => { type => 'boolean' }, + contact_titles_use_textfield => { type => 'boolean' }, create_part_if_not_found => { type => 'boolean', default => 'false' }, create_zugferd_invoices => { type => 'integer' }, currency_id => { type => 'integer', not_null => 1 }, @@ -125,6 +127,7 @@ __PACKAGE__->meta->columns( profit_determination => { type => 'text' }, project_status_id => { type => 'integer' }, project_type_id => { type => 'integer' }, + purchase_delivery_order_check_stocked => { type => 'boolean', default => 'false' }, purchase_delivery_order_show_delete => { type => 'boolean', default => 'true' }, purchase_order_show_delete => { type => 'boolean', default => 'true' }, quick_search_modules => { type => 'array' }, @@ -136,9 +139,11 @@ __PACKAGE__->meta->columns( rmanumber => { type => 'text' }, rndgain_accno_id => { type => 'integer' }, rndloss_accno_id => { type => 'integer' }, + sales_delivery_order_check_stocked => { type => 'boolean', default => 'false' }, sales_delivery_order_show_delete => { type => 'boolean', default => 'true' }, sales_order_show_delete => { type => 'boolean', default => 'true' }, sales_purchase_order_ship_missing_column => { type => 'boolean', default => 'false' }, + sales_serial_eq_charge => { type => 'boolean', default => 'false', not_null => 1 }, sdonumber => { type => 'text' }, sepa_creditor_id => { type => 'text' }, sepa_reference_add_vc_vc_id => { type => 'boolean', default => 'false' },