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/design40_webpages/part/_assembly.html
9 9
[% L.hidden_tag('assembly_id', SELF.part.id) %]
10 10

  
11 11

  
12
<div class="wrapper">
12
<div class="wrapper" style="overflow-y: auto; height:65vh;">
13 13
<table id="assembly_items" class="tbl-list">
14 14
  <caption>[% 'Assembly items' | $T8 %]</caption>
15 15
  <thead>
templates/design40_webpages/part/_assortment.html
4 4
[% USE L %]
5 5
[% USE P %]
6 6

  
7
<div id="assortment" class="wrapper">
7
<div id="assortment" class="wrapper" style="overflow-y: auto; height:65vh;">
8 8

  
9 9
[% L.hidden_tag('assortment_id', SELF.part.id) %]
10 10

  
templates/webpages/part/_assembly.html
10 10

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

  
13
<div style="overflow-y: auto; height:65vh;">
13 14
<table id="assembly_items">
14 15
 <thead>
15 16
   <tr class="listheading">
......
108 109
</tr>
109 110
</tbody>
110 111
</table>
111

  
112
</div>
112 113
[% L.sortable_element('#assembly_rows') %]
113 114

  
114 115
<div>
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