X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fgraph%2Freport_money_time.html;h=aaaf01b19c1dd7820ac251715f86ac17c4c4080c;hp=351bd50054a37c3cc26eec2151d90319372822cc;hb=11bbf29de447fe39e9d7155fe280a0df70fa8c3c;hpb=86d4330d8561ae0bee086d2238bbbee9cd6bf1ae diff --git a/httemplate/graph/report_money_time.html b/httemplate/graph/report_money_time.html index 351bd5005..aaaf01b19 100644 --- a/httemplate/graph/report_money_time.html +++ b/httemplate/graph/report_money_time.html @@ -19,14 +19,43 @@ <% include('/elements/tr-select-from_to.html' ) %> <% include('/elements/tr-select-agent.html', - 'label' => 'For agent: ' + 'label' => 'For agent: ', 'disable_empty' => 0, ) %> - - - Show 12 month totals instead of monthly values +<& /elements/tr-select-cust_class.html, + 'field' => 'cust_classnum', # to avoid ambiguity in FS::Report::Table + 'multiple' => 1 +&> + +<% include('/elements/tr-select-part_referral.html', + 'label' => 'Advertising source ', + 'disable_empty' => 0, + 'empty_label' => 'all', + ) +%> + + + + + <& /elements/checkbox.html, + field => '12mo', + value => 1, + &> + <% emt('Show 12 month totals instead of monthly values') %> + + + + + + <& /elements/checkbox.html, + field => 'exclude_discount', + value => 1, + curr_value => 0, + &> + <% emt('Exclude discounts from total sales') %> +