summaryrefslogtreecommitdiff
path: root/httemplate/graph/report_money_time_daily.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-07-06 14:30:10 -0700
committerMark Wells <mark@freeside.biz>2015-07-06 14:34:19 -0700
commit10adcf87ec8dc7e17d7ef180a924e7cd8a1ff917 (patch)
treeda3efb6e21c1bf5a06de94a1c4695bbb1444e5e2 /httemplate/graph/report_money_time_daily.html
parent9d2acc3a9019235c3f091f16be24592443557d2b (diff)
optionally include discounts in daily cashflow report, #37123
Diffstat (limited to 'httemplate/graph/report_money_time_daily.html')
-rw-r--r--httemplate/graph/report_money_time_daily.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/httemplate/graph/report_money_time_daily.html b/httemplate/graph/report_money_time_daily.html
index e80f5862c..ca3d915f1 100644
--- a/httemplate/graph/report_money_time_daily.html
+++ b/httemplate/graph/report_money_time_daily.html
@@ -21,6 +21,18 @@
'multiple' => 1,
&>
+<tr>
+ <td />
+ <td>
+ <& /elements/checkbox.html,
+ field => 'exclude_discount',
+ value => 1,
+ curr_value => 0,
+ &>
+ <% emt('Exclude discounts from total sales') %>
+ </td>
+</TR>
+
</TABLE>
<BR><INPUT TYPE="submit" VALUE="Display">