X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_prepaid_income.html;h=127c1b852da8626c7053a5c3b1bf8a6e72f63a45;hp=b85a481be313d4dfb3ceb0481777408d18cd4d11;hb=3f2a7b01b59902faed5767d81e2959e131bdbdfd;hpb=eb9668a6f3181ee02cb335272c5ee4616e61fd09 diff --git a/httemplate/search/report_prepaid_income.html b/httemplate/search/report_prepaid_income.html index b85a481be..127c1b852 100644 --- a/httemplate/search/report_prepaid_income.html +++ b/httemplate/search/report_prepaid_income.html @@ -1,17 +1,79 @@ - - - Prepaid Income (Unearned Revenue) Report - - - - - - -

Prepaid Income (Unearned Revenue) Report

-
- Prepaid income (unearned revenue) as of - - - - +<% include('/elements/header.html','Prepaid Income (Unearned Revenue) Report')%> +<% include('/elements/init_calendar.html') %> + + + +
+ + + + + + + + + + + + + + + + + + + <% include( '/elements/tr-select-agent.html', 'disable_empty'=>0 ) %> + + <& /elements/tr-select-cust_main-status.html, + label => emt('Customer Status') &> + <& /elements/tr-select-cust_class.html, + label => emt('Customer Class'), field => 'cust_classnum', multiple => 1 &> + <& /elements/tr-select.html, + label => 'Invoice Status', + field => 'mode', + options => [ qw(billed paid) ] &> + + + + + + + + + + + + +
+ Search options +
As of + + +
+ m/d/y
 
+ + <% emt('Include packages with period < 1 month') %> +
 
+ + + +
+ +<% include('/elements/footer.html') %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Financial reports'); + +my $conf = new FS::Conf; +my $date_format = $conf->config('date_format') || '%m/%d/%Y'; + +