Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9722a9cc

Von Hans P. Schlaepfer vor mehr als 3 Jahren hinzugefügt

  • ID 9722a9ccef68c21d888e74c0258f2e0bf4ff3366
  • Vorgänger 071b520d
  • Nachfolger d08705b9

Neues Design 2019 Standard-Code templates/webpages/bank_transactions/_problems.html

Unterschiede anzeigen:

templates/webpages/bank_transactions/_payment_suggestion.html
14 14
 [% LxERP.t8("Open amount") %]: [% LxERP.format_amount(invoice.open_amount, 2) %]</br>
15 15
 [% P.select_tag("invoice_skontos." _ bt_id _ "[]", SELECT_OPTIONS, value_key="payment_type", title_key="display", onChange="kivi.BankTransaction.update_skonto(this, " _ bt_id _ ", " _ invoice.id _ ", '$formatted_skonto_amount')"  ) %]</br>
16 16
 [% LxERP.t8("Skonto amount") %]: [% P.input_tag("free_skonto_amount." _ bt_id _ "." _ invoice.id _ "", "$formatted_skonto_amount_selected", default=0, style=style, disabled=1, size=4, class='numeric', onblur="kivi.BankTransaction.update_invoice_amount(" _ bt_id _ ", 0, this)") %]
17
 <!-- PENDENT: Loeschsymbol (einheitliches) -->
17 18
 [% P.link_tag("#", "x", onclick="kivi.BankTransaction.delete_invoice(" _ bt_id _ "," _ invoice.id _ ")") %]
18 19
</span>

Auch abrufbar als: Unified diff