[% 'Vendor' | $T8 %] |
[%- INCLUDE 'generic/multibox.html'
id = 'vendor',
name = 'vendor',
default = oldvendor,
style = 'width: 250px',
class = 'initial_focus',
DATA = ALL_VC,
id_sub = 'vc_keys',
label_key = 'name',
select = vc_select,
limit = vclimit,
show_empty = 1,
allow_textbox = 1,
-%]
|
[% 'Contact Person' | $T8 %] |
[% L.input_tag("cp_name", '', size=20) %] |
[% '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,
-%]
|
[% 'Invoice Number' | $T8 %] |
|
[% 'Order Number' | $T8 %] |
|
[% 'Notes' | $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,
-%]
|
[% 'From' | $T8 %] |
[% L.date_tag('transdatefrom') %]
|
[% 'Bis' | $T8 %] |
[% L.date_tag('transdateto') %]
|
|