Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a0a735e0

Von Tamino Steinert vor etwa 1 Jahr hinzugefügt

  • ID a0a735e0bcd591a0c8515295f5f4553dd7ce7b3c
  • Vorgänger 127f5b5c
  • Nachfolger 16d6314b

FIX: DeliveryOrder: Workflow: EK-Lieferschein mit Artikelauswalhl

behebt #625

Unterschiede anzeigen:

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