Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 33d579af

Von Moritz Bunkus vor etwa 7 Jahren hinzugefügt

  • ID 33d579af2747e8427fab0e31625871a83cff75e9
  • Vorgänger 04a484b3
  • Nachfolger 96def4ca

Kontoauszug verbuchen: Spalte »Zugewiesen« bei Zuweisungsänderung neu berechnen

Unterschiede anzeigen:

templates/webpages/bank_transactions/tabs/all.html
99 99
     </td>
100 100
     <td align=right>[% bt.transdate_as_date %]</td>
101 101
     <td align=right>[% LxERP.format_amount(bt.amount, 2) %]</td>
102
     <td align=right>[% LxERP.format_amount(bt.invoice_amount, 2) %]</td>
102
     <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>
103 103
     <td>[% HTML.escape(bt.remote_name) %]</td>
104 104
     <td>[% HTML.escape(bt.purpose) %]</td>
105 105
     <td>[% HTML.escape(bt.transaction_text) %]</td>

Auch abrufbar als: Unified diff