X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fir%2Fform_header.html;h=15cb81ae88a39bcc821ff8c23f4aef87c2b40085;hb=d6138be82164a47633942ae567d17c44372c3139;hp=d8c026e4a57acedeea2a5800c39830a11f2d37f4;hpb=e14cb525c640cb15bb6b2dfb62ccebbe78cb45cd;p=kivitendo-erp.git diff --git a/templates/webpages/ir/form_header.html b/templates/webpages/ir/form_header.html index d8c026e4a..15cb81ae8 100644 --- a/templates/webpages/ir/form_header.html +++ b/templates/webpages/ir/form_header.html @@ -2,6 +2,8 @@ [%- USE HTML %] [%- USE LxERP %] [%- USE L %] +

[% title %]

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

[% title %]

- [%- INCLUDE 'common/flash.html' %] +[%- INCLUDE 'generic/set_longdescription.html' %] + +
+ +
+[%- IF business %] + + + + +[%- END %] @@ -134,7 +156,7 @@ - + [%- ELSE %] @@ -143,11 +165,14 @@ - + - + [%- END %] @@ -157,11 +182,11 @@ - + - + @@ -196,19 +221,6 @@ [% ELSE %] [% END %] }); - 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); } - }) - } //--> - - +
@@ -33,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', @@ -64,6 +80,12 @@ [% LxERP.format_amount(creditremaining,0 ,'0') %]
[% 'Vendor type' | $T8 %][% business %]; [% 'Trade Discount' | $T8 %] [% LxERP.format_amount(tradediscount * 100) %] %
[% 'Record in' | $T8 %]
[% '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) %]
[% '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='kivi.SalesPurchase.set_duedate_on_reference_date_change("invdate")') %]
[% 'Due Date' | $T8 %][% L.date_tag('duedate', duedate, onBlur='check_right_date_format(this)', cal_align='BL') %] + + +
[% '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 %]