Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 06c506bc

Von Bernd Bleßmann vor fast 2 Jahren hinzugefügt

  • ID 06c506bc1dddfd00a5ddba7cc6bc0fbc5a33650e
  • Vorgänger aa8106e2
  • Nachfolger 8a721ec3

Design40: Lieferantenartikelnummer/Kundenartikelnummern: Tabellen angeglichen

Unterschiede anzeigen:

templates/design40_webpages/part/_customerprice_row.html
[% L.hidden_tag("customerprices[+].customer_id", customerprice.customer_id) %]
[% L.hidden_tag("customerprices[].id" , customerprice.id) %]
</td>
<td>[% L.button_tag("kivi.Part.delete_customerprice_row(this)", "✕", class="wi-verytiny neutral") %] [% # , confirm=LxERP.t8("Are you sure?")) %]</td>
<td class="center">
[% L.button_tag("kivi.Part.delete_customerprice_row(this)", LxERP.t8("X"), class="wi-verytiny neutral") %] [% # , confirm=LxERP.t8("Are you sure?")) %]
</td>
<td class="center numeric"><span name="position">[% HTML.escape(customerprice.sortorder) %]</span></td>
<td><img src="image/updown.png" alt="[% LxERP.t8('reorder item') %]" class="dragdrop"></td>
<td>[% customerprice.customer.customernumber | html %]</td>
templates/design40_webpages/part/_customerprices.html
<td></td>
<td></td>
<td></td>
<th>[% 'Search & Add Customer' | $T8 %]</th>
<th class="right"><span class="label">[% 'Search & Add Customer' | $T8 %]</span></th>
<td>[% P.customer_vendor.customer_picker('add_customerprice', '', class="add_customerprice_input wi-small tooltipstered tooltipster-html", action={commit_one='kivi.Part.add_customerprice_row'}, title=LxERP.t8("Search customer by name and add by selecting")) %]</td>
<td>[% L.button_tag('kivi.Part.add_customerprice_row()', LxERP.t8('Add')) %]</td>
<td colspan="4"></td>
templates/design40_webpages/part/_makemodel.html
[% USE HTML %]
[% USE LxERP %]
<table id="makemodel_table" class="tbl-list">
<table id="makemodel_table" class="tbl-list wi-moderate">
<caption>[% 'Makemodel Price' | $T8 %]</caption>
<thead>
<tr>
<th class="center"><img src="image/close.png" alt="[% LxERP.t8('delete item') %]"></th>
<th>[% 'position' | $T8 %]</th>
<th class="center">[% 'position' | $T8 %]</th>
<th class="center"><img src="image/updown.png" alt="[% LxERP.t8('reorder item') %]"></th>
<th>[% 'Vendor Number' | $T8 %]</th>
<th>[% 'Vendor' | $T8 %]</th>
templates/design40_webpages/part/_makemodel_row.html
[% USE LxERP %]
<tr class="listrow makemodel_row">
<td class="center">
<td style='display:none'>
[% L.hidden_tag("makemodels[+].make", makemodel.make) %]
[% L.hidden_tag("makemodels[].id" , makemodel.id) %]
</td>
<td class="center">
[% L.button_tag("kivi.Part.delete_makemodel_row(this)", LxERP.t8("X"), class="wi-verytiny neutral") %] [% # , confirm=LxERP.t8("Are you sure?")) %]
</td>
<td><span name="position" class="numeric">[% HTML.escape(makemodel.sortorder) %]</span></td>
<td class="center numeric"><span name="position">[% HTML.escape(makemodel.sortorder) %]</span></td>
<td><img src="image/updown.png" alt="[% LxERP.t8('reorder item') %]" class="dragdrop"></td>
<td>[% makemodel.vendor.vendornumber | html %]</td>
<td>[% makemodel.vendor.name | html %]</td>

Auch abrufbar als: Unified diff