Revision 26a4e759
Von Werner Hahn vor 7 Monaten hinzugefügt
- ID 26a4e7596c0da3d6cfb968cd582cce3fd2c93648
- Vorgänger c6cf6fcb
templates/design40_webpages/wh/create_assembly_chargenumbers.html | ||
---|---|---|
20 | 20 |
[% 'The following assembly items are ambigious. Please check the selection.' | $T8 %] |
21 | 21 |
</caption> |
22 | 22 |
<thead> |
23 |
<tr class="listheading">
|
|
23 |
<tr> |
|
24 | 24 |
<th>[% 'Partnumber' | $T8%]</th> |
25 | 25 |
<th>[% 'Description' | $T8%]</th> |
26 | 26 |
<th>[% 'Chargenumber' | $T8%]</th> |
27 |
[% IF INSTANCE_CONF.get_show_bestbefore %] |
|
28 |
<th>[% 'Best Before' | $T8 %]</th> |
|
29 |
[% END %] |
|
27 | 30 |
<th>[% 'Warehouse' | $T8%]</th> |
28 | 31 |
<th>[% 'Bin' | $T8%]</th> |
29 | 32 |
<th>[% 'Onhand' | $T8%]</th> |
... | ... | |
35 | 38 |
[% FOREACH part_id = stocked_by_parts_id.keys.sort -%] |
36 | 39 |
[% NEXT UNLESS stocked_by_parts_id.$part_id.size > 1 %] |
37 | 40 |
<tr class="listheading"> |
38 |
<td colspan="6">[% 'needed qty' | $T8 %]</td>
|
|
41 |
<td colspan="7">[% 'needed qty' | $T8 %]</td>
|
|
39 | 42 |
<td class="numeric">[% LxERP.format_amount(needed_by_parts_id.$part_id, -2) %]</td> |
40 | 43 |
<td>[% stocked_by_parts_id.$part_id.0.part.unit | html %]</td> |
41 | 44 |
</tr> |
... | ... | |
53 | 56 |
[% P.hidden_tag('allocations[].chargenumber', part.chargenumber )%] |
54 | 57 |
[% P.hidden_tag('allocations[].warehouse_id', part.warehouse_id )%] |
55 | 58 |
[% P.hidden_tag('allocations[].bin_id', part.bin_id )%] |
59 |
[% P.hidden_tag('allocations[].bestbefore', part.bestbefore) %] |
|
56 | 60 |
[% part.part.partnumber | html %] |
57 | 61 |
</td> |
58 | 62 |
<td>[% part.part.description | html %]</td> |
59 | 63 |
<td>[% part.chargenumber | html %]</td> |
64 |
[% IF INSTANCE_CONF.get_show_bestbefore %] |
|
65 |
<td>[% part.bestbefore %]</td> |
|
66 |
[% END %] |
|
60 | 67 |
<td>[% part.warehouse.description | html %]</td> |
61 | 68 |
<td>[% part.bin.description | html %]</td> |
62 | 69 |
<td class="numeric">[% LxERP.format_amount(part.qty, -2) %]</td> |
... | ... | |
80 | 87 |
<th>[% 'Partnumber' | $T8%]</th> |
81 | 88 |
<th>[% 'Description' | $T8%]</th> |
82 | 89 |
<th>[% 'Chargenumber' | $T8%]</th> |
90 |
[% IF INSTANCE_CONF.get_show_bestbefore %] |
|
91 |
<th class="listheading">[% 'Best Before' | $T8 %]</th> |
|
92 |
[% END %] |
|
83 | 93 |
<th>[% 'Warehouse' | $T8%]</th> |
84 | 94 |
<th>[% 'Bin' | $T8%]</th> |
85 | 95 |
<th>[% 'Onhand' | $T8%]</th> |
... | ... | |
104 | 114 |
[% P.hidden_tag('allocations[].chargenumber', part.chargenumber )%] |
105 | 115 |
[% P.hidden_tag('allocations[].warehouse_id', part.warehouse_id )%] |
106 | 116 |
[% P.hidden_tag('allocations[].bin_id', part.bin_id )%] |
117 |
[% P.hidden_tag('allocations[].bestbefore', part.bestbefore) %] |
|
107 | 118 |
[% part.part.partnumber | html %] |
108 | 119 |
</td> |
109 | 120 |
<td>[% part.part.description | html %]</td> |
110 | 121 |
<td>[% part.chargenumber | html %]</td> |
122 |
[% IF INSTANCE_CONF.get_show_bestbefore %] |
|
123 |
<td>[% part.bestbefore %]</td> |
|
124 |
[% END %] |
|
111 | 125 |
<td>[% part.warehouse.description | html %]</td> |
112 | 126 |
<td>[% part.bin.description | html %]</td> |
113 | 127 |
<td class="numeric">[% LxERP.format_amount(part.qty, -2) %]</td> |
templates/webpages/wh/create_assembly_chargenumbers.html | ||
---|---|---|
21 | 21 |
<table> |
22 | 22 |
<thead> |
23 | 23 |
<tr class="listheading"> |
24 |
<th>[% 'Partnumber' | $T8%]</th> |
|
25 |
<th>[% 'Description' | $T8%]</th> |
|
26 |
<th>[% 'Chargenumber' | $T8%]</th> |
|
27 |
<th>[% 'Warehouse' | $T8%]</th> |
|
28 |
<th>[% 'Bin' | $T8%]</th> |
|
29 |
<th>[% 'Onhand' | $T8%]</th> |
|
30 |
<th>[% 'Qty' | $T8%]</th> |
|
31 |
<th>[% 'Unit' | $T8%]</th> |
|
24 |
<th class="listheading">[% 'Partnumber' | $T8%]</th> |
|
25 |
<th class="listheading">[% 'Description' | $T8%]</th> |
|
26 |
<th class="listheading">[% 'Chargenumber' | $T8%]</th> |
|
27 |
[% IF INSTANCE_CONF.get_show_bestbefore %] |
|
28 |
<th class="listheading">[% 'Best Before' | $T8 %]</th> |
|
29 |
[% END %] |
|
30 |
<th class="listheading">[% 'Warehouse' | $T8%]</th> |
|
31 |
<th class="listheading">[% 'Bin' | $T8%]</th> |
|
32 |
<th class="listheading">[% 'Onhand' | $T8%]</th> |
|
33 |
<th class="listheading">[% 'Qty' | $T8%]</th> |
|
34 |
<th class="listheading">[% 'Unit' | $T8%]</th> |
|
32 | 35 |
</tr> |
33 | 36 |
</thead> |
34 | 37 |
<tbody> |
35 | 38 |
[% FOREACH part_id = stocked_by_parts_id.keys.sort -%] |
36 | 39 |
[% NEXT UNLESS stocked_by_parts_id.$part_id.size > 1 %] |
37 | 40 |
<tr class="listheading"> |
38 |
<td colspan="6">[% 'needed qty' | $T8 %]</td>
|
|
41 |
<td colspan="7">[% 'needed qty' | $T8 %]</td>
|
|
39 | 42 |
<td class="numeric">[% LxERP.format_amount(needed_by_parts_id.$part_id, -2) %]</td> |
40 | 43 |
<td>[% stocked_by_parts_id.$part_id.0.part.unit | html %]</td> |
41 | 44 |
</tr> |
... | ... | |
53 | 56 |
[% P.hidden_tag('allocations[].chargenumber', part.chargenumber )%] |
54 | 57 |
[% P.hidden_tag('allocations[].warehouse_id', part.warehouse_id )%] |
55 | 58 |
[% P.hidden_tag('allocations[].bin_id', part.bin_id )%] |
59 |
[% P.hidden_tag('allocations[].bestbefore', part.bestbefore) %] |
|
56 | 60 |
[% part.part.partnumber | html %] |
57 | 61 |
</td> |
58 | 62 |
<td>[% part.part.description | html %]</td> |
59 | 63 |
<td>[% part.chargenumber | html %]</td> |
64 |
[% IF INSTANCE_CONF.get_show_bestbefore %] |
|
65 |
<td>[% part.bestbefore %]</td> |
|
66 |
[% END %] |
|
60 | 67 |
<td>[% part.warehouse.description | html %]</td> |
61 | 68 |
<td>[% part.bin.description | html %]</td> |
62 | 69 |
<td class="numeric">[% LxERP.format_amount(part.qty, -2) %]</td> |
... | ... | |
77 | 84 |
<table> |
78 | 85 |
<thead> |
79 | 86 |
<tr class="listheading"> |
80 |
<th>[% 'Partnumber' | $T8%]</th> |
|
81 |
<th>[% 'Description' | $T8%]</th> |
|
82 |
<th>[% 'Chargenumber' | $T8%]</th> |
|
83 |
<th>[% 'Warehouse' | $T8%]</th> |
|
84 |
<th>[% 'Bin' | $T8%]</th> |
|
85 |
<th>[% 'Onhand' | $T8%]</th> |
|
86 |
<th>[% 'Qty' | $T8%]</th> |
|
87 |
<th>[% 'Unit' | $T8%]</th> |
|
87 |
<th class="listheading">[% 'Partnumber' | $T8%]</th> |
|
88 |
<th class="listheading">[% 'Description' | $T8%]</th> |
|
89 |
<th class="listheading">[% 'Chargenumber' | $T8%]</th> |
|
90 |
[% IF INSTANCE_CONF.get_show_bestbefore %] |
|
91 |
<th class="listheading">[% 'Best Before' | $T8 %]</th> |
|
92 |
[% END %] |
|
93 |
<th class="listheading">[% 'Warehouse' | $T8%]</th> |
|
94 |
<th class="listheading">[% 'Bin' | $T8%]</th> |
|
95 |
<th class="listheading">[% 'Onhand' | $T8%]</th> |
|
96 |
<th class="listheading">[% 'Qty' | $T8%]</th> |
|
97 |
<th class="listheading">[% 'Unit' | $T8%]</th> |
|
88 | 98 |
</tr> |
89 | 99 |
</thead> |
90 | 100 |
<tbody> |
... | ... | |
104 | 114 |
[% P.hidden_tag('allocations[].chargenumber', part.chargenumber )%] |
105 | 115 |
[% P.hidden_tag('allocations[].warehouse_id', part.warehouse_id )%] |
106 | 116 |
[% P.hidden_tag('allocations[].bin_id', part.bin_id )%] |
117 |
[% P.hidden_tag('allocations[].bestbefore', part.bestbefore) %] |
|
107 | 118 |
[% part.part.partnumber | html %] |
108 | 119 |
</td> |
109 | 120 |
<td>[% part.part.description | html %]</td> |
110 | 121 |
<td>[% part.chargenumber | html %]</td> |
122 |
[% IF INSTANCE_CONF.get_show_bestbefore %] |
|
123 |
<td>[% part.bestbefore %]</td> |
|
124 |
[% END %] |
|
111 | 125 |
<td>[% part.warehouse.description | html %]</td> |
112 | 126 |
<td>[% part.bin.description | html %]</td> |
113 | 127 |
<td class="numeric">[% LxERP.format_amount(part.qty, -2) %]</td> |
Auch abrufbar als: Unified diff
CreateAssembly: Mindeshalbarkeitsdatum mit aufgenommen