X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Foe%2Fform_header.html;h=3d1b30729fef5c4b720ae24d967b13b8350aff08;hb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44;hp=2c5d801fff68a61a89f67bc87b7e0d77950efbce;hpb=954b24d2ef8c7f72da0af3637035c83f8ebdfc0d;p=kivitendo-erp.git diff --git a/templates/webpages/oe/form_header.html b/templates/webpages/oe/form_header.html index 2c5d801ff..3d1b30729 100644 --- a/templates/webpages/oe/form_header.html +++ b/templates/webpages/oe/form_header.html @@ -2,7 +2,6 @@ [%- USE HTML %] [%- USE LxERP %] [%- USE L %] -
@@ -20,15 +19,31 @@ [%- END %] + +

[% title %]

[%- INCLUDE 'common/flash.html' %] +[%- INCLUDE 'generic/set_longdescription.html' %] + +
+ + +
@@ -43,6 +58,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', @@ -57,7 +73,7 @@ [%- END %] @@ -65,7 +81,8 @@ [%- END %] @@ -93,14 +110,14 @@ [%- IF ALL_DEPARTMENTS %] [%- END %] @@ -132,7 +149,7 @@ - + [%- IF show_delivery_customer %] @@ -164,14 +181,14 @@ [%- IF is_sales and ALL_SALESMEN.size %] [%- END %] @@ -202,8 +219,7 @@ [%- END %] @@ -211,20 +227,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 %]
[% '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();") %] + [% 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 %] - [% 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') %]
[% '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_sub=\department_labels, with_empty=1, style='width:250px') %]
[% 'Transaction description' | $T8 %]
[% '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') %]
- - + [% L.date_tag('transdate', transdate, id='transdate') %]
- - + [% L.date_tag('reqdate', reqdate, id='reqdate') %]
[% 'Insert Date' | $T8 %][% insertdate %]
[% '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 'BL') %] +