Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ca14dadc

Von Moritz Bunkus vor etwa 2 Jahren hinzugefügt

  • ID ca14dadcfae23d6f60808b528bea67f26e834335
  • Vorgänger 46282860
  • Nachfolger db91bc7a

Erzeugnis- & Sortimentsbestandteile in scrollbarer Liste anzeigen

Unterschiede anzeigen:

templates/design40_webpages/part/_assembly.html
[% L.hidden_tag('assembly_id', SELF.part.id) %]
<div class="wrapper">
<div class="wrapper" style="overflow-y: auto; height:65vh;">
<table id="assembly_items" class="tbl-list">
<caption>[% 'Assembly items' | $T8 %]</caption>
<thead>
templates/design40_webpages/part/_assortment.html
[% USE L %]
[% USE P %]
<div id="assortment" class="wrapper">
<div id="assortment" class="wrapper" style="overflow-y: auto; height:65vh;">
[% L.hidden_tag('assortment_id', SELF.part.id) %]
templates/webpages/part/_assembly.html
[% L.hidden_tag('assembly_id', SELF.part.id) %]
<div style="overflow-y: auto; height:65vh;">
<table id="assembly_items">
<thead>
<tr class="listheading">
......
</tr>
</tbody>
</table>
</div>
[% L.sortable_element('#assembly_rows') %]
<div>
templates/webpages/part/_assortment.html
[% L.hidden_tag('assortment_id', SELF.part.id) %]
<div style="overflow-y: auto; height:65vh;">
<table id="assortment_items">
<thead>
<tr class="listheading">
......
[% END %]
<td></td>
<td align="right">[% 'Totals' | $T8 %]:</td>
<th id="items_sellprice_sum" class="numeric">[%- LxERP.format_amount(items_sellprice_sum, 2, 0) %]</td>
<th id="items_lastcost_sum" class="numeric">[%- LxERP.format_amount(items_lastcost_sum, 2, 0) %]</td>
<th id="items_sum_diff" class="numeric">[%- LxERP.format_amount(items_sum_diff, 2, 0) %]</td>
<th id="items_sellprice_sum" class="numeric">[%- LxERP.format_amount(items_sellprice_sum, 2, 0) %]</th>
<th id="items_lastcost_sum" class="numeric">[%- LxERP.format_amount(items_lastcost_sum, 2, 0) %]</th>
<th id="items_sum_diff" class="numeric">[%- LxERP.format_amount(items_sum_diff, 2, 0) %]</th>
</tr>
<tr>
[% IF SELF.orphaned || AUTH.assert('assortment_edit', 1) %]
......
</tr>
</tbody>
</table>
</div>
[% L.sortable_element('#assortment_rows') %]
</div>

Auch abrufbar als: Unified diff