Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ca14dadc

Von Moritz Bunkus vor etwa 1 Jahr hinzugefügt

  • ID ca14dadcfae23d6f60808b528bea67f26e834335
  • Vorgänger 46282860
  • Nachfolger db91bc7a

Erzeugnis- & Sortimentsbestandteile in scrollbarer Liste anzeigen

Unterschiede anzeigen:

templates/webpages/part/_assortment.html
10 10

  
11 11
[% L.hidden_tag('assortment_id', SELF.part.id) %]
12 12

  
13
<div style="overflow-y: auto; height:65vh;">
13 14
<table id="assortment_items">
14 15
 <thead>
15 16
   <tr class="listheading">
......
55 56
 [% END %]
56 57
 <td></td>
57 58
 <td align="right">[% 'Totals' | $T8 %]:</td>
58
 <th id="items_sellprice_sum" class="numeric">[%- LxERP.format_amount(items_sellprice_sum, 2, 0) %]</td>
59
 <th id="items_lastcost_sum"  class="numeric">[%- LxERP.format_amount(items_lastcost_sum,  2, 0) %]</td>
60
 <th id="items_sum_diff"      class="numeric">[%- LxERP.format_amount(items_sum_diff,      2, 0) %]</td>
59
 <th id="items_sellprice_sum" class="numeric">[%- LxERP.format_amount(items_sellprice_sum, 2, 0) %]</th>
60
 <th id="items_lastcost_sum"  class="numeric">[%- LxERP.format_amount(items_lastcost_sum,  2, 0) %]</th>
61
 <th id="items_sum_diff"      class="numeric">[%- LxERP.format_amount(items_sum_diff,      2, 0) %]</th>
61 62
</tr>
62 63
<tr>
63 64
 [% IF SELF.orphaned || AUTH.assert('assortment_edit', 1) %]
......
77 78
</tr>
78 79
</tbody>
79 80
</table>
80

  
81
</div>
81 82
[% L.sortable_element('#assortment_rows') %]
82 83

  
83 84
</div>

Auch abrufbar als: Unified diff