X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fbank_transactions%2Fcreate_invoice.html;h=25b32b395464d39c449a709cec65e1a51b8052bc;hb=9a28383a1193c4705909ea18dd09303dab6557e4;hp=818f01f287003b92a283b4cb9d7e3ffb9393551a;hpb=aa63ebae1c0a758ec438c594acb328b1f0e5e001;p=kivitendo-erp.git diff --git a/templates/webpages/bank_transactions/create_invoice.html b/templates/webpages/bank_transactions/create_invoice.html index 818f01f28..25b32b395 100644 --- a/templates/webpages/bank_transactions/create_invoice.html +++ b/templates/webpages/bank_transactions/create_invoice.html @@ -1,4 +1,4 @@ -[%- USE HTML %][%- USE L %][%- USE LxERP %][%- USE T8 %][%- USE P -%] +[%- USE HTML %][%- USE L %][%- USE LxERP %][%- USE P -%] Transaction @@ -25,61 +25,27 @@
-[% 'Vendor filter for AP transaction drafts' | $T8 %]: - - -[% L.hidden_tag('bt_id', SELF.transaction.id) %] -
- - - - -
[%- LxERP.t8("Vendor") %][% P.input_tag("vendor", vendor_name, class="initial_focus", style="width: 250px") %]
+[% LxERP.t8('Vendor filter for AP transaction templates') %]: + + + [% L.hidden_tag("bt_id", SELF.transaction.id) %] + [% L.hidden_tag("filter.bank_account", FORM.filter.bank_account) %] + [% L.hidden_tag("filter.fromdate", FORM.filter.fromdate) %] + [% L.hidden_tag("filter.todate", FORM.filter.todate) %] + + + + + +
[%- LxERP.t8("Vendor") %][% P.input_tag("vendor", vendor_name, class="initial_focus", style="width: 250px") %]

+ [% P.button_tag("kivi.BankTransaction.filter_templates()", LxERP.t8("Filter vendors")) %] [% LxERP.t8("Cancel") %]


-
-[% IF DRAFTS.size %] -[% 'Draft suggestions' | $T8 %]: - - - - - - - - - - - [% FOREACH draft = DRAFTS %] - - - - - - - [% END %] -
[% 'Description' | $T8 %][% 'Vendor' | $T8 %][% 'Employee' | $T8 %][% 'Draft from:' | $T8 %]
[% HTML.escape(draft.description) %][% HTML.escape(draft.vendor) %][% HTML.escape(draft.employee.name) %][% HTML.escape(draft.itime_as_date) %]
-[% ELSE %] -

[% 'No draft was found.' | $T8 %]

-[% END %] +
+ [% PROCESS "bank_transactions/_template_list.html" %]
- -