simple A/P
[freeside.git] / httemplate / search / report_vend_bill.html
1 <& /elements/header.html, mt('Payables Report') &>
2
3 <FORM ACTION="vend_bill.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   </TABLE>
32
33 <BR>
34 <INPUT TYPE="submit" VALUE="<% mt('Get Report') |h %>">
35
36 </FORM>
37
38 <& /elements/footer.html &>
39 <%init>
40
41 die "access denied"
42   unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
43
44 </%init>
45