Revision 5121ff45
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
templates/design40_webpages/bank_transactions/tabs/all.html | ||
---|---|---|
113 | 113 |
<td>[% IF prop.id ; PROCESS proposal_div ; END %]</td> |
114 | 114 |
<td>[% bt.transdate_as_date %]</td> |
115 | 115 |
<td>[% LxERP.format_amount(bt.amount, 2) %]</td> |
116 |
<td id="invoice_amount_[% HTML.escape(bt.id) %]" data-invoice-amount="[% HTML.escape(bt.invoice_amount) %]">[% HTML.escape(LxERP.format_amount(bt.invoice_amount, 2)) %]</td> |
|
116 |
<td id="invoice_amount_[% HTML.escape(bt.id) %]" |
|
117 |
data-invoice-amount="[% HTML.escape(bt.invoice_amount) %]" > |
|
118 |
<span [% IF bt.invoice_amount %] style="background-color:#FF8000;" [% END %]> |
|
119 |
[% HTML.escape(LxERP.format_amount(bt.invoice_amount, 2)) %] |
|
120 |
</span> |
|
121 |
</td> |
|
117 | 122 |
<td>[% HTML.escape(bt.remote_name) %]</td> |
118 | 123 |
<td>[% HTML.escape(bt.purpose) %]</td> |
119 | 124 |
<td>[% HTML.escape(bt.transaction_text) %]</td> |
templates/webpages/bank_transactions/tabs/all.html | ||
---|---|---|
111 | 111 |
</td> |
112 | 112 |
<td align="right">[% bt.transdate_as_date %]</td> |
113 | 113 |
<td align="right">[% LxERP.format_amount(bt.amount, 2) %]</td> |
114 |
<td align="right" id="invoice_amount_[% HTML.escape(bt.id) %]" data-invoice-amount="[% HTML.escape(bt.invoice_amount) %]">[% HTML.escape(LxERP.format_amount(bt.invoice_amount, 2)) %]</td> |
|
114 |
<td align="right" id="invoice_amount_[% HTML.escape(bt.id) %]" |
|
115 |
data-invoice-amount="[% HTML.escape(bt.invoice_amount) %]" > |
|
116 |
<span [% IF bt.invoice_amount %] style="background-color:#FF8000;" [% END %]> |
|
117 |
[% HTML.escape(LxERP.format_amount(bt.invoice_amount, 2)) %] |
|
118 |
</span> |
|
119 |
</td> |
|
115 | 120 |
<td>[% HTML.escape(bt.remote_name) %]</td> |
116 | 121 |
<td>[% HTML.escape(bt.purpose) %]</td> |
117 | 122 |
<td>[% HTML.escape(bt.transaction_text) %]</td> |
Auch abrufbar als: Unified diff
Kontoauszug verbuchen: Zugewiesen hervorheben