X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/61e3b1aa799b08f87b4e999971e75ed2b4f49e40..aae306cda6274d:/templates/webpages/ar/form_header.html diff --git a/templates/webpages/ar/form_header.html b/templates/webpages/ar/form_header.html index 285ee672a..bb943964b 100644 --- a/templates/webpages/ar/form_header.html +++ b/templates/webpages/ar/form_header.html @@ -1,7 +1,7 @@ [%- USE HTML %] [%- USE L %] [%- USE T8 %] -[%- USE LxERP %] +[%- USE LxERP %][%- USE P -%]
@@ -42,16 +42,11 @@ [% 'Customer' | $T8 %] -[%- IF selectcustomer %] - -[%- ELSE %] - -[%- END %] - - [% L.hidden_tag('selectcustomer', selectcustomer) %] - [% L.hidden_tag('oldcustomer', oldcustomer) %] - [% L.hidden_tag('customer_id', customer_id) %] - [% L.hidden_tag('terms', terms) %] + [% P.customer_vendor_picker("customer_id", customer_id, type="customer", style="width: 300px", class=(initial_focus == 'customer_id' ? "initial_focus" : "")) %] + [% L.button_tag("show_vc_details('customer')", LxERP.t8('Details (one letter abbreviation)')) %] + [% L.hidden_tag("previous_customer_id", customer_id) %] + [% L.hidden_tag('terms', terms) %] + [%- IF max_dunning_level || invoice_obj.dunning_config_id %] @@ -92,8 +87,7 @@ [%- END %] [% 'Currency' | $T8 %] - - [% L.hidden_tag('selectcurrency', selectcurrency) %] + [% L.select_tag("currency", currencies, default=currency, value_key="name", title_key="name") %] [% L.hidden_tag('defaultcurrency', defaultcurrency) %] [% L.hidden_tag('fxgain_accno', fxgain_accno) %] [% L.hidden_tag('fxloss_accno', fxloss_accno) %] @@ -104,15 +98,12 @@ [%- IF forex %][% L.hidden_tag('exchangerate', LxERP.format_amount(exchangerate, 5)) %][% LxERP.format_amount(exchangerate, 5) %][%- ELSE %][% L.input_tag('exchangerate', LxERP.format_amount(exchangerate, 5), size=10) %][%- END %] [% END %] - [% department_html %] - [%- IF selectdepartment %] - - [% 'Department' | $T8 %] - - - - - [%- END %] + [% IF ALL_DEPARTMENTS %] + + [% 'Department' | $T8 %] + [% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1) %] + + [% END %] [% L.checkbox_tag('taxincluded', checked=taxincluded) %] @@ -125,14 +116,10 @@ -[%- IF selectemployee %] - + -[%- ELSE %] - [% L.hidden_tag('employee', employee) %] -[%- END %] @@ -189,7 +176,7 @@ - +
[% 'Salesperson' | $T8 %][% L.hidden_tag('selectemployee', selectemployee) %][% P.select_tag("employee_id", employees, default=employee_id, title_key='safe_name') %]
[% 'Invoice Number' | $T8 %]
[% ARselected %][% P.chart_picker("AR_chart_id", AR_chart_id, style="width: 400px", type="AR") %] [% LxERP.format_amount(invtotal, 2) | html %]