X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Foe%2Fform_header.html;h=644879c1b7f151a15b24756056a0d033189ff8c7;hb=049e49fea3e4a3c7c78d7aebf055936b3cab40c5;hp=0867d4abb8bdd5d8656796169360771f68598b23;hpb=3a94f4d2dd9a835d4a7007e1b999ea00b3c4e1cd;p=kivitendo-erp.git diff --git a/templates/webpages/oe/form_header.html b/templates/webpages/oe/form_header.html index 0867d4abb..644879c1b 100644 --- a/templates/webpages/oe/form_header.html +++ b/templates/webpages/oe/form_header.html @@ -2,11 +2,9 @@ [%- USE HTML %] [%- USE LxERP %] [%- USE L %] -
- @@ -26,17 +24,26 @@ -[%- IF resubmit %] -[%# in case of resubmits, restore enough information for dispatcher to work %] - [% L.hidden_tag('action_' _ dispatched_action, 1) %] -[%- END %] -
[% title %]
+

[% title %]

[%- INCLUDE 'common/flash.html' %] +[%- INCLUDE 'generic/set_longdescription.html' %] + +
+ + +
-
@@ -49,6 +56,7 @@ [%- INCLUDE 'generic/multibox.html' name = vc, style = 'width: 250px', + class = 'initial_focus', DATA = vc == 'customer' ? ALL_CUSTOMERS : ALL_VENDORS, id_sub = 'vc_keys', label_key = 'name', @@ -63,13 +71,7 @@ [%- END %] @@ -77,14 +79,8 @@ [%- END %] @@ -112,29 +108,17 @@ [%- IF ALL_DEPARTMENTS %] [%- END %] - [%- IF currencies %] @@ -163,7 +147,7 @@ - + [%- IF show_delivery_customer %] @@ -195,23 +179,14 @@ [%- IF is_sales and ALL_SALESMEN.size %] [%- END %] @@ -242,8 +217,7 @@ [%- END %] @@ -251,36 +225,36 @@ [%- IF is_sales_quo %] [% 'Valid until' | $T8 %] [%- ELSE %] - [% 'Required by' | $T8 %] + [% 'Reqdate' | $T8 %] [%- END %] + +[%- IF type == 'sales_quotation' %] + + + + + + + +[%- END %]
[% 'Contact Person' | $T8 %] - [%- INCLUDE 'generic/multibox.html' - name = 'cp_id', - style = 'width: 250px', - DATA = ALL_CONTACTS, - id_key = 'cp_id', - label_sub = 'contact_labels', - show_empty = 1 -%] + [% 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 %] - [%- INCLUDE 'generic/multibox.html' - name = 'shipto_id', - style = 'width: 250px', - DATA = ALL_SHIPTO, - id_key = 'shipto_id', - label_sub = 'shipto_labels', - show_empty = 1, - onChange = "document.getElementById('update_button').click();" -%] + [% 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') %]
[% 'Steuersatz' | $T8 %] - [%- INCLUDE 'generic/multibox.html' - name = 'taxzone_id', - style = 'width: 250px', - DATA = ALL_TAXZONES, - id_key = 'id', - label_key = 'description' -%] + [% L.select_tag('taxzone_id', ( id ? ALL_TAXZONES : ALL_ACTIVE_TAXZONES), default=taxzone_id, title_key='description', style='width: 250px') %]
[% 'Department' | $T8 %] - [%- INCLUDE 'generic/multibox.html' - name = 'department_id', - style = 'width: 250px', - DATA = ALL_DEPARTMENTS, - id_key = 'id', - label_sub = 'department_labels', - show_empty = 1 -%] + [% L.select_tag('department_id', ALL_DEPARTMENTS, default=department_id, title_sub=\department_labels, with_empty=1, style='width:250px') %]
[% 'Currency' | $T8 %]
[% 'Transaction description' | $T8 %]
[% 'Employee' | $T8 %] - [%- INCLUDE 'generic/multibox.html' - name = 'employee_id', - DATA = ALL_EMPLOYEES, - id_key = 'id', - label_sub = 'sales_employee_labels' -%] + [% L.select_tag('employee_id', ALL_EMPLOYEES, default=employee_id, title_key='safe_name') %]
[% 'Salesman' | $T8 %] - [%- INCLUDE 'generic/multibox.html' - name = 'salesman_id', - default = salesman_id ? salesman_id : employee_id, - DATA = ALL_SALESMEN, - id_key = 'id', - label_sub = 'sales_employee_labels' -%] + [% L.select_tag('salesman_id', ALL_SALESMEN, default=(salesman_id ? salesman_id : employee_id), title_key='safe_name') %]
- - + [% L.date_tag('transdate', transdate, id='transdate') %]
- - + [% L.date_tag('reqdate', reqdate, id='reqdate') %]
[% 'Project Number' | $T8 %] - [%- INCLUDE 'generic/multibox.html' - name = 'globalproject_id', - DATA = ALL_PROJECTS, - id_key = 'id', - label_key = 'projectnumber', - show_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 'BL') %] +
- -