X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fgraph%2Freport_money_time_daily.html;h=ca3d915f1ca596a0c3c66033a587b186c0bd2da1;hp=1e1b45d4e9bc082e0a62dd72adbac3215ada7703;hb=3f2a7b01b59902faed5767d81e2959e131bdbdfd;hpb=20950bb21ee5dd8839a05dfcd58efa0a98e48e5a diff --git a/httemplate/graph/report_money_time_daily.html b/httemplate/graph/report_money_time_daily.html index 1e1b45d4e..ca3d915f1 100644 --- a/httemplate/graph/report_money_time_daily.html +++ b/httemplate/graph/report_money_time_daily.html @@ -4,7 +4,11 @@ -<% include( '/elements/tr-input-beginning_ending.html' ) %> +<& /elements/tr-input-beginning_ending.html, + 'datesrequired' => 1, + 'from' => $from, + 'to' => time, +&> <% include('/elements/tr-select-agent.html', 'label' => 'For agent: ', @@ -12,6 +16,23 @@ ) %> +<& /elements/tr-select-cust_class.html, + 'field' => 'cust_classnum', + 'multiple' => 1, +&> + + + + +
+ + <& /elements/checkbox.html, + field => 'exclude_discount', + value => 1, + curr_value => 0, + &> + <% emt('Exclude discounts from total sales') %> +

@@ -20,6 +41,8 @@ <% include('/elements/footer.html') %> <%init> +my $from = time - 30*86400; + die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');