@@ -64,6 +65,38 @@
| [% 'Ship via' | $T8 %] |
[% L.input_tag("shipvia", "", style=style) %] |
+
+ | [% 'Name (Shipping)' | $T8 %] |
+ [% L.input_tag("shiptoname", "", style=style) %] |
+
+
+ | [% 'Department 1 (Shipping)' | $T8 %] |
+ [% L.input_tag("shiptodepartment_1", "", style=style) %] |
+
+
+ | [% 'Department 2 (Shipping)' | $T8 %] |
+ [% L.input_tag("shiptodepartment_2", "", style=style) %] |
+
+
+ | [% 'Street (Shipping)' | $T8 %] |
+ [% L.input_tag("shiptostreet", "", style=style) %] |
+
+
+ | [% 'Zipcode (Shipping)' | $T8 %] |
+ [% L.input_tag("shiptozipcode", "", style=style) %] |
+
+
+ | [% 'City (Shipping)' | $T8 %] |
+ [% L.input_tag("shiptocity", "", style=style) %] |
+
+
+ | [% 'Country (Shipping)' | $T8 %] |
+ [% L.input_tag("shiptocountry", "", style=style) %] |
+
+
+ | [% 'Payment Term' | $T8 %] |
+ [% L.select_tag('payment_id', ALL_PAYMENT_TERMS, with_empty=1, title_key="description", style=style) %] |
+
| [% 'Project Number' | $T8 %] |
[% P.project.picker("project_id", project_id, active="both", valid="both", style=style) %] |
@@ -100,16 +133,23 @@
[% L.date_tag('duedateto') %]
+
+ | [% 'Date Paid' | $T8 %] |
+
+ [% L.date_tag('datepaidfrom') %]
+ [% 'Bis' | $T8 %]
+ [% L.date_tag('datepaidto') %]
+ |
+
[%- IF CT_CUSTOM_VARIABLES.size %]
|
- [% 'Custom variables for module' | $T8 %]: [%'Customers and vendors' | $T8 %] |
+ [% 'Custom variables for module' | $T8 %]: [%'Customers and vendors' | $T8 %] |
[% CT_CUSTOM_VARIABLES_FILTER_CODE %]
[%- END %]
-
@@ -209,7 +249,15 @@