X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_prepaid_income.html;h=127c1b852da8626c7053a5c3b1bf8a6e72f63a45;hp=305441db791b48b9bb97fbf87446d75cdf344d4a;hb=1fc8addc56f8daf12397da568eb1ac1b27fd3984;hpb=c8cccb4a92adceb943c635fe62dad0d034462ce0 diff --git a/httemplate/search/report_prepaid_income.html b/httemplate/search/report_prepaid_income.html index 305441db7..127c1b852 100644 --- a/httemplate/search/report_prepaid_income.html +++ b/httemplate/search/report_prepaid_income.html @@ -1,37 +1,79 @@ -<% include('/elements/header.html', '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'; + +