|
'radio',
name => 'type',
value => 'invoice',
label => form.invlabel,
checked => 'checked',
} -?>
|
'radio',
name => 'type',
value => 'order',
label => form.ordlabel,
} -?>
|
'radio',
name => 'type',
value => 'quotation',
label => form.quolabel,
} -?>
|
|
|
'11', name => 'transdatefrom', class => 'date', title => user.dateformat} -?> |
|
'11', name => 'transdateto', class => 'date', title => user.dateformat} -?> |
|
'open',
type => 'checkbox',
value => 'Y',
label => text('Open'),
checked => 'checked'
} -?>
'closed',
type => 'checkbox',
value => 'Y',
label => text('Closed'),
} -?>
|
|
|
|
'history',
type => 'radio',
value => 'summary',
label => text('Summary'),
checked => 'checked',
} -?>
|
'history',
type => 'radio',
value => 'detail',
label => text('Detail'),
} -?>
|
'l_partnumber',
type => 'checkbox',
value => 'Y',
label => text('Part Number'),
checked => 'checked',
} -?>
|
'l_description',
type => 'checkbox',
value => 'Y',
label => text('Description'),
checked => 'checked',
} -?>
|
'l_sellprice',
type => 'checkbox',
value => 'Y',
label => text('Sell Price'),
checked => 'checked',
} -?>
|
'l_curr',
type => 'checkbox',
value => 'Y',
label => text('Currency'),
} -?>
|
'l_qty',
type => 'checkbox',
value => 'Y',
label => text('Qty'),
} -?>
|
'l_unit',
type => 'checkbox',
value => 'Y',
label => text('Unit'),
} -?>
|
'l_discount',
type => 'checkbox',
value => 'Y',
label => text('Discount'),
} -?>
|
'l_deliverydate',
type => 'checkbox',
value => 'Y',
label => text('Delivery Date'),
} -?>
|
'l_projectnumber',
type => 'checkbox',
value => 'Y',
label => text('Project Number'),
} -?>
|
'l_serialnumber',
type => 'checkbox',
value => 'Y',
label => text('Serial Number'),
} -?>
|
|
|
'status', type => 'radio', value => 'all', label => text('All'), checked => 'checked'} -?>
'status', type => 'radio', value => 'active', label => text('Active')} -?>
'status', type => 'radio', value => 'inactive', label => text('Inactive')} -?>
'status', type => 'radio', value => 'orphaned', label => text('Orphaned')} -?>
|
|
'l_transnumber',
type => 'checkbox',
value => 'Y',
label => form.translabel,
} -?>
|
'l_invnumber',
type => 'checkbox',
value => 'Y',
label => form.invlabel,
} -?>
|
'l_ordnumber',
type => 'checkbox',
value => 'Y',
label => form.ordlabel,
} -?>
|
'l_quonumber',
type => 'checkbox',
value => 'Y',
label => form.quolabel,
} -?>
|
|
|
'transdatefrom',
class => 'date'
size => '11',
title => user.dateformat,
} -?>
|
|
'transdateto',
class => 'date'
size => '11',
title => user.dateformat,
} -?>
|
|
'open',
type => 'checkbox',
value => 'Y',
label => text('Open'),
checked => 'checked'
} -?>
'closed',
type => 'checkbox',
value => 'Y',
label => text('Closed'),
} -?>
|
|
'l_amount',
type => 'checkbox',
value => 'Y',
label => text('Amount'),
checked => 'checked'
} -?>
'l_tax',
type => 'checkbox',
value => 'Y',
label => text('Tax'),
checked => 'checked'
} -?>
'l_total',
type => 'checkbox',
value => 'Y',
label => text('Total'),
checked => 'checked'
} -?>
'l_subtotal',
type => 'checkbox',
value => 'Y',
label => text('Subtotal'),
} -?>
|
|
|
|
|
|