add switch to enable taxclass breakdown, report invoiced tax separately in that case
[freeside.git] / httemplate / search / report_tax.html
1 <HTML>
2   <HEAD>
3     <TITLE>Tax Report Criteria</TITLE>
4   </HEAD>
5   <BODY BGCOLOR="#e8e8e8">
6     <H1>Tax Report Criteria</H1>
7     <FORM ACTION="report_tax.cgi" METHOD="GET">
8     <TABLE>
9      <%= include( '/elements/tr-select-agent.html' ) %>
10      <%= include( '/elements/tr-input-beginning_ending.html' ) %>
11      <TR>
12        <TD ALIGN="right"><INPUT TYPE="checkbox" NAME="show_taxclasses" VALUE="1"></TD>
13        <TD>Show tax classes</TD>
14      </TR>
15     </TABLE>
16
17       <BR><INPUT TYPE="submit" VALUE="Get Report">
18
19     </FORM>
20   </BODY>
21 </HTML>
22