|
|
|
'date',
name => 'fromdate',
size => '11',
title => user.dateformat,
} ?> 'date',
name => 'todate',
size => '11',
title => user.dateformat,
} ?>
|
|
'interval',
type => 'radio',
value => '0',
label => text('Current'),
checked => 'checked',
} -?>
'interval',
type => 'radio',
value => '1',
label => text('Month'),
} -?>
'interval',
type => 'radio',
value => '3',
label => text('Quarter'),
} -?>
'interval',
type => 'radio',
value => '12',
label => text('Year'),
} -?>
|
'checkbox',
name => 'outstanding',
value => '1',
label => text('Outstanding'),
checked => 'checked',
}; ?>
|
'checkbox',
name => 'cleared',
value => '1',
label => text('Cleared'),
}; ?>
|
|
'radio',
name => 'summary',
value => '1',
label => text('Summary'),
checked => 'checked',
};
PROCESS input element_data={
type => 'radio',
name => 'summary',
value => '0',
label => text('Detail'),
}; ?>
|
|
'checkbox',
name => 'fx_transaction',
value => '1',
label => text('Include Exchange Rate Difference'),
checked => 'checked',
}; ?>
|
|