Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 172dea20

Von Jan Büren vor mehr als 5 Jahren hinzugefügt

  • ID 172dea201702f722cff8a3bb574752a0eb47b2d5
  • Vorgänger 18345d9b
  • Nachfolger 5a63f05f

Bankauszug verbuchen: TT Zuweisung ohne $

Ansonsten wird bei der Vorauswahl 'Skonto nach ZB' kein
vorbelegter Betrag angezeigt.

Unterschiede anzeigen:

templates/webpages/bank_transactions/_payment_suggestion.html
2 2
[% SELECT_OPTIONS = invoice.get_payment_select_options_for_bank_transaction(bt_id) %]
3 3
[% is_skonto_pt   = SELECT_OPTIONS.1.selected %]
4 4
[% formatted_skonto_amount          = LxERP.format_amount(invoice.skonto_amount, 2) %]
5
[% formatted_skonto_amount_selected = is_skonto_pt ? $formatted_skonto_amount : LxERP.format_amount(0, 2) %]
5
[% formatted_skonto_amount_selected = is_skonto_pt ? formatted_skonto_amount : LxERP.format_amount(0, 2) %]
6 6
<span id="[% HTML.escape(bt_id) %].[% HTML.escape(invoice.id) %]"
7 7
  data-invoice-amount="[% HTML.escape(invoice.open_amount * 1) %]"
8 8
  data-invoice-amount-less-skonto="[% HTML.escape(invoice.amount_less_skonto * 1) %]">

Auch abrufbar als: Unified diff