X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/affd886bff7af48273af3dad20ea0680398489a3..932e64284d043dad0cca2683bcddc0eae49b0366:/templates/webpages/ap/form_header.html
diff --git a/templates/webpages/ap/form_header.html b/templates/webpages/ap/form_header.html
index 872e78dc1..da6d4d5fb 100644
--- a/templates/webpages/ap/form_header.html
+++ b/templates/webpages/ap/form_header.html
@@ -157,12 +157,16 @@
| [% '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 %] |
[% L.date_tag('duedate', duedate) %] |
+
+ | [% LxERP.t8('Tax point') %] |
+ [% L.date_tag('tax_point', tax_point, id='tax_point') %] |
+
| [% 'Delivery Date' | $T8 %] |
[% L.date_tag('deliverydate', deliverydate) %] |
@@ -234,19 +238,24 @@
-
-
- | [% 'Notes' | $T8 %] |
-
-
- |
-
- [% 'Notes for vendor' | $T8 %] |
-
-
- |
-
-
+
+
+ | [% 'Notes' | $T8 %] |
+ [% 'Internal Notes' | $T8 %] |
+ [% 'Payment Terms' | $T8 %] |
+
+
+ |
+ [% L.textarea_tag("notes", notes, wrap="soft", rows=textarea_rows, cols=50, readonly=readonly) %]
+ |
+
+ [% 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')") %]
+ |
+
+
|
@@ -308,7 +317,7 @@
[% temp = "paid_"_ i %]
[% IF( changeable ) %]
-
+
[% ELSE %]
[% $temp | html %]
@@ -388,5 +397,5 @@
|