tax report update, link to new line item report, per-agent tax reporting
[freeside.git] / httemplate / search / report_tax.html
index 7bf681b..38b665a 100755 (executable)
@@ -2,22 +2,17 @@
   <HEAD>
     <TITLE>Tax Report Criteria</TITLE>
   </HEAD>
-  <BODY>
-    <CENTER>
-      <H1>Tax Report Criteria</H1>
-    </CENTER>
-    <HR>
-    <FORM ACTION="report_tax.cgi" METHOD="post">
-      Return <B>tax report</B> for period: 
-      from <INPUT TYPE="text" NAME="beginning"> <i>m/d/y</i>
-      to <INPUT TYPE="text" NAME="ending"> <i>m/d/y</i>
+  <BODY BGCOLOR="#e8e8e8">
+    <H1>Tax Report Criteria</H1>
+    <FORM ACTION="report_tax.cgi" METHOD="GET">
+    <TABLE>
+     <%= include( '/elements/tr-select-agent.html' ) %>
+     <%= include( '/elements/tr-input-beginning_ending.html' ) %>
+    </TABLE>
 
-      <P><INPUT TYPE="submit" VALUE="Get Report">
+      <BR><INPUT TYPE="submit" VALUE="Get Report">
 
     </FORM>
-
-  <HR>
-
   </BODY>
 </HTML>