X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fbank_transactions%2Finvoices.html;h=4b59efcf9d3c31579fb83ec34203067c0f136954;hb=f72a365d3988ad682f853764fdbfb39aa92ac089;hp=3249dcf82b84a5e5f1ea55fe458ef197857d51fe;hpb=bbf5c662c1c707852b30d0fb6985efdf6148f14f;p=kivitendo-erp.git diff --git a/templates/webpages/bank_transactions/invoices.html b/templates/webpages/bank_transactions/invoices.html index 3249dcf82..4b59efcf9 100644 --- a/templates/webpages/bank_transactions/invoices.html +++ b/templates/webpages/bank_transactions/invoices.html @@ -1,11 +1,32 @@ -[% USE L %] -[% USE T8 %] -[% USE LxERP %] +[%- USE HTML -%][%- USE LxERP -%][%- USE P -%] +[% SET debug=1 %] [% FOREACH invoice = INVOICES %] -
- [% L.hidden_tag('invoice_ids.' _ bt_id _'[]', invoice.id) %] - [% 'Invno.' | $T8 %]: [% invoice.invnumber %] - [% 'Amount' | $T8 %]: [% LxERP.format_amount(invoice.amount_open, 2) %] - x -
+ + + + + + [% P.hidden_tag("invoice_ids." _ bt_id _"[]", invoice.id) %] + [% LxERP.t8("Invno.") %]: [% HTML.escape(invoice.invnumber) %] + [% LxERP.t8("Open amount") %]: [% LxERP.format_amount(invoice.open_amount, 2) %] + [% P.link_tag("#", "x", onclick="kivi.BankTransaction.delete_invoice(" _ bt_id _ "," _ invoice.id _ ")") %] + + + [% P.input_tag("sources_" _ bt_id _ "_" _ invoice.id, "") %] + [% P.input_tag("memos_" _ bt_id _ "_" _ invoice.id, "") %] + [% IF debug %] + + [% END %] + + + + + + + + + + + + [% END %]