|
'date',
name => 'fromdate',
size => '11',
title => user.dateformat,
value => form.fromdate,
} ?> |
|
'date',
name => 'todate',
size => '11',
title => user.dateformat,
value => form.todate,
} ?> |
|
'radio',
name => 'interval',
value => '0',
label => text('Current'),
checked => 'checked',
} -?>
'radio',
name => 'interval',
value => '1',
label => text('Month'),
} -?>
'radio',
name => 'interval',
value => '3',
label => text('Quarter'),
} -?>
'radio',
name => 'interval',
value => '12',
label => text('Year'),
} -?>
|
|
'radio',
name => 'summary',
value => '1',
label => text('Summary'),
checked => 'checked',
} -?>
'radio',
name => 'summary',
value => '0',
label => text('Detail'),
} -?>
|
|
|
|
|
|
'method',
type => 'radio',
value => 'accrual',
label => text('Accrual'),
checked => 'checked',
} -?>
'method',
type => 'radio',
value => 'cash',
label => text('Cash'),
} -?>
|
|
'l_id',
type => 'checkbox',
value => 'Y',
} -?>
| |
'l_invnumber',
type => 'checkbox',
value => 'Y',
checked => 'checked',
} -?>
| |
'l_transdate',
type => 'checkbox',
value => 'Y',
checked => 'checked',
} -?>
| |
|
'l_name',
type => 'checkbox',
value => 'Y',
checked => 'checked',
} -?>
| |
'l_description',
type => 'checkbox',
value => 'Y',
checked => 'checked',
} -?>
| |
'l_netamount',
type => 'checkbox',
value => 'Y',
checked => 'checked',
} -?>
| |
'l_tax',
type => 'checkbox',
value => 'Y',
checked => 'checked',
} -?>
| |
'l_total',
type => 'checkbox',
value => 'Y',
checked => 'checked',
} -?>
| |
|
'l_subtotal',
type => 'checkbox',
value => 'Y',
} -?>
| |
|