Revision a0a735e0
Von Tamino Steinert vor etwa 1 Jahr hinzugefügt
templates/design40_webpages/order/tabs/_purchase_delivery_order_item_selection.html | ||
---|---|---|
<table class="tbl-list">
|
||
<thead>
|
||
<tr class="listheading">
|
||
<th>[% L.checkbox_tag("item_position_selection_checkall", checkall="input.item_position_selection_checkall") %]</th>
|
||
<th>[% L.checkbox_tag("item_position_selection_checkall", checkall="input.item_position_selection_checkall", checked="checked") %]</th>
|
||
<th>[% LxERP.t8("Position") %]</th>
|
||
<th>[% LxERP.t8("Partnumber") %]</th>
|
||
<th>[% LxERP.t8("Vendor Part Number") %]</th>
|
||
... | ... | |
<tbody id="item_position_selection" class="row_entry listrow">
|
||
[% FOREACH item = ITEMS %]
|
||
<tr class="listrow">
|
||
<td>[% L.checkbox_tag("selected_item_positions[+]", class="item_position_selection_checkall", value=loop.count-1, checked="checked") %]</td>
|
||
<td>[% L.checkbox_tag("selected_item_positions[+]", class="item_position_selection_checkall", value=loop.count - 1, checked="checked") %]</td>
|
||
<td class="numeric">[% loop.count %]</td>
|
||
<td>[% HTML.escape(item.partnumber) %]</td>
|
||
<td>[% HTML.escape(item.vendor_partnumber) %]</td>
|
templates/webpages/order/tabs/_purchase_delivery_order_item_selection.html | ||
---|---|---|
<table>
|
||
<thead>
|
||
<tr class="listheading">
|
||
<th>[% L.checkbox_tag("item_position_selection_checkall", checkall="input.item_position_selection_checkall") %]</th>
|
||
<th>[% L.checkbox_tag("item_position_selection_checkall", checkall="input.item_position_selection_checkall", checked="checked") %]</th>
|
||
<th>[% LxERP.t8("Position") %]</th>
|
||
<th>[% LxERP.t8("Partnumber") %]</th>
|
||
<th>[% LxERP.t8("Vendor Part Number") %]</th>
|
||
... | ... | |
<tbody id="item_position_selection" class="row_entry listrow">
|
||
[% FOREACH item = ITEMS %]
|
||
<tr class="listrow">
|
||
<td>[% L.checkbox_tag("selected_item_positions[+]", class="item_position_selection_checkall", value=loop.count-1, checked="checked") %]</td>
|
||
[% SET pos = loop.count - 1 %]
|
||
<td>[% L.checkbox_tag("selected_item_positions[+]", class="item_position_selection_checkall", value=loop.count - 1, checked="checked") %]</td>
|
||
<td align="right">[% loop.count %]</td>
|
||
<td>[% HTML.escape(item.partnumber) %]</td>
|
||
<td>[% HTML.escape(item.vendor_partnumber) %]</td>
|
Auch abrufbar als: Unified diff
FIX: DeliveryOrder: Workflow: EK-Lieferschein mit Artikelauswalhl