summaryrefslogtreecommitdiff
path: root/httemplate/search/report_rt_transaction.html
blob: 9b7b7cbbbb1ec2e911e1ea6a065a4c496c0802b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<% include('/elements/header.html', 'Time worked report criteria' ) %>

<FORM ACTION="rt_transaction.html" METHOD="GET">

<TABLE>

  <% include ( '/elements/tr-input-beginning_ending.html' ) %>

  <% include ( '/elements/tr-select-otaker.html' ) %>

</TABLE>

<BR>
<INPUT TYPE="submit" VALUE="Search">

</FORM>

<% include('/elements/footer.html') %>
<%init>

die "access denied"
  unless $FS::CurrentUser::CurrentUser->access_right('List rating data');

</%init>