[% PROCESS input element_data = {
name = 'is_detailed'
id = 'is_detailed-0'
type = 'radio'
value = '0'
checked = 'CHECKED'
label = text('Summary')
} %] |
[% PROCESS input element_data = {
name = 'is_detailed'
id = 'is_detailed-1'
type = 'radio'
value = '1'
label = text('Details')
} %] |
[% 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')
checked = 'CHECKED'
} %] |
[% PROCESS input element_data = {
name = 'col_tax'
type = 'checkbox'
value = '1'
label = text('Tax')
checked = 'CHECKED'
} %] |
[% 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')
} %] |