X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_prepaid_income.html;h=127c1b852da8626c7053a5c3b1bf8a6e72f63a45;hp=81adb64adb8612a6d91fdc753ea2a8683344e1bc;hb=f30eaaf66cd0a947f388a03edd4522ba92a367bb;hpb=9509e5bfb7f9331303153cac24d7bfecbe2ea9f1 diff --git a/httemplate/search/report_prepaid_income.html b/httemplate/search/report_prepaid_income.html index 81adb64ad..127c1b852 100644 --- a/httemplate/search/report_prepaid_income.html +++ b/httemplate/search/report_prepaid_income.html @@ -1,38 +1,71 @@ -<% 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> @@ -40,4 +73,7 @@ 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'; +