[% PROCESS input element_data = {
name = 'oc_state'
type = 'radio'
value = 'open'
checked = 'CHECKED'
label = text('Open')
} %] |
[% PROCESS input element_data = {
name = 'oc_state'
type = 'radio'
value = 'closed'
label = text('Closed')
} %] |
[% PROCESS input element_data = {
name = 'oc_state'
type = 'radio'
value = 'all'
label = text('All')
} %] |
[% PROCESS input element_data = {
name = 'is_approved'
type = 'radio'
value = 'Y'
label = text('Approved')
checked = 'CHECKED'
}; %] |
[% PROCESS input element_data = {
name = 'is_approved'
type = 'radio'
value = 'N'
label = text('Unapproved')
}; %] |
[% PROCESS input element_data = {
name = 'is_approved'
type = 'radio'
value = 'All'
label = text('All')
}; %] |
[% PROCESS input element_data = {
name = 'col_running_number'
type = 'checkbox'
value = '1'
label = text('No.')
} %] |
[% PROCESS input element_data = {
name = 'col_id'
type = 'checkbox'
value = '1'
label = text('ID')
} %] |
[% PROCESS input element_data = {
name = 'col_invnumber'
type = 'checkbox'
value = '1'
label = text('Invoice Number') #'
checked = 'CHECKED'
} %] |
[% PROCESS input element_data = {
name = 'col_ordnumber'
type = 'checkbox'
value = '1'
label = text('Order Number') #'
} %] |
[% PROCESS input element_data = {
name = 'col_ponumber'
type = 'checkbox'
value = '1'
label = text('PO Number') #'
} %] |
[% PROCESS input element_data = {
name = 'col_transdate'
type = 'checkbox'
value = '1'
label = text('Invoice Date') #'
checked = 'CHECKED'
} %] |
[% PROCESS input element_data = {
name = 'col_business_units'
type = 'checkbox'
value = '1'
label = text('Business Units') #'
} %] |
[% PROCESS input element_data = {
name = 'col_entity_name'
type = 'checkbox'
value = '1'
label = NAME
checked = 'CHECKED'
} %] |
[% PROCESS input element_data = {
name = 'col_salesperson'
type = 'checkbox'
value = '1'
label = text('Salesperson')
} %] |
[% PROCESS input element_data = {
name = 'col_manager'
type = 'checkbox'
value = '1'
label = text('Manager')
} %] |
[% PROCESS input element_data = {
name = 'col_netamount'
type = 'checkbox'
value = '1'
label = text('Amount')
} %] |
[% PROCESS input element_data = {
name = 'col_tax'
type = 'checkbox'
value = '1'
label = text('Tax')
} %] |
[% PROCESS input element_data = {
name = 'col_amount'
type = 'checkbox'
value = '1'
label = text('Total')
checked = 'CHECKED'
} %] |
[% PROCESS input element_data = {
name = 'col_curr'
type = 'checkbox'
value = '1'
label = text('Currency')
} %] |
[% PROCESS input element_data = {
name = 'col_last_payment'
type = 'checkbox'
value = '1'
label = text('Date Paid') #'
} %] |
[% PROCESS input element_data = {
name = 'col_paid'
type = 'checkbox'
value = '1'
label = text('Paid')
checked = 'CHECKED'
} %] |
[% PROCESS input element_data = {
name = 'col_due_date'
type = 'checkbox'
value = '1'
label = text('Due Date') #'
} %] |
[% PROCESS input element_data = {
name = 'col_due'
type = 'checkbox'
value = '1'
label = text('Amount Due') #'
checked = 'CHECKED'
} %] |
[% PROCESS input element_data = {
name = 'col_notes'
type = 'checkbox'
value = '1'
label = text('Notes')
} %] |
[% PROCESS input element_data = {
name = 'col_till'
type = 'checkbox'
value = '1'
label = text('Till')
} %] |
[% PROCESS input element_data = {
name = 'col_shipping_point'
type = 'checkbox'
value = '1'
label = text('Shipping Point') #'
} %] |
[% PROCESS input element_data = {
name = 'col_ship_via'
type = 'checkbox'
value = '1'
label = text('Ship Via') #'
} %] |
[% PROCESS input element_data = {
name = 'subtotal'
type = 'checkbox'
value = '1'
label = text('Subtotal')
} %] |