X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fis%2Fform_header.html;h=89aa3fc4fccf47cd1b5df538bdacbf9b5717ea06;hb=8abd9ce32e946691e0953f9a8e2c183183d7854e;hp=c84e5d49cc0488016139f40c925e4946130bd38c;hpb=d658bec8d9a82bd2575f556528e955f4ee170d3f;p=kivitendo-erp.git diff --git a/templates/webpages/is/form_header.html b/templates/webpages/is/form_header.html index c84e5d49c..89aa3fc4f 100644 --- a/templates/webpages/is/form_header.html +++ b/templates/webpages/is/form_header.html @@ -1,8 +1,8 @@ [%- USE T8 %] [%- USE HTML %] [%- USE LxERP %] +[%- USE L %] [%- SET follow_up_trans_info = invnumber _ ' (' _ customer_name _ ')' %] - @@ -20,14 +20,24 @@ - - -

[% title %]

+

[% title %]

[% saved_message %]

-[%- INCLUDE 'common/flash.html' %] +[%- PROCESS 'common/flash.html' %] +
+ + +
+ [%- IF ALL_CONTACTS.size %] [%- END %] @@ -70,14 +76,7 @@ [%- END %] @@ -104,35 +103,25 @@ [%- END %] - - + + [% L.select_tag('taxzone_id', ALL_TAXZONES, default = taxzone_id, title_key = 'description', disabled = (id ? 1 : 0), style='width: 250px', onchange = "document.getElementById('update_button').click();") %] [%- IF id %] [%- END %] + [%- IF all_departments %] [%- END %] @@ -142,8 +131,12 @@ [%- END %] - - + + + [%- IF show_exchangerate %] @@ -175,23 +168,14 @@ [%- IF ALL_SALESMEN.size %] [%- END %] @@ -207,10 +191,7 @@ - + [%- ELSE %] @@ -219,39 +200,28 @@ - + - + +[%- END %] - + -[%- END %] - - + @@ -259,8 +229,7 @@ - + @@ -269,37 +238,24 @@
@@ -36,8 +46,10 @@ [% 'Customer' | $T8 %] [%- INCLUDE 'generic/multibox.html' + id = 'customer', name = 'customer', style = 'width: 250px', + class = 'initial_focus', DATA = ALL_CUSTOMERS, id_sub = 'vc_keys', label_key = 'name', @@ -46,23 +58,17 @@ allow_textbox = 1, onChange = "document.getElementById('update_button').click();" -%] -
[% '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();" -%] + [% L.select_tag('shipto_id', ALL_SHIPTO, default = shipto_id, value_key = 'shipto_id', title_key = 'displayable_id', with_empty = 1, style='width: 250px', onChange = "document.getElementById('update_button').click();") %]
[% 'Record in' | $T8 %] + + +
[% 'Steuersatz' | $T8 %] - [%- INCLUDE 'generic/multibox.html' - name = 'taxzone_id' - stype = '250px' - DATA = ALL_TAXZONES - id_key = 'id' - readonly = (id ? 1 : 0) - label_key = 'description' -%] -
[% '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') %]
[% currencies %]
+ + +
[% 'Exchangerate' | $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') %]
[% 'Credit Note Date' | $T8 %] - - - [% L.date_tag('invdate', invdate, onchange='set_duedate()') %]
[% 'Invoice Date' | $T8 %] - - - [% L.date_tag('invdate', invdate, onchange='set_duedate()') %]
[% 'Due Date' | $T8 %] - - - [% L.date_tag('duedate', duedate) %]
[% 'Delivery Order Number' | $T8 %]
[% 'Delivery Date' | $T8 %] - - - [% L.date_tag('deliverydate', deliverydate) %]
[% 'Order Number' | $T8 %]
[% 'Order Date' | $T8 %] - [% L.date_tag('orddate', orddate) %]
[% 'Quotation Number' | $T8 %]
[% 'Quotation Date' | $T8 %] - [% L.date_tag('quodate', quodate) %]
[% 'Customer Order Number' | $T8 %]
[% '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();") %]
- - - - + + + + - - +