|
'date',
name => 'todate',
size => 11,
title => user.dateformat,
} -?> |
|
'reference',
size => 20,
value => text('Yearend'),
} -?> |
|
'description',
rows => 3,
cols => 50,
} -?> |
|
|
|
'method',
type => 'radio',
value => 'accrual',
checked => 'checked',
label => text('Accrual'),
};
PROCESS input element_data={
name => 'method',
type => 'radio',
value => 'cash',
label => text('Cash'),
} -?> |
|