X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fis%2Fform_header.html;h=97561d15402ac9703a2357c47406295323666150;hb=1e62938e10b5c7e9f91b09c53660ccb14e6004a6;hp=78d5ef27b4317fb5f4aac8c9f7381c62668c03e1;hpb=b3c4ebb024676ff19c6a7780c1625f69f028c502;p=kivitendo-erp.git diff --git a/templates/webpages/is/form_header.html b/templates/webpages/is/form_header.html index 78d5ef27b..97561d154 100644 --- a/templates/webpages/is/form_header.html +++ b/templates/webpages/is/form_header.html @@ -3,7 +3,6 @@ [%- USE LxERP %] [%- USE L %] [%- SET follow_up_trans_info = invnumber _ ' (' _ customer_name _ ')' %] - @@ -35,6 +34,7 @@ [% 'Customer' | $T8 %] [%- INCLUDE 'generic/multibox.html' + id = 'customer', name = 'customer', style = 'width: 250px', DATA = ALL_CUSTOMERS, @@ -45,17 +45,17 @@ allow_textbox = 1, onChange = "document.getElementById('update_button').click();" -%] - + [%- IF ALL_CONTACTS.size %] [% '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') %] [%- END %] @@ -63,7 +63,7 @@ [% 'Shipping Address' | $T8 %] - [% L.select_tag('shipto_id', L.options_for_select(ALL_SHIPTO, default=shipto_id, value='shipto_id', title_sub=\shipto_labels, with_empty=1), style='width: 250px', 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();") %] [%- END %] @@ -90,22 +90,25 @@ [%- END %] [% 'Record in' | $T8 %] - - + + + + [% 'Steuersatz' | $T8 %] - [% L.select_tag('taxzone_id', L.options_for_select(ALL_TAXZONES, default=taxzone_id, title='description'), disabled=(id ? 1 : 0), style='width: 250px', onchange="document.getElementById('update_button').click();") %] + [% 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 %] [% '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') %] [%- END %] @@ -115,8 +118,12 @@ [% currencies %] [%- END %] - - + + + + + + [%- IF show_exchangerate %] [% 'Exchangerate' | $T8 %] @@ -148,14 +155,14 @@ [% 'Employee' | $T8 %] - [% L.select_tag('employee_id', L.options_for_select(ALL_EMPLOYEES, default=employee_id, title_sub=\sales_employee_labels)) %] + [% L.select_tag('employee_id', ALL_EMPLOYEES, default = employee_id, title_key = 'safe_name') %] [%- IF ALL_SALESMEN.size %] [% 'Salesman' | $T8 %] - [% L.select_tag('salesman_id', L.options_for_select(ALL_SALESMEN, default=(salesman_id ? salesman_id : employee_id), title_sub=\sales_employee_labels)) %] + [% L.select_tag('salesman_id', ALL_SALESMEN, default = (salesman_id ? salesman_id : employee_id), title_key = 'safe_name') %] [%- END %] @@ -190,12 +197,11 @@ [% 'Delivery Order Number' | $T8 %] +[%- END %] [% 'Delivery Date' | $T8 %] [% L.date_tag('deliverydate', deliverydate, cal_align='BL') %] -[%- END %] - [% 'Order Number' | $T8 %] @@ -219,19 +225,19 @@ [% '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();") %] - - - - + + + + @@ -247,10 +253,7 @@ [% ELSIF creditwarning != '' %] alert('[% 'Credit Limit exceeded!!!' | $T8 %]'); [% ELSE %] - focus(); [% END %] - setupDateFormat('[% dateformat %]', '[% 'Falsches Datumsformat!' | $T8 %]'); - setupPoints('[% numberformat %]', '[% 'wrongformat' | $T8 %]'); }); function set_duedate() { $.ajax({ @@ -265,5 +268,4 @@ } //--> - - +