X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fir%2Fform_header.html;h=362bd89576a85b0d10d8690f29192e75b41bd636;hb=332980848d088adfe7e1cd025c23452325134207;hp=d8a44e1635a9eea4f1c695ab62c66629a3dad309;hpb=43e56b936a7b6f799bac548de484b2881428f9f5;p=kivitendo-erp.git diff --git a/templates/webpages/ir/form_header.html b/templates/webpages/ir/form_header.html index d8a44e163..362bd8957 100644 --- a/templates/webpages/ir/form_header.html +++ b/templates/webpages/ir/form_header.html @@ -2,8 +2,9 @@ [%- USE HTML %] [%- USE LxERP %] [%- USE L %] +

[% title %]

+ [%- SET follow_up_trans_info = invnumber _ ' (' _ vendor_name _ ')' %] - @@ -22,10 +23,22 @@ -

[% title %]

- [%- INCLUDE 'common/flash.html' %] +[%- INCLUDE 'generic/set_longdescription.html' %] + +
+ +
[%- END %] @@ -65,6 +80,12 @@ [% LxERP.format_amount(creditremaining,0 ,'0') %] +[%- IF business %] + + + + +[%- END %] @@ -125,7 +146,7 @@
@@ -34,8 +47,10 @@ [% 'Vendor' | $T8 %] [%- INCLUDE 'generic/multibox.html' + id = 'vendor', name = 'vendor', style = 'width: 250px', + class = 'initial_focus', DATA = ALL_VENDORS, id_sub = 'vc_keys', label_key = 'name', @@ -54,7 +69,7 @@
[% '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') %]
[% 'Vendor type' | $T8 %][% business %]; [% 'Trade Discount' | $T8 %] [% LxERP.format_amount(tradediscount * 100) %] %
[% 'Record in' | $T8 %]
- + [%- IF is_type_credit_note %] @@ -135,7 +156,7 @@ - + [%- ELSE %] @@ -144,11 +165,11 @@ - + - + [%- END %] @@ -158,11 +179,11 @@ - + - + @@ -195,24 +216,22 @@ [% IF creditwarning != '' %] alert('[% 'Credit Limit exceeded!!!' | $T8 %]'); [% ELSE %] - focus(); [% END %] - setupDateFormat('[% dateformat %]', '[% 'Falsches Datumsformat!' | $T8 %]'); - setupPoints('[% numberformat %]', '[% 'wrongformat' | $T8 %]'); }); function set_duedate() { - $.ajax({ - url: 'ir.pl?action=get_duedate_vendor', - data: { - invdate: $('#invdate').val(), - vendor_id: $('input[name="vendor_id"]').val(), - old_duedate: $('#duedate').val(), - }, - dataType: 'text', - success: function (data) { $('#duedate').val(data); } - }) + setTimeout(function() { + $.ajax({ + url: 'ir.pl?action=get_duedate_vendor', + data: { + invdate: $('#invdate').val(), + vendor_id: $('input[name="vendor_id"]').val(), + old_duedate: $('#duedate').val(), + }, + dataType: 'text', + success: function (data) { $('#duedate').val(data); } + }) + }, 0); } //--> - - +
[% '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') %]
[% 'Credit Note Date' | $T8 %][% L.date_tag('invdate', invdate, onBlur='check_right_date_format(this)', cal_align='BL', onChange='set_duedate(this)') %][% L.date_tag('invdate', invdate, onChange='set_duedate(this)') %]
[% 'Invoice Date' | $T8 %][% L.date_tag('invdate', invdate, onBlur='check_right_date_format(this)', cal_align='BL', onChange='set_duedate(this)') %][% L.date_tag('invdate', invdate, onChange='set_duedate(this)') %]
[% 'Due Date' | $T8 %][% L.date_tag('duedate', duedate, onBlur='check_right_date_format(this)', cal_align='BL') %][% L.date_tag('duedate', duedate) %]
[% 'Order Date' | $T8 %][% L.date_tag('orddate', orddate, onBlur='check_right_date_format(this)', cal_align='BL') %][% L.date_tag('orddate', orddate) %]
[% 'Quotation Date' | $T8 %][% L.date_tag('quodate', quodate, onBlur='check_right_date_format(this)', cal_align='BL') %][% L.date_tag('quodate', quodate) %]
[% 'Project Number' | $T8 %]