Revision 6986c898
Von Tamino Steinert vor 8 Monaten hinzugefügt
templates/design40_webpages/part/_parent_variant_inventory_data.html | ||
---|---|---|
11 | 11 |
<table class="tbl-list wi-moderate"> |
12 | 12 |
<thead> |
13 | 13 |
<tr> |
14 |
<th>[% 'Partnumber' | $T8 %]</th> |
|
14 |
<th>[% 'Partnumber' | $T8 %] [[% 'Variant Property Values' | $T8 %]]</th>
|
|
15 | 15 |
<th>[% 'Warehouse' | $T8 %]</th> |
16 | 16 |
<th>[% 'Bin' | $T8 %]</th> |
17 | 17 |
<th>[% 'Qty' | $T8 %]</th> |
... | ... | |
24 | 24 |
[% SET partnumber = variant.partnumber %] |
25 | 25 |
[% FOREACH stock = variant_partnumber_to_stock_info.$partnumber %] |
26 | 26 |
<tr> |
27 |
<td>[% IF loop.first %][% variant.presenter.part %][% END %]</td> |
|
27 |
<td>[% IF loop.first %][% variant.presenter.part %] [% variant.variant_values %][% END %]</td>
|
|
28 | 28 |
<td>[% HTML.escape(stock.warehouse_description) %]</td> |
29 | 29 |
<td>[% IF stock.order_link %]<a target="_blank" href="[% stock.order_link %]">[% END %] |
30 | 30 |
[% HTML.escape(stock.bin_description) %] |
... | ... | |
80 | 80 |
<table class="tbl-list"> |
81 | 81 |
<thead> |
82 | 82 |
<tr> |
83 |
<th>[% 'Partnumber' | $T8 %]</th> |
|
83 |
<th>[% 'Partnumber' | $T8 %] [[% 'Variant Property Values' | $T8 %]]</th>
|
|
84 | 84 |
<th>[% 'Date' | $T8 %]</th> |
85 | 85 |
<th>[% 'Trans Type' | $T8 %]</th> |
86 | 86 |
<th>[% 'Warehouse From' | $T8 %]</th> |
... | ... | |
97 | 97 |
[% IF journal.size %] |
98 | 98 |
[% FOREACH row = journal %] |
99 | 99 |
<tr> |
100 |
<td>[% IF loop.first %][% variant.presenter.part %][% END %]</td> |
|
100 |
<td>[% IF loop.first %][% variant.presenter.part %] [% variant.variant_values %][% END %]</td>
|
|
101 | 101 |
<td>[% row.base.itime_as_date %]</td> |
102 | 102 |
<td>[% row.base.trans_type.description | $T8 %]</td> |
103 | 103 |
<td>[% row.out ? row.out.bin.full_description : '-' | html %]</td> |
Auch abrufbar als: Unified diff
Varianten: Ausprägungen in Lagerbewegungen vom Stammartikel anzeigen