X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_prepaid_income.html;h=127c1b852da8626c7053a5c3b1bf8a6e72f63a45;hp=57c318ebae5d5f81aba842a1521371702988398c;hb=f822e27a1e00594332ffa487a1c284234c5580a6;hpb=673b9a458d9138523026963df6fa3b4683e09bae diff --git a/httemplate/search/report_prepaid_income.html b/httemplate/search/report_prepaid_income.html index 57c318eba..127c1b852 100644 --- a/httemplate/search/report_prepaid_income.html +++ b/httemplate/search/report_prepaid_income.html @@ -1,39 +1,79 @@ - - - Prepaid Income (Unearned Revenue) Report - - - - - - -

Prepaid Income (Unearned Revenue) Report

-
- - - - - - - - - -
Prepaid income (unearned revenue) as of - - -
- m/d/y
+<% 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'; +