Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 551b5ac6

Von Hans Peter Schlaepfer vor mehr als 5 Jahren hinzugefügt

  • ID 551b5ac6c485e8ad3f3baac1be670151da014663
  • Vorgänger 51930364
  • Nachfolger eae4302d

Neues kivitendo Design Aenderungen in templates/webpages/bank_transactions/..

Unterschiede anzeigen:

templates/webpages/bank_transactions/_payment_suggestion.html
1
[%- USE P -%][%- USE HTML -%][%- USE LxERP -%]
1
[% USE P %]
2
[% USE HTML %]
3
[% USE LxERP %]
4

  
2 5
<span id="[% HTML.escape(bt_id) %].[% HTML.escape(prop_id) %]" data-invoice-amount="[% HTML.escape(invoice.open_amount * 1) %]">
3
 [% P.hidden_tag("invoice_ids." _ bt_id _ "[]", prop_id) %]
4
 [% LxERP.t8("Invno.") %]: [% HTML.escape(invoice.invnumber) %]
5
 [% LxERP.t8("Open amount") %]: [% LxERP.format_amount(invoice.open_amount, 2) %]
6
 [% IF SELECT_OPTIONS.size %]
7
  [% P.select_tag("invoice_skontos." _ bt_id _ "[]", SELECT_OPTIONS, value_key="payment_type", title_key="display") %]
8
 [% END %]
9
 [% P.link_tag("#", "x", onclick="kivi.BankTransaction.delete_invoice(" _ bt_id _ "," _ prop_id _ ")") %]
6
  [% P.hidden_tag("invoice_ids." _ bt_id _ "[]", prop_id) %]
7
  [% LxERP.t8("Invno.") %]: [% HTML.escape(invoice.invnumber) %]
8
  [% LxERP.t8("Open amount") %]: [% LxERP.format_amount(invoice.open_amount, 2) %]
9
  [% IF SELECT_OPTIONS.size %]
10
    [% P.select_tag("invoice_skontos." _ bt_id _ "[]", SELECT_OPTIONS, value_key="payment_type", title_key="display") %]
11
  [% END %]
12
  <!-- PENDENT: Loeschsymbol (einheitliches) -->
13
  [% P.link_tag("#", "x", onclick="kivi.BankTransaction.delete_invoice(" _ bt_id _ "," _ prop_id _ ")") %]
10 14
</span>

Auch abrufbar als: Unified diff