Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d11b4c22

Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt

  • ID d11b4c227c41f2484223a9daddf77127ae6d946a
  • Vorgänger 6c053f87
  • Nachfolger d9df5675

Reclamation: add default settings

Unterschiede anzeigen:

SL/DB/MetaSetup/Default.pm
140 140
  order_warn_duplicate_parts                => { type => 'boolean', default => 'true' },
141 141
  order_warn_no_cusordnumber                => { type => 'boolean', default => 'false' },
142 142
  order_warn_no_deliverydate                => { type => 'boolean', default => 'true' },
143
  p_reclamation_record_number               => { type => 'text', default => '0', not_null => 1 },
143 144
  parts_image_css                           => { type => 'text', default => 'border:0;float:left;max-width:250px;margin-top:20px:margin-right:10px;margin-left:10px;' },
144 145
  parts_listing_image                       => { type => 'boolean', default => 'true' },
145 146
  parts_show_image                          => { type => 'boolean', default => 'true' },
......
159 160
  purchase_delivery_order_check_stocked     => { type => 'boolean', default => 'false' },
160 161
  purchase_delivery_order_show_delete       => { type => 'boolean', default => 'true' },
161 162
  purchase_order_show_delete                => { type => 'boolean', default => 'true' },
163
  purchase_reclamation_show_delete          => { type => 'boolean', default => 'true', not_null => 1 },
162 164
  quick_search_modules                      => { type => 'array' },
163 165
  rdonumber                                 => { type => 'text' },
164 166
  record_links_from_order_with_myself       => { type => 'boolean', default => 'false' },
165 167
  record_links_from_order_with_quotations   => { type => 'boolean', default => 'false' },
168
  reclamation_warn_duplicate_parts          => { type => 'boolean', default => 'true', not_null => 1 },
169
  reclamation_warn_no_reqdate               => { type => 'boolean', default => 'true', not_null => 1 },
166 170
  reqdate_interval                          => { type => 'integer', default => '0' },
167 171
  reqdate_on                                => { type => 'boolean', default => 'true' },
168 172
  require_transaction_description_ps        => { type => 'boolean', default => 'false', not_null => 1 },
......
172 176
  rmanumber                                 => { type => 'text' },
173 177
  rndgain_accno_id                          => { type => 'integer' },
174 178
  rndloss_accno_id                          => { type => 'integer' },
179
  s_reclamation_record_number               => { type => 'text', default => '0', not_null => 1 },
175 180
  sales_delivery_order_check_service        => { type => 'boolean', default => 'true' },
176 181
  sales_delivery_order_check_stocked        => { type => 'boolean', default => 'false' },
177 182
  sales_delivery_order_show_delete          => { type => 'boolean', default => 'true' },
178 183
  sales_order_show_delete                   => { type => 'boolean', default => 'true' },
179 184
  sales_purchase_order_ship_missing_column  => { type => 'boolean', default => 'false' },
180 185
  sales_purchase_record_numbers_changeable  => { type => 'boolean', default => 'false', not_null => 1 },
186
  sales_reclamation_show_delete             => { type => 'boolean', default => 'true', not_null => 1 },
181 187
  sales_serial_eq_charge                    => { type => 'boolean', default => 'false', not_null => 1 },
182 188
  sdonumber                                 => { type => 'text' },
183 189
  sepa_creditor_id                          => { type => 'text' },

Auch abrufbar als: Unified diff