Revision e764c164
Von Bernd Bleßmann vor 6 Monaten hinzugefügt
templates/design40_webpages/acc_trans/_mini_ledger.html | ||
---|---|---|
27 | 27 |
[% END %] |
28 | 28 |
</tbody> |
29 | 29 |
<tfoot> |
30 |
<td colspan="2"></td> |
|
31 |
<th>[% LxERP.t8("Total") %]</th> |
|
32 |
<td class="numeric">[% LxERP.format_amount(debit_sum * -1, 2) %]</td> |
|
33 |
<td class="numeric">[% LxERP.format_amount(credit_sum, 2) %]</td> |
|
34 |
</tr> |
|
30 |
<tr> |
|
31 |
<td colspan="2"></td> |
|
32 |
<th>[% LxERP.t8("Total") %]</th> |
|
33 |
<td class="numeric">[% LxERP.format_amount(debit_sum * -1, 2) %]</td> |
|
34 |
<td class="numeric">[% LxERP.format_amount(credit_sum, 2) %]</td> |
|
35 |
</tr> |
|
35 | 36 |
</tfoot> |
36 | 37 |
</table> |
37 | 38 |
|
38 | 39 |
</div><!-- /.wrapper --> |
39 |
|
templates/design40_webpages/acc_trans/_mini_trial_balance.html | ||
---|---|---|
27 | 27 |
</table> |
28 | 28 |
|
29 | 29 |
</div><!-- /.wrapper --> |
30 |
</div> |
templates/webpages/acc_trans/_mini_ledger.html | ||
---|---|---|
23 | 23 |
<td align="right">[%- IF transaction.amount > 0 %] [%- LxERP.format_amount(transaction.amount , 2) %] [%- END -%]</td> |
24 | 24 |
</tr> |
25 | 25 |
[%- END %] |
26 |
<tr> |
|
26 | 27 |
<td colspan="2"></td> |
27 | 28 |
<td align="right"><b>[%- LxERP.t8("Total") %]:</b></td> |
28 | 29 |
<td align="right"><b>[%- LxERP.format_amount(debit_sum * -1, 2) %]</b></td> |
... | ... | |
30 | 31 |
</tr> |
31 | 32 |
</tbody> |
32 | 33 |
</table> |
33 |
<div> |
|
34 |
</div> |
templates/webpages/acc_trans/_mini_trial_balance.html | ||
---|---|---|
22 | 22 |
[%- END %] |
23 | 23 |
</tbody> |
24 | 24 |
</table> |
25 |
</div> |
Auch abrufbar als: Unified diff
RG: Tab "Buchungen": vergessene/unausgeglichene html-Tags korrigiert