@@ -24,9 +22,14 @@
limit = vclimit,
show_empty = 1,
allow_textbox = 1,
+ class = 'initial_focus',
-%]
+
+ | [% 'Contact Person' | $T8 %] |
+ [% L.input_tag("cp_name", '', size=20) %] |
+
| [% 'Department' | $T8 %] |
@@ -44,27 +47,31 @@
|
| [% 'Invoice Number' | $T8 %] |
- |
+ |
| [% 'Order Number' | $T8 %] |
- |
+ |
+
+
+ | [% 'Customer Order Number' | $T8 %] |
+ |
| [% 'Employee' | $T8 %] |
- [% L.select_tag('employee_id', L.options_for_select(ALL_EMPLOYEES, title='safe_name', with_empty=1), style='width:250px') %] |
+ [% L.select_tag('employee_id', ALL_EMPLOYEES, title_key = 'safe_name', with_empty = 1, style = 'width:250px') %] |
| [% 'Salesman' | $T8 %] |
- [% L.select_tag('salesman_id', L.options_for_select(ALL_EMPLOYEES, title='safe_name', with_empty=1), style='width:250px') %] |
+ [% L.select_tag('salesman_id', ALL_EMPLOYEES, title_key = 'safe_name', with_empty = 1, style = 'width:250px') %] |
| [% 'Transaction description' | $T8 %] |
- |
+ |
| [% 'Notes' | $T8 %] |
- |
+ |
| [% 'Project Number' | $T8 %] |
@@ -120,85 +127,91 @@
|
@@ -212,16 +225,12 @@
-
+
-
- |