X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_prepaid_income.html;h=061b24c68fb9cca4652118d6c444271fec1522cf;hp=e8b6ac4b18dc7472a08b2da707358d126a1365cb;hb=c3da5cf1caa244937d280e0f406927103beef148;hpb=2041a9143fac20b79ead4a1ae01224dedf5b27c2 diff --git a/httemplate/search/report_prepaid_income.html b/httemplate/search/report_prepaid_income.html index e8b6ac4b1..061b24c68 100644 --- a/httemplate/search/report_prepaid_income.html +++ b/httemplate/search/report_prepaid_income.html @@ -1,39 +1,64 @@ - - - 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 ) %> + + + + + + + + + +
+ Search options +
As of + + +
+ m/d/y
 
 
+ - - - - + + +<% 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'; +