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