X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6a74e5a2b6edb3cec8c356cf7994631cda940f64..bb84bc55a14e2124d1dfd899d8e7afaad152a35d:/templates/webpages/ap/form_header.html diff --git a/templates/webpages/ap/form_header.html b/templates/webpages/ap/form_header.html index a332733af..c4902bbe3 100644 --- a/templates/webpages/ap/form_header.html +++ b/templates/webpages/ap/form_header.html @@ -18,7 +18,7 @@ - + @@ -63,7 +63,7 @@
| [% 'Invoice Date' | $T8 %] | -[% L.date_tag('transdate', transdate) %] | +[% L.date_tag('transdate', transdate, onchange='kivi.SalesPurchase.set_duedate_on_reference_date_change("transdate")') %] |
|---|---|---|
| [% 'Due Date' | $T8 %] | @@ -207,7 +211,13 @@- [% temp = "tax_"_ i %][% $temp | html %] + [% IF "tax_reverse_"_ i %] + [% temp_r = "tax_reverse_"_ i %][% $temp_r | html %] + + [% temp_c = "tax_charge_"_ i %][% $temp_c | html %] + [% ELSE %] + [% temp = "tax_"_ i %][% $temp | html %] + [% END %] | [% temp = 'selected_taxchart_'_ i %] @@ -242,6 +252,7 @@ |
| [% 'Notes' | $T8 %] | [% 'Internal Notes' | $T8 %] | +[% 'Payment Terms' | $T8 %] |
| @@ -250,6 +261,9 @@ | [% L.textarea_tag("intnotes", intnotes, wrap="soft", rows=textarea_rows, cols=50, readonly=readonly) %] | ++ [% L.select_tag('payment_id', payment_terms, default=payment_id, title_key='description', with_empty=1, style="width: 250px", onchange="kivi.SalesPurchase.set_duedate_on_reference_date_change('transdate')") %] + |