X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Foe%2Fform_header.html;h=556987417838b88972f40a2fa2f04e036214c449;hb=473431b1a1008e2cdcb5d49bb04227f5b0004852;hp=9b275af24b7116d406b825796c851403cbaaadad;hpb=469ca9fc3cac624073270fc3217766dbb7aba253;p=kivitendo-erp.git diff --git a/templates/webpages/oe/form_header.html b/templates/webpages/oe/form_header.html index 9b275af24..556987417 100644 --- a/templates/webpages/oe/form_header.html +++ b/templates/webpages/oe/form_header.html @@ -1,22 +1,22 @@ [%- USE T8 %] [%- USE HTML %] [%- USE LxERP %] -[%- USE L %] - +[%- USE L %][%- USE P -%] -
+ - - [%- IF is_sales_ord %] [% L.javascript_tag("js/edit_periodic_invoices_config") %] [%- END %] [%- FOREACH row = HIDDENS %] - + [%- END %] @@ -25,10 +25,29 @@ +

[% title %]

[%- INCLUDE 'common/flash.html' %] +[%- INCLUDE 'generic/set_longdescription.html' %] + +
+ + +
@@ -40,35 +59,30 @@ [%- IF ALL_CONTACTS.size %] [%- END %] -[%- IF ALL_SHIPTO.size %] -[%- END %] [%- IF is_order %] @@ -93,29 +107,35 @@ + +[%- IF ALL_LANGUAGES.size %] + + + -[%- IF ALL_DEPARTMENTS %] +[%- END %] +[%- IF ALL_DEPARTMENTS.size %] [%- END %] -[%- IF currencies %] - + -[%- END %] [%- IF show_exchangerate %] - + [%- IF show_delivery_customer %] @@ -164,31 +184,31 @@ [%- IF is_sales and ALL_SALESMEN.size %] [%- END %] [%- IF is_order %] - + [%- END %] - + [%- IF is_order %] - + [%- END %] @@ -202,7 +222,7 @@ [%- END %] @@ -210,19 +230,39 @@ [%- IF is_sales_quo %] [% 'Valid until' | $T8 %] [%- ELSE %] - [% 'Required by' | $T8 %] + [% 'Reqdate' | $T8 %] [%- END %] + [%- IF is_sales_ord %] + + + + + [%- END %] +[%- IF type == 'sales_quotation' %] + + + + + + + + +[%- END %]
[% IF vc == 'customer' %][% 'Customer' | $T8 %][% ELSE %][% 'Vendor' | $T8 %][% END %] - [%- INCLUDE 'generic/multibox.html' - name = vc, - style = 'width: 250px', - DATA = vc == 'customer' ? ALL_CUSTOMERS : ALL_VENDORS, - id_sub = 'vc_keys', - label_key = 'name', - select = vc_select, - limit = vclimit, - allow_textbox = 1, - onChange = "document.getElementById('update_button').click();" -%] - + [%- SET vc_id = vc _ "_id" %] + [% P.customer_vendor.picker(vc_id, $vc_id, type=vc, style="width: 250px", class="initial_focus", onchange="\$('#update_button').click()") %] + [% P.button_tag("show_vc_details('" _ HTML.escape(vc) _ "')", LxERP.t8("Details (one letter abbreviation)")) %] + [% P.hidden_tag("previous_" _ vc_id, $vc_id) %]
[% 'Contact Person' | $T8 %] - [% L.select_tag('cp_id', L.options_for_select(ALL_CONTACTS, default=cp_id, value='cp_id', title='full_name_dep', with_empty=1), style='width: 250px') %] + [% L.select_tag('cp_id', ALL_CONTACTS, default=cp_id, value_key='cp_id', title_key='full_name_dep', with_empty=1, style='width: 250px') %]
[% 'Shipping Address' | $T8 %] - [% L.select_tag('shipto_id', L.options_for_select(ALL_SHIPTO, default=shipto_id, value='shipto_id', title='displayable_id', with_empty=1), style='width: 250px', onChange="document.getElementById('update_button').click();") %] +[%- IF ALL_SHIPTO.size %] + [% shiptos = [ [ "", LxERP.t8("No/individual shipping address") ] ] ; + L.select_tag('shipto_id', shiptos.import(ALL_SHIPTO), default=shipto_id, value_key='shipto_id', title_key='displayable_id', style='width: 250px') %] +[%- END %] + [% L.button_tag("kivi.SalesPurchase.edit_custom_shipto()", LxERP.t8("Custom shipto")) %]
[% 'Credit Limit' | $T8 %]
[% 'Steuersatz' | $T8 %] - [% L.select_tag('taxzone_id', L.options_for_select(ALL_TAXZONES, default=taxzone_id, title='description'), style='width: 250px') %] + [% L.select_tag('taxzone_id', ( id ? ALL_TAXZONES : ALL_ACTIVE_TAXZONES), default=taxzone_id, title_key='description', style='width: 250px') %] +
[% 'Language' | $T8 %] + [% L.select_tag('language_id', ALL_LANGUAGES, default=language_id, title_key = 'description', with_empty=1, style='width:250px') %]
[% 'Department' | $T8 %] - [% L.select_tag('department_id', L.options_for_select(ALL_DEPARTMENTS, default=department_id, title_sub=\department_labels, with_empty=1), style='width:250px') %] + [% L.select_tag('department_id', ALL_DEPARTMENTS, default=department_id, title_key = 'description', with_empty=1, style='width:250px') %]
[% 'Currency' | $T8 %][% currencies %][% L.select_tag("currency", ALL_CURRENCIES, value_key="name", default=currency, onchange="document.getElementById('update_button').click();") %]
[% 'Exchangerate' | $T8 %] [%- IF forex %] - [% LxERP.format_amount(exchangerate, 2) %] + [% LxERP.format_amount(exchangerate, 5) %] [%- ELSE %] [%- END %] @@ -132,7 +152,7 @@
[% 'Transaction description' | $T8 %][% L.input_tag("transaction_description", transaction_description, size=35, "data-validate"=INSTANCE_CONF.get_require_transaction_description_ps ? 'required' : '') %]
[% 'Employee' | $T8 %] - [% L.select_tag('employee_id', L.options_for_select(ALL_EMPLOYEES, default=employee_id, title='safe_name')) %] + [% L.select_tag('employee_id', ALL_EMPLOYEES, default=employee_id, title_key='safe_name') %]
[% 'Salesman' | $T8 %] - [% L.select_tag('salesman_id', L.options_for_select(ALL_SALESMEN, default=(salesman_id ? salesman_id : employee_id), title='safe_name')) %] + [% L.select_tag('salesman_id', ALL_SALESMEN, default=(salesman_id ? salesman_id : employee_id), title_key='safe_name') %]
[% 'Order Number' | $T8 %]
[% IF is_req_quo %][% 'RFQ Number' | $T8 %][% ELSE %][% 'Quotation Number' | $T8 %][% END %]
[% 'Customer Order Number' | $T8 %]
- [% L.date_tag('transdate', transdate) %] + [% L.date_tag('transdate', transdate, id='transdate') %]
- [% L.date_tag('reqdate', reqdate) %] + [% L.date_tag('reqdate', reqdate, id='reqdate') %]
[% 'Insert Date' | $T8 %][% oe_obj.itime_as_date %]
[% 'Project Number' | $T8 %] - [%- L.select_tag('globalproject_id', L.options_for_select(ALL_PROJECTS, title='projectnumber', default=globalproject_id, with_empty='1'), onChange="document.getElementById('update_button').click();") %] + [%- L.select_tag('globalproject_id', ALL_PROJECTS, title_key='projectnumber', default=globalproject_id, with_empty='1', onChange="document.getElementById('update_button').click();") %]
[% 'Order probability' | $T8 %] + [%- L.select_tag('order_probability', ORDER_PROBABILITIES, title='title', default=order_probability) %]% +
[% 'Expected billing date' | $T8 %] + [%- L.date_tag('expected_billing_date', expected_billing_date) %] +