summaryrefslogtreecommitdiff
path: root/UI/rp-search-inv_activity.html
diff options
context:
space:
mode:
Diffstat (limited to 'UI/rp-search-inv_activity.html')
-rw-r--r--UI/rp-search-inv_activity.html60
1 files changed, 60 insertions, 0 deletions
diff --git a/UI/rp-search-inv_activity.html b/UI/rp-search-inv_activity.html
new file mode 100644
index 00000000..a6078eed
--- /dev/null
+++ b/UI/rp-search-inv_activity.html
@@ -0,0 +1,60 @@
+ <tr>
+ <th align="right"><?lsmb text('From') ?></th>
+ <td><?lsmb PROCESS input element_data={
+ class => 'date',
+ name => 'fromdate',
+ size => '11',
+ title => user.dateformat,
+ value => form.fromdate,
+ } ?></td>
+ <th align="right"><?lsmb text('To') ?></th>
+ <td><?lsmb PROCESS input element_data={
+ class => 'date',
+ name => 'todate',
+ size => '11',
+ title => user.dateformat,
+ value => form.todate,
+ } ?></td>
+ </tr>
+<?lsmb IF form.selectaccountingyear.defined ?>
+ <tr>
+ <th align="right"><?lsmb text('Period') ?></th>
+ <td colspan="3">
+ <?lsmb PROCESS select element_data=form.selectaccountingmonth -?>
+ <?lsmb PROCESS select element_data=form.selectaccountingyear -?>
+ <?lsmb PROCESS input element_data={
+ type => 'radio',
+ name => 'interval',
+ value => '0',
+ label => text('Current'),
+ checked => 'checked',
+ } -?>
+ <?lsmb PROCESS input element_data={
+ type => 'radio',
+ name => 'interval',
+ value => '1',
+ label => text('Month'),
+ } -?>
+ <?lsmb PROCESS input element_data={
+ type => 'radio',
+ name => 'interval',
+ value => '3',
+ label => text('Quarter'),
+ } -?>
+ <?lsmb PROCESS input element_data={
+ type => 'radio',
+ name => 'interval',
+ value => '12',
+ label => text('Year'),
+ } -?>
+ </td>
+ </tr>
+<?lsmb END ?>
+ </table>
+ <table>
+ <tr>
+ <th><?lsmb text('Part Number') ?></th>
+ <td><?lsmb PROCESS input element_data={name => 'partnumber'} ?></td>
+ <th><?lsmb text('Description') ?></th>
+ <td><?lsmb PROCESS input element_data={name => 'description'} ?></td>
+ </tr>