[% IF is_customer %][% 'Customer' | $T8 %][% ELSE %][% 'Vendor' | $T8 %][% END %]
-
- [%- UNLESS SHOW_VC_DROP_DOWN %]
-
- [%- ELSE %]
-
-
- [%- FOREACH row = ALL_VC %]
- [% HTML.escape(row.name) %]--[% HTML.escape(row.id) %]
- [%- END %]
-
-
- [%- END %]
-
+ [% P.input_tag(vc, "", class="fixed_width initial_focus") %]
@@ -53,6 +41,18 @@
+ [%- IF type == "purchase_delivery_order" %]
+
+ [% 'Order Confirmation Number' | $T8 %]
+
+
+
+
+ [% 'Vendor Confirmation Number' | $T8 %]
+
+
+ [%- END %]
+
[% 'Customer Order Number' | $T8 %]
@@ -61,14 +61,7 @@
[%- IF ALL_DEPARTMENTS.size %]
[% 'Department' | $T8 %]
-
-
-
- [%- FOREACH row = ALL_DEPARTMENTS %]
- [% HTML.escape(row.description) %]--[% HTML.escape(row.id) %]
- [%- END %]
-
-
+ [% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1, class="fixed_width") %]
[%- END %]
@@ -88,7 +81,12 @@
[% 'Transaction description' | $T8 %]
[% 'Part Description' | $T8 %]
-
+
+
+
+
+ [% 'Full Text' | $T8 %]
+ [% L.input_tag('fulltext', '', class="fixed_width") %]
@@ -102,12 +100,14 @@
[% 'Part Number' | $T8 %]
-
+
[% 'Serial Number' | $T8 %]
-
+
+ [% 'Charge Number' | $T8 %]
+
[%- IF ALL_BUSINESS_TYPES.size %]
@@ -123,9 +123,7 @@
[% 'Delivery Order Date' | $T8 %] [% 'From' | $T8 %]
[% L.date_tag('transdatefrom') %]
-
- [% 'Bis' | $T8 %]
-
+ [% 'Bis' | $T8 %]
[% L.date_tag('transdateto') %]
@@ -134,9 +132,7 @@
[% 'Reqdate' | $T8 %] [% 'From' | $T8 %]
[% L.date_tag('reqdatefrom') %]
-
- [% 'Bis' | $T8 %]
-
+ [% 'Bis' | $T8 %]
[% L.date_tag('reqdateto') %]
@@ -145,9 +141,7 @@
[% 'Insert Date' | $T8 %] [% 'From' | $T8 %]
[% L.date_tag('insertdatefrom') %]
-
- [% 'Bis' | $T8 %]
-
+ [% 'Bis' | $T8 %]
[% L.date_tag('insertdateto') %]
@@ -195,6 +189,17 @@
[% 'Order Number' | $T8 %]
+ [%- IF type == "purchase_delivery_order" %]
+
+
+ [% 'Order Confirmation Number' | $T8 %]
+
+
+
+ [% 'Vendor Confirmation Number' | $T8 %]
+
+ [%- END %]
+
[% 'Customer Order Number' | $T8 %]
@@ -268,19 +273,20 @@
+
+
+
+ [% 'Positions' | $T8 %]
+
+
+
-