quiet warnings about CGI::param in list context
[freeside.git] / httemplate / search / report_vend_main.html
1 <& /elements/header.html, mt('Payables summary by vendor') &>
2
3 <FORM ACTION="vend_main.html" METHOD="GET">
4
5   <TABLE BGCOLOR="#cccccc" CELLSPACING=0>
6
7     <TR>
8         <TD ALIGN="right" VALIGN="center"><% mt('Date') |h %></TD>
9         <TD>
10           <TABLE>
11               <& /elements/tr-input-beginning_ending.html,
12                         prefix   => '_date',
13                         layout   => 'horiz',
14               &>
15           </TABLE>
16         </TD>
17     </TR>
18
19     <TR>
20         <TD ALIGN="right" VALIGN="center"><% mt('Payment date') |h %></TD>
21         <TD>
22           <TABLE>
23               <& /elements/tr-input-beginning_ending.html,
24                         prefix   => 'payment_date',
25                         layout   => 'horiz',
26               &>
27           </TABLE>
28         </TD>
29     </TR>
30
31     <& /elements/tr-select-vend_class.html,
32     &>
33
34   </TABLE>
35
36 <BR>
37 <INPUT TYPE="submit" VALUE="<% mt('Get Report') |h %>">
38
39 </FORM>
40
41 <& /elements/footer.html &>
42 <%init>
43
44 die "access denied"
45   unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
46
47 </%init>
48