X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fgraph%2Freport_money_time.html;h=2f6dd3844b3e7ca0be79a3dda28f5788375120d4;hb=f97b6be9496d0948c81052cd060784554c26b58f;hp=04e4c19b204d905271753175044db55316467ebf;hpb=5e05724a635a22776f1b973f5d7e77989da4e048;p=freeside.git diff --git a/httemplate/graph/report_money_time.html b/httemplate/graph/report_money_time.html index 04e4c19b2..2f6dd3844 100644 --- a/httemplate/graph/report_money_time.html +++ b/httemplate/graph/report_money_time.html @@ -18,11 +18,44 @@ <% include('/elements/tr-select-from_to.html' ) %> -<% include('/elements/tr-select-agent.html', 'label' => 'For agent: ' ) %> +<% include('/elements/tr-select-agent.html', + '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 => 1, #3.x only + &> + <% emt('Exclude discounts from total sales') %> +