1 [%- USE HTML -%][%- USE LxERP -%][%- USE L -%]
 
   5    <td align="right">[% LxERP.t8('Default Transfer') %]</td>
 
   7     [% L.yes_no_tag('defaults.transfer_default', SELF.defaults.transfer_default) %]
 
  10     [% LxERP.t8('Show Transfer via default') %]<br>
 
  14    <td align="right">[% LxERP.t8('Default Transfer with services') %]</td>
 
  16     [% L.yes_no_tag('defaults.transfer_default_services', SELF.defaults.transfer_default_services) %]
 
  19     [% LxERP.t8('Transfer services via default') %]<br>
 
  23    <td align="right" nowrap="true">[% LxERP.t8('Default Warehouse') %]</td>
 
  25     [% L.select_tag('defaults.warehouse_id', SELF.all_warehouses, id='warehouse_id', with_empty=1, default=SELF.defaults.warehouse_id, title_key='description',
 
  26                     onchange="warehouse_selected(this.selectedIndex == 0 ? -1 : warehouses[this.selectedIndex - 1].id, -1)") %]
 
  29     [% LxERP.t8('This is the default bin for parts') %]<br>
 
  30     [% LxERP.t8('If configured this bin will be preselected for all new parts. Also this bin will be used as the master default bin, if default transfer out with master bin is activated.') %]<br>
 
  34    <td align="right" nowrap="true">[% LxERP.t8('Default Bin') %]</td>
 
  35    <td>[% L.select_tag('defaults.bin_id', [], id='bin_id', with_empty=1) %]</td>
 
  39    <td align="right">[% LxERP.t8('Default Transfer with Master Bin') %]</td>
 
  41     [% L.yes_no_tag('defaults.transfer_default_use_master_default_bin', SELF.defaults.transfer_default_use_master_default_bin) %]
 
  44     [% LxERP.t8('Use master default bin for Default Transfer, if no default bin for the part is configured') %]<br>
 
  47   <tr><td colspan="3"><hr /></td></tr>
 
  49    <td align="right">[% LxERP.t8('Default Transfer Out with negative inventory') %]</td>
 
  51     [% L.yes_no_tag('defaults.transfer_default_ignore_onhand', SELF.defaults.transfer_default_ignore_onhand) %]
 
  54     [% LxERP.t8('Default Transfer Out always succeed. The current part onhand is ignored and the inventory can have negative stocks (not recommended).') %]<br>
 
  59    <td align="right" nowrap="true">[% LxERP.t8('Default Warehouse with ignoring on hand') %]</td>
 
  61     [% L.select_tag('defaults.warehouse_id_ignore_onhand', SELF.all_warehouses, id='warehouse_id_ignore_onhand', with_empty=1, default=SELF.defaults.warehouse_id_ignore_onhand, title_key='description',
 
  62                     onchange="warehouse_selected(this.selectedIndex == 0 ? -1 : warehouses[this.selectedIndex - 1].id, -1, 'bin_id_ignore_onhand')") %]
 
  65     [% LxERP.t8('This is the default bin for ignoring onhand') %]<br>
 
  66     [% LxERP.t8('If the default transfer out always succeed use this bin for negative stock quantity.') %]<br>
 
  70    <td align="right" nowrap="true">[% LxERP.t8('Default Bin with ignoring onhand') %]</td>
 
  71    <td>[% L.select_tag('defaults.bin_id_ignore_onhand', [], id='bin_id_ignore_onhand', with_empty=1) %]</td>
 
  73   <tr><td colspan="3"><hr /></td></tr>
 
  76    <td align="right">[% LxERP.t8('Show Bestbefore') %]</td>
 
  78     [% L.yes_no_tag('defaults.show_bestbefore', SELF.defaults.show_bestbefore) %]
 
  81     [% LxERP.t8('Show fields used for the best before date?') %]<br>
 
  82     [% LxERP.t8('ATTENTION! If you enabled this feature you can not simply turn it off again without taking care that best_before fields are emptied in the database.') %]<br>
 
  83     [% LxERP.t8('This can be done with the following query:') %]<br>
 
  85     UPDATE inventory SET bestbefore = NULL; <br>
 
  87     [% LxERP.t8('Any stock contents containing a best before date will be impossible to stock out otherwise.') %]
 
  90   <tr><td colspan="3"><hr /></td></tr>
 
  92    <td align="right">[% LxERP.t8('Show Value of Goods for Delivery Plan') %]</td>
 
  94     [% L.yes_no_tag('defaults.delivery_plan_show_value_of_goods', SELF.defaults.delivery_plan_show_value_of_goods) %]
 
  97    [% LxERP.t8('Calculate the value of goods for delivery plan (WARNING:  Experimental (not taxincluded safe!)') %]
 
 101   <td align="right">[% LxERP.t8('Delivery Plan check for transferred delivery orders') %]</td>
 
 103     [% L.yes_no_tag('defaults.delivery_plan_calculate_transferred_do', SELF.defaults.delivery_plan_calculate_transferred_do) %]
 
 106    [% LxERP.t8('The default delivery plan only checks if all delivery orders have been created not if the goods are transferred. This feature will check if all the goods are transferred. Caveat: Only the state of the delivery orders are checked not partial transferred delivery orders (in technical terms: the table inventory is not checked') %]