Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ff5279ed

Von Bernd Bleßmann vor mehr als 4 Jahren hinzugefügt

  • ID ff5279eda2b2e7fb378bfc65ea582b10a06ed604
  • Vorgänger 31bc0c47
  • Nachfolger 486d0a3b

Auftrags-Controller: Positions-Update aus Artikel-Stamm

Unterschiede anzeigen:

templates/webpages/order/tabs/basic_data.html
213 213
                <th class="listheading" nowrap width="3" >[%- 'position'     | $T8 %] </th>
214 214
                <th class="listheading" style='text-align:center' nowrap width="1"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></th>
215 215
                <th class="listheading" style='text-align:center' nowrap width="1"><img src="image/close.png" alt="[%- LxERP.t8('delete item') %]"></th>
216
                <th class="listheading" style='text-align:center' nowrap width="1">
217
                  [%- L.img_tag(src="image/rotate_cw.svg",
218
                                alt=LxERP.t8('Update from master data'),
219
                                title= LxERP.t8('Update from master data'),
220
                                onclick="if (!confirm('" _ LxERP.t8("Are you sure to update all positions from master data?") _ "')) return false; kivi.Order.update_all_rows_from_master_data();",
221
                                id='update_from_master') %]
222
                </th>
216 223
                <th id="partnumber_header_id"   class="listheading" nowrap width="15"><a href='#' onClick='javascript:kivi.Order.reorder_items("partnumber")'> [%- 'Partnumber'  | $T8 %]</a></th>
217 224
                [%- IF SELF.search_cvpartnumber -%]
218 225
                <th id="cvpartnumber_header_id" class="listheading" nowrap width="15"><a href='#' onClick='javascript:kivi.Order.reorder_items("cvpartnumber")' > [%- SELF.cv == "customer" ? LxERP.t8('Customer Part Number') : LxERP.t8('Model') %]</a></th>

Auch abrufbar als: Unified diff