[% 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')
checked = 'CHECKED'
} %] |
[% 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_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')
} %] |