[% 'Customer' | $T8 %] |
[%- INCLUDE 'generic/multibox.html'
name = 'customer',
default = oldcustomer,
style = 'width: 250px',
DATA = ALL_VC,
id_sub = 'vc_keys',
label_key = 'name',
select = vc_select,
limit = vclimit,
show_empty = 1,
allow_textbox = 1,
class = 'initial_focus',
-%]
|
[% 'Contact Person' | $T8 %] |
[% L.input_tag("cp_name", '', size=20) %] |
[% 'Department' | $T8 %] |
[% L.select_tag('department_id', ALL_DEPARTMENTS, title_key = 'description', with_empty = 1, style="width: 200px") %] |
[% 'Invoice Number' | $T8 %] |
|
[% 'Order Number' | $T8 %] |
|
[% 'Customer Order Number' | $T8 %] |
|
[% 'Employee' | $T8 %] |
[% L.select_tag('employee_id', ALL_EMPLOYEES, title_key = 'safe_name', with_empty = 1, style = 'width:250px') %] |
[% 'Salesman' | $T8 %] |
[% L.select_tag('salesman_id', ALL_EMPLOYEES, title_key = 'safe_name', with_empty = 1, style = 'width:250px') %] |
[% 'Transaction description' | $T8 %] |
|
[% 'Part Description' | $T8 %] |
|
[% 'Notes' | $T8 %] |
|
[% 'Part Number' | $T8 %] |
|
[% 'Project Number' | $T8 %] |
[%- INCLUDE 'generic/multibox.html'
name = 'project_id',
style = "width: 250px",
DATA = ALL_PROJECTS,
id_key = 'id',
label_key = 'projectnumber',
limit = vclimit,
show_empty = 1,
allow_textbox = 0,
-%]
|
[% IF SHOW_BUSINESS_TYPES %]
[% 'Customer type' | $T8 %] |
[%- INCLUDE 'generic/multibox.html'
name = 'business_id',
style = "width: 250px",
DATA = ALL_BUSINESS_TYPES,
id_key = 'id',
label_key = 'description',
limit = vclimit,
show_empty = 1,
allow_textbox = 0,
-%]
|
[% END %]
[% 'Invoice Date' | $T8 %] |
[% 'From' | $T8 %]
[% L.date_tag('transdatefrom') %]
|
[% 'Bis' | $T8 %] |
[% L.date_tag('transdateto') %]
|
[% 'Due Date' | $T8 %] |
[% 'From' | $T8 %]
[% L.date_tag('duedatefrom') %]
|
[% 'Bis' | $T8 %] |
[% L.date_tag('duedateto') %]
|
[%- IF CT_CUSTOM_VARIABLES.size %]
|
[% 'Custom variables for module' | $T8 %]: [%'Customers and vendors' | $T8 %] |
[% CT_CUSTOM_VARIABLES_FILTER_CODE %]
[%- END %]
|