|
'date',
name => 'asofdate',
size => '11',
title => user.dateformat,
value => form.asofdate,
} ?> |
|
| |
|
'date',
name => 'compareasofdate',
size => '11',
title => user.dateformat,
} ?> |
form.selectaccountingmonth.options,
name => 'compareasofmonth',
};
compare_year = {
options => form.selectaccountingyear.options,
name => 'compareasofyear',
};
-?>
|
|
'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'),
} -?>
|
|