[% 'Main sorting' | $T8 %] |
|
[% '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,
-%]
|
[% 'Customer Number' | $T8 %] |
|
[% 'Department' | $T8 %] |
[%- INCLUDE 'generic/multibox.html'
name = 'department',
style = 'width: 250px',
DATA = ALL_DEPARTMENTS,
id_key = 'id',
label_key = 'description',
show_empty = 1,
allow_textbox = 0,
-%]
|
[% '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,
-%]
|
[% 'Part Number' | $T8 %] |
|
[% 'Part Description' | $T8 %] |
|
[% 'From' | $T8 %] |
|
[% 'Bis' | $T8 %] |
|
|