]> wagnertech.de Git - mfinanz.git/blob - templates/design40_webpages/client_config/_warehouse.html
date error in mapping
[mfinanz.git] / templates / design40_webpages / client_config / _warehouse.html
1 [% USE HTML %]
2 [% USE LxERP %]
3 [% USE L %]
4 [% USE T8 %]
5
6 <div id="warehouse">
7 <div class="wrapper" id="wrapper-3">
8
9 <table class="tbl-horizontal expanded">
10   <caption>[% 'Default Warehouse' | $T8 %]</caption>
11   <colgroup> <col class="wi-normal"><col class="wi-mediumsmall"><col class="wi-verywide"> </colgroup>
12   <tbody>
13     <tr>
14       <th>[% LxERP.t8('Default Transfer') %]</th>
15       <td>[% L.yes_no_tag('defaults.transfer_default', SELF.defaults.transfer_default, class='wi-small') %] </td>
16       <td class="long-desc"> [% LxERP.t8('Show Transfer via default') %]<br>
17       </td>
18     </tr>
19     <tr>
20       <th>[% LxERP.t8('Default Transfer with services') %]</th>
21       <td> [% L.yes_no_tag('defaults.transfer_default_services', SELF.defaults.transfer_default_services, class='wi-small') %] </td>
22       <td class="long-desc"> [% LxERP.t8('Transfer services via default') %]<br>
23       </td>
24     </tr>
25     <tr>
26       <th>[% LxERP.t8('Default Warehouse') %]</th>
27       <td> [% L.select_tag('defaults.warehouse_id', SELF.all_warehouses, id='warehouse_id', with_empty=1, default=SELF.defaults.warehouse_id, title_key='description', onchange="warehouse_selected(this.selectedIndex == 0 ? -1 : warehouses[this.selectedIndex - 1].id, -1)", class='wi-normal') %] </td>
28       <td class="long-desc"> [% LxERP.t8('This is the default bin for parts') %]<br>
29       [% 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>
30       </td>
31     </tr>
32     <tr>
33       <th>[% LxERP.t8('Default Bin') %]</th>
34       <td>[% L.select_tag('defaults.bin_id', [], id='bin_id', with_empty=1, class='wi-normal') %]</td>
35       <td></td>
36     </tr>
37     <tr>
38       <th>[% LxERP.t8('Default Transfer with Master Bin') %]</th>
39       <td> [% L.yes_no_tag('defaults.transfer_default_use_master_default_bin', SELF.defaults.transfer_default_use_master_default_bin, class='wi-small') %] </td>
40       <td class="long-desc"> [% LxERP.t8('Use master default bin for Default Transfer, if no default bin for the part is configured') %]<br>
41       </td>
42     </tr>
43     <tr><th class="caption" colspan="3"> [% 'With Ignoring Onhand' | $T8 %] </th></tr>
44     <tr>
45       <th>[% LxERP.t8('Default Transfer Out with negative inventory') %]</th>
46       <td> [% L.yes_no_tag('defaults.transfer_default_ignore_onhand', SELF.defaults.transfer_default_ignore_onhand, class='wi-small') %] </td>
47       <td class="long-desc"> [% LxERP.t8('Default Transfer Out always succeed. The current part onhand is ignored and the inventory can have negative stocks (not recommended).') %]<br>
48       </td>
49     </tr>
50     <tr>
51       <th>[% LxERP.t8('Default Warehouse with ignoring onhand') %]</th>
52       <td> [% 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', onchange="warehouse_selected(this.selectedIndex == 0 ? -1 : warehouses[this.selectedIndex - 1].id, -1, 'bin_id_ignore_onhand')", class='wi-normal') %] </td>
53       <td class="long-desc"> [% LxERP.t8('This is the default warehouse for ignoring onhand') %] </td>
54     </tr>
55     <tr>
56       <th>[% LxERP.t8('Default Bin with ignoring onhand') %]</th>
57       <td>[% L.select_tag('defaults.bin_id_ignore_onhand', [], id='bin_id_ignore_onhand', with_empty=1, class='wi-normal') %]</td>
58       <td class="long-desc">[% LxERP.t8('If the default transfer out always succeed use this bin for negative stock quantity.') %]</td>
59     </tr>
60     <tr><th class="caption" colspan="3"> [% 'Transfer Out & Assembly Transfer' | $T8 %] </th></tr>
61     <tr>
62       <th>[% LxERP.t8('Transfer out on posting sales invoices?') %]</th>
63       <td> [% L.yes_no_tag('defaults.is_transfer_out', SELF.defaults.is_transfer_out) %] </td>
64       <td class="long-desc"> [% LxERP.t8('Transfer out all items of a sales invoice when posting it. Items are transfered out acording to the settings above.') %] </td>
65     </tr>
66     <tr>
67      <th>[% LxERP.t8('Match Sales Invoice Serial numbers with inventory charge numbers?') %]</th>
68      <td>[% L.yes_no_tag('defaults.sales_serial_eq_charge', SELF.defaults.sales_serial_eq_charge) %]</td>
69      <td class="long-desc">[% LxERP.t8('If one or more space separated serial numbers are assigned in a sales invoice, match the charge number of the inventory item. Assumes that Serial Number and Charge Number have 1:1 relation. Otherwise throw a error message for the default sales invoice transfer.') %]</td>
70     </tr>
71     <tr>
72       <th>[% LxERP.t8('Undo Transfer Interval') %]</th>
73       <td>[% L.input_tag('defaults.undo_transfer_interval_as_number', SELF.defaults.undo_transfer_interval_as_number, class='wi-verysmall') %]</td>
74       <td class="long-desc">[% LxERP.t8('Defines the interval where undoing transfers from a delivery order are allowed.') %]</td>
75     </tr>
76     <tr><th class="caption" colspan="3"> [% 'Best Before' | $T8 %] </th></tr>
77     <tr>
78       <th>[% LxERP.t8('Show Bestbefore') %]</th>
79       <td> [% L.yes_no_tag('defaults.show_bestbefore', SELF.defaults.show_bestbefore) %] </td>
80       <td class="long-desc"> [% LxERP.t8('Show fields used for the best before date?') %]<br>
81       [% 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>
82       [% LxERP.t8('This can be done with the following query:') %]<br>
83       <br>
84       UPDATE inventory SET bestbefore = NULL; <br>
85       <br>
86       [% LxERP.t8('Any stock contents containing a best before date will be impossible to stock out otherwise.') %] </td>
87     </tr>
88     <tr><th class="caption" colspan="3">[% LxERP.t8("Produce Assembly Configuration") %]</th></tr>
89     <tr>
90       <th>[% LxERP.t8('Assembly creation warehouse dependent') %]</th>
91       <td>[% L.yes_no_tag('defaults.produce_assembly_same_warehouse', SELF.defaults.produce_assembly_same_warehouse) %]</td>
92       <td class="long-desc">[% LxERP.t8('Produce assembly only if all parts are in the same warehouse') %]</td>
93     </tr>
94     <tr>
95       <th>[% LxERP.t8('Assembly creation transfers services') %]</td>
96       <td>[% L.yes_no_tag('defaults.produce_assembly_transfer_service', SELF.defaults.produce_assembly_transfer_service) %]</td>
97       <td class="long-desc">[% LxERP.t8('Produce assembly consumes services if assigned as a assembly item') %]</td>
98     </tr>
99     <tr><th class="caption" colspan="3">[% LxERP.t8("Services in Delivery Orders") %]</td></tr>
100     <tr>
101       <th>[% LxERP.t8('Sales Orders Services are deliverable') %]</td>
102       <td>[% L.yes_no_tag('defaults.sales_delivery_order_check_service', SELF.defaults.sales_delivery_order_check_service) %]</td>
103       <td class="long-desc">[% LxERP.t8('Ignore services for the sales orders state of delivery') %]</td>
104     </tr>
105     <tr>
106       <th>[% LxERP.t8('Purchase Orders Services are deliverable') %]</td>
107       <td>[% L.yes_no_tag('defaults.purchase_delivery_order_check_service', SELF.defaults.purchase_delivery_order_check_service) %]</td>
108       <td class="long-desc">[% LxERP.t8('Ignore services for the purchase orders state of delivery') %]</td>
109      </tr>
110     <tr><th class="caption" colspan="3">[% LxERP.t8("Shipped Quantity Algorithm") %]</td></tr>
111     <tr>
112      <th>[% LxERP.t8('Require stock out to consider a delivery order position delivered?') %]</td>
113      <td>[% L.yes_no_tag('defaults.shipped_qty_require_stock_out', SELF.defaults.shipped_qty_require_stock_out) %]</td>
114      <td class="long-desc">[% LxERP.t8('If yes, delivery order positions are considered "delivered" only if they have been stocked out of the inventory. Otherwise saving the delivery order is considered delivered.') %]</td>
115     </tr>
116   </tbody>
117 </table>
118
119 </div><!-- /.wrapper -->
120 </div><!-- /#warehouse -->