Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f9e76b02

Von Tamino Steinert vor mehr als 2 Jahren hinzugefügt

  • ID f9e76b0283c5bef0e14cffb4371a491283e49e69
  • Vorgänger 5e94bab2
  • Nachfolger c9968922

Reclamation: add default settings

Unterschiede anzeigen:

SL/DB/MetaSetup/Default.pm
order_warn_duplicate_parts => { type => 'boolean', default => 'true' },
order_warn_no_cusordnumber => { type => 'boolean', default => 'false' },
order_warn_no_deliverydate => { type => 'boolean', default => 'true' },
p_reclamation_record_number => { type => 'text', default => '0', not_null => 1 },
parts_image_css => { type => 'text', default => 'border:0;float:left;max-width:250px;margin-top:20px:margin-right:10px;margin-left:10px;' },
parts_listing_image => { type => 'boolean', default => 'true' },
parts_show_image => { type => 'boolean', default => 'true' },
......
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' },
purchase_reclamation_show_delete => { type => 'boolean', default => 'true', not_null => 1 },
quick_search_modules => { type => 'array' },
rdonumber => { type => 'text' },
record_links_from_order_with_myself => { type => 'boolean', default => 'false' },
record_links_from_order_with_quotations => { type => 'boolean', default => 'false' },
reclamation_warn_duplicate_parts => { type => 'boolean', default => 'true', not_null => 1 },
reclamation_warn_no_reqdate => { type => 'boolean', default => 'true', not_null => 1 },
reqdate_interval => { type => 'integer', default => '0' },
reqdate_on => { type => 'boolean', default => 'true' },
require_transaction_description_ps => { type => 'boolean', default => 'false', not_null => 1 },
......
rmanumber => { type => 'text' },
rndgain_accno_id => { type => 'integer' },
rndloss_accno_id => { type => 'integer' },
s_reclamation_record_number => { type => 'text', default => '0', not_null => 1 },
sales_delivery_order_check_service => { type => 'boolean', default => 'true' },
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_purchase_record_numbers_changeable => { type => 'boolean', default => 'false', not_null => 1 },
sales_reclamation_show_delete => { type => 'boolean', default => 'true', not_null => 1 },
sales_serial_eq_charge => { type => 'boolean', default => 'false', not_null => 1 },
sdonumber => { type => 'text' },
sepa_creditor_id => { type => 'text' },

Auch abrufbar als: Unified diff