Revision f7b38bdf
Von Hans P. Schlaepfer vor fast 5 Jahren hinzugefügt
templates/webpages/reconciliation/tabs/overview.html | ||
---|---|---|
8 | 8 |
<div style="height:500px; overflow:auto;"> |
9 | 9 |
<table width=99% id="link_table"> |
10 | 10 |
<thead> |
11 |
<tr class="listheading">
|
|
11 |
<tr> |
|
12 | 12 |
<th></th> |
13 | 13 |
|
14 | 14 |
<th></th> |
... | ... | |
33 | 33 |
<td class="top_border"></td> |
34 | 34 |
<td class="top_border"></td> |
35 | 35 |
<td class="top_border"></td> |
36 |
<td class="bt_balance top_border" align="right">[% LxERP.format_amount(SELF.bt_balance, 2) %]</td>
|
|
37 |
<td class="bb_balance top_border" align="right">[% LxERP.format_amount(-1 * SELF.bb_balance, 2) %]</td>
|
|
36 |
<td class="bt_balance top_border">[% LxERP.format_amount(SELF.bt_balance, 2) %]</td> |
|
37 |
<td class="bb_balance top_border">[% LxERP.format_amount(-1 * SELF.bb_balance, 2) %]</td> |
|
38 | 38 |
<td class="top_border"></td> |
39 | 39 |
<td class="top_border"></td> |
40 | 40 |
<td class="top_border"></td> |
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/reconciliation/tabs/automatic.html