9 |
9 |
<td>
|
10 |
10 |
[% LxERP.t8('Show Transfer via default') %]<br>
|
11 |
11 |
</td>
|
|
12 |
</tr>
|
|
13 |
<td align="right" nowrap="true">[% LxERP.t8('Default Warehouse') %]</td>
|
|
14 |
<td>
|
|
15 |
[% L.select_tag('defaults.warehouse_id', SELF.all_warehouses, id='warehouse_id', with_empty=1, default=SELF.defaults.warehouse_id, title_key='description',
|
|
16 |
onchange="warehouse_selected(this.selectedIndex == 0 ? -1 : warehouses[this.selectedIndex - 1].id, -1)") %]
|
|
17 |
</td>
|
|
18 |
<td>
|
|
19 |
[% LxERP.t8('This is the default bin for parts') %]<br>
|
|
20 |
[% 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>
|
|
21 |
</td>
|
|
22 |
</tr>
|
|
23 |
<tr>
|
|
24 |
<td align="right" nowrap="true">[% LxERP.t8('Default Bin') %]</td>
|
|
25 |
<td>[% L.select_tag('defaults.bin_id', [], id='bin_id', with_empty=1) %]</td>
|
12 |
26 |
</tr>
|
|
27 |
<tr>
|
13 |
28 |
<tr>
|
14 |
29 |
<td align="right">[% LxERP.t8('Default Transfer with Master Bin') %]</td>
|
15 |
30 |
<td>
|
... | ... | |
19 |
34 |
[% LxERP.t8('Use master default bin for Default Transfer, if no default bin for the part is configured') %]<br>
|
20 |
35 |
</td>
|
21 |
36 |
</tr>
|
|
37 |
<tr><td colspan="3"><hr /></td></tr>
|
22 |
38 |
<tr>
|
23 |
39 |
<td align="right">[% LxERP.t8('Default Transfer Out with negative inventory') %]</td>
|
24 |
40 |
<td>
|
... | ... | |
29 |
45 |
</td>
|
30 |
46 |
</tr>
|
31 |
47 |
|
32 |
|
<tr> </tr>
|
33 |
|
<tr>
|
34 |
|
<td align="right" nowrap="true">[% LxERP.t8('Default Warehouse') %]</td>
|
35 |
|
<td>
|
36 |
|
[% L.select_tag('defaults.warehouse_id', SELF.all_warehouses, id='warehouse_id', with_empty=1, default=SELF.defaults.warehouse_id, title_key='description',
|
37 |
|
onchange="warehouse_selected(this.selectedIndex == 0 ? -1 : warehouses[this.selectedIndex - 1].id, -1)") %]
|
38 |
|
</td>
|
39 |
|
<td>
|
40 |
|
[% LxERP.t8('This is the default bin for parts') %]<br>
|
41 |
|
[% 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>
|
42 |
|
</td>
|
43 |
|
</tr>
|
44 |
|
<tr>
|
45 |
|
<td align="right" nowrap="true">[% LxERP.t8('Default Bin') %]</td>
|
46 |
|
<td>[% L.select_tag('defaults.bin_id', [], id='bin_id', with_empty=1) %]</td>
|
47 |
|
</tr>
|
48 |
|
<tr>
|
|
48 |
<tr>
|
49 |
49 |
<td align="right" nowrap="true">[% LxERP.t8('Default Warehouse with ignoring on hand') %]</td>
|
50 |
50 |
<td>
|
51 |
51 |
[% 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',
|
... | ... | |
60 |
60 |
<td align="right" nowrap="true">[% LxERP.t8('Default Bin with ignoring onhand') %]</td>
|
61 |
61 |
<td>[% L.select_tag('defaults.bin_id_ignore_onhand', [], id='bin_id_ignore_onhand', with_empty=1) %]</td>
|
62 |
62 |
</tr>
|
|
63 |
<tr><td colspan="3"><hr /></td></tr>
|
|
64 |
<tr>
|
63 |
65 |
<tr>
|
64 |
66 |
<td align="right">[% LxERP.t8('Show Bestbefore') %]</td>
|
65 |
67 |
<td>
|
Mandantenkonfiguration -> Lager Kosmetik und genauerer Hinweistext