Revision a25229a7
Von Bernd Bleßmann vor mehr als 1 Jahr hinzugefügt
templates/design40_webpages/customer_vendor_turnover/count_turnover.html | ||
---|---|---|
2 | 2 |
[%- USE LxERP %] |
3 | 3 |
[%- USE L %] |
4 | 4 |
[%- USE HTML %] |
5 |
<div id="turnover_statistic"> |
|
6 |
<table width="100%">
|
|
7 |
<tbody>
|
|
5 |
<div class="wrapper" id="turnover_statistic">
|
|
6 |
<table class="tbl-list wi-moderate">
|
|
7 |
<thead>
|
|
8 | 8 |
<tr> |
9 |
<td class="listheading">[% 'Month/Year' | $T8 %]</td>
|
|
10 |
<td class="listheading">[% 'Invoices' | $T8 %]</td>
|
|
11 |
<td class="listheading">[% 'Turnover' | $T8 %]</td>
|
|
12 |
<td class="listheading">[% 'Net.Turnover' | $T8 %]</td>
|
|
13 |
<td class="listheading">[% 'Paid' | $T8 %]</td>
|
|
9 |
<th>[% 'Month/Year' | $T8 %]</td>
|
|
10 |
<th>[% 'Invoices' | $T8 %]</td>
|
|
11 |
<th>[% 'Turnover' | $T8 %]</td>
|
|
12 |
<th>[% 'Net.Turnover' | $T8 %]</td>
|
|
13 |
<th>[% 'Paid' | $T8 %]</td>
|
|
14 | 14 |
</tr> |
15 |
</thead> |
|
16 |
<tbody> |
|
15 | 17 |
[%- FOREACH row = SELF.turnover_statistic %] |
16 |
<tr class="listrow[% loop.count % 2 %]">
|
|
18 |
<tr> |
|
17 | 19 |
<td>[% row.date_part | html %]</td> |
18 | 20 |
<td>[% row.count | html %]</td> |
19 | 21 |
<td class="numeric">[%- LxERP.format_amount(row.amount,2) %]</td> |
... | ... | |
21 | 23 |
<td class="numeric">[%- LxERP.format_amount(row.paid,2) %]</td> |
22 | 24 |
</tr> |
23 | 25 |
[% END %] |
24 |
|
|
25 | 26 |
</tbody> |
26 | 27 |
</table> |
27 | 28 |
</div> |
templates/design40_webpages/customer_vendor_turnover/turnover_statistic.html | ||
---|---|---|
2 | 2 |
[%- USE LxERP %] |
3 | 3 |
[%- USE L %] |
4 | 4 |
[%- USE HTML %] |
5 |
<div class="chart-container" id="turnovers_chart_container" style="position: relative;"> |
|
5 |
<div class="wrapper chart-container" id="turnovers_chart_container" style="position: relative;">
|
|
6 | 6 |
[%- LxERP.t8("Loading...") %] |
7 | 7 |
</div> |
8 | 8 |
<div id="turnovers"></div> |
Auch abrufbar als: Unified diff
design40: Umsatzstatistik: Tabelle angepasst und div-wrapper