|
|
|
'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'),
} -?>
|
| |
|
'date',
name => 'comparefromdate',
size => '11',
title => user.dateformat,
} ?> |
|
'date',
name => 'comparetodate',
size => '11',
title => user.dateformat,
} ?> |
form.selectaccountingmonth.options,
name => 'comparemonth',
};
compare_year = {
options => form.selectaccountingyear.options,
name => 'compareyear',
};
-?>
|
|
|
'decimalplaces',
size => '3',
value => '2',
} ?>
|
|
'method',
type => 'radio',
value => 'accrual',
label => text('Accrual'),
checked => 'checked',
} -?>
'method',
type => 'radio',
value => 'cash',
label => text('Cash'),
} -?>
|
|
'l_heading',
type => 'checkbox',
value => 'Y',
label => text('Heading'),
} -?>
'l_subtotal',
type => 'checkbox',
value => 'Y',
label => text('Subtotal'),
} -?>
'l_accno',
type => 'checkbox',
value => 'Y',
label => text('Account Number'),
} -?>
|
|