From c82d349f864e6bd9f96fd1156903bc1f7193a203 Mon Sep 17 00:00:00 2001 From: cvs2git Date: Mon, 27 Dec 2010 00:04:45 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'TORRUS_1_0_9'. --- httemplate/search/report_receivables.html | 62 ------------------------------- 1 file changed, 62 deletions(-) delete mode 100755 httemplate/search/report_receivables.html (limited to 'httemplate/search/report_receivables.html') diff --git a/httemplate/search/report_receivables.html b/httemplate/search/report_receivables.html deleted file mode 100755 index e85d78697..000000000 --- a/httemplate/search/report_receivables.html +++ /dev/null @@ -1,62 +0,0 @@ -<% include('/elements/header.html', 'Accounts Receivable Aging Summary' ) %> - -
- - - - - - - - <% include( '/elements/tr-select-agent.html', 'disable_empty'=>0 ) %> - - <% include( '/elements/tr-select-cust_main-status.html', - 'label' => 'Customer Status' - ) - %> - - - - - - <% include( '/elements/tr-input-date-field.html', { - 'name' => 'as_of', - 'value' => time, - 'label' => 'As of date ', - 'format' => FS::Conf->new->config('date_format') || '%m/%d/%Y', - } ) %> - -
- Search options -
Customers - - - - - - - - -
All customers (even those without an outstanding balance)
Customers with a balance over days old
 Including customers with credit balances
-
- -
-
- -<% include('/elements/footer.html') %> - -<%init> - -die "access denied" - unless $FS::CurrentUser::CurrentUser->access_right('Receivables report') - or $FS::CurrentUser::CurrentUser->access_right('Financial reports'); - - -- cgit v1.2.1