Revision e764c164
Von Bernd Bleßmann vor 11 Monaten hinzugefügt
templates/design40_webpages/acc_trans/_mini_ledger.html | ||
---|---|---|
[% END %]
|
||
</tbody>
|
||
<tfoot>
|
||
<td colspan="2"></td>
|
||
<th>[% LxERP.t8("Total") %]</th>
|
||
<td class="numeric">[% LxERP.format_amount(debit_sum * -1, 2) %]</td>
|
||
<td class="numeric">[% LxERP.format_amount(credit_sum, 2) %]</td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="2"></td>
|
||
<th>[% LxERP.t8("Total") %]</th>
|
||
<td class="numeric">[% LxERP.format_amount(debit_sum * -1, 2) %]</td>
|
||
<td class="numeric">[% LxERP.format_amount(credit_sum, 2) %]</td>
|
||
</tr>
|
||
</tfoot>
|
||
</table>
|
||
|
||
</div><!-- /.wrapper -->
|
||
|
templates/design40_webpages/acc_trans/_mini_trial_balance.html | ||
---|---|---|
</table>
|
||
|
||
</div><!-- /.wrapper -->
|
||
</div>
|
templates/webpages/acc_trans/_mini_ledger.html | ||
---|---|---|
<td align="right">[%- IF transaction.amount > 0 %] [%- LxERP.format_amount(transaction.amount , 2) %] [%- END -%]</td>
|
||
</tr>
|
||
[%- END %]
|
||
<tr>
|
||
<td colspan="2"></td>
|
||
<td align="right"><b>[%- LxERP.t8("Total") %]:</b></td>
|
||
<td align="right"><b>[%- LxERP.format_amount(debit_sum * -1, 2) %]</b></td>
|
||
... | ... | |
</tr>
|
||
</tbody>
|
||
</table>
|
||
<div>
|
||
</div>
|
templates/webpages/acc_trans/_mini_trial_balance.html | ||
---|---|---|
[%- END %]
|
||
</tbody>
|
||
</table>
|
||
</div>
|
Auch abrufbar als: Unified diff
RG: Tab "Buchungen": vergessene/unausgeglichene html-Tags korrigiert