Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 7dbd708b

Von Bernd Bleßmann vor 8 Monaten hinzugefügt

  • ID 7dbd708b2fc99e53667662c56c1f1156fd115ef3
  • Vorgänger 8e6c6a5b
  • Nachfolger 39b03fb1

Erzeugnisse/Sortimente: Preisfaktor in Tabelle bei Bestandteilen anzeigen

Unterschiede anzeigen:

templates/webpages/part/_assortment.html
28 28
     <th class="listheading" nowrap width="5" >[%- 'Unit'         | $T8 %] </th>
29 29
     <th class="listheading" nowrap width="5" >[%- 'Charge'       | $T8 %] </th>
30 30
     <th class="listheading" nowrap width="5" >[%- 'Line Total'   | $T8 %] </th>
31
     <th class="listheading" nowrap width="5" >[%- 'Price Factor' | $T8 %] </th>
31 32
     <th id="sellprice_header_id"   class="listheading" nowrap width="10" ><a href='#' onClick='javascript:kivi.Part.reorder_items("sellprice")'> [%- 'Sellprice'   | $T8 %]</a></th>
32 33
     <th id="lastcost_header_id"   class="listheading" nowrap width="10" ><a href='#' onClick='javascript:kivi.Part.reorder_items("lastcost")'> [%- 'Lastcost'      | $T8 %]</a></th>
33 34
     <th id="_header_id"   class="listheading" nowrap width="15" ><a href='#' onClick='javascript:kivi.Part.reorder_items("partsgroup")'> [%- 'Partsgroup'       | $T8 %]</a></th>
......
54 55
 <td></td>
55 56
 [% END %]
56 57
 <td></td>
58
 <td></td>
57 59
 <td align="right">[% 'Totals' | $T8 %]:</td>
58 60
 <th id="items_sellprice_sum" class="numeric">[%- LxERP.format_amount(items_sellprice_sum, 2, 0) %]</th>
59 61
 <th id="items_lastcost_sum"  class="numeric">[%- LxERP.format_amount(items_lastcost_sum,  2, 0) %]</th>
......
71 73
 <td></td>
72 74
 <td></td>
73 75
 <td></td>
76
 <td></td>
74 77
 <td align="right">[% L.button_tag("kivi.Part.set_assortment_sellprice()", LxERP.t8("Set sellprice")) %]</td>
75 78
 <td align="right">[% L.button_tag("kivi.Part.set_assortment_lastcost()",  LxERP.t8("Set lastcost"))  %]</td>
76 79
 <td></td>

Auch abrufbar als: Unified diff