summaryrefslogtreecommitdiff
path: root/httemplate/search/report_tax.html
diff options
context:
space:
mode:
authorivan <ivan>2005-12-25 03:18:21 +0000
committerivan <ivan>2005-12-25 03:18:21 +0000
commita3493ac498ed57b754f776390fb20239a11e4a04 (patch)
treed4b1a8552110de0c0f0d6eb5148cea37beeee9e7 /httemplate/search/report_tax.html
parentac6c8883615cd02d768c3222e38b59c3a51b7e7a (diff)
add switch to enable taxclass breakdown, report invoiced tax separately in that case
Diffstat (limited to 'httemplate/search/report_tax.html')
-rwxr-xr-xhttemplate/search/report_tax.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/search/report_tax.html b/httemplate/search/report_tax.html
index 38b665a..eeaccc1 100755
--- a/httemplate/search/report_tax.html
+++ b/httemplate/search/report_tax.html
@@ -8,6 +8,10 @@
<TABLE>
<%= include( '/elements/tr-select-agent.html' ) %>
<%= include( '/elements/tr-input-beginning_ending.html' ) %>
+ <TR>
+ <TD ALIGN="right"><INPUT TYPE="checkbox" NAME="show_taxclasses" VALUE="1"></TD>
+ <TD>Show tax classes</TD>
+ </TR>
</TABLE>
<BR><INPUT TYPE="submit" VALUE="Get Report">