diff options
author | cvs2git <cvs2git> | 2010-12-27 00:04:45 +0000 |
---|---|---|
committer | cvs2git <cvs2git> | 2010-12-27 00:04:45 +0000 |
commit | c82d349f864e6bd9f96fd1156903bc1f7193a203 (patch) | |
tree | e117a87533656110b6acd56fc0ca64289892a9f5 /httemplate/graph/report_money_time.html | |
parent | 74e058c8a010ef6feb539248a550d0bb169c1e94 (diff) |
This commit was manufactured by cvs2svn to create tag 'TORRUS_1_0_9'.TORRUS_1_0_9
Diffstat (limited to 'httemplate/graph/report_money_time.html')
-rw-r--r-- | httemplate/graph/report_money_time.html | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/httemplate/graph/report_money_time.html b/httemplate/graph/report_money_time.html deleted file mode 100644 index b85bb6552..000000000 --- a/httemplate/graph/report_money_time.html +++ /dev/null @@ -1,43 +0,0 @@ -<% include('/elements/header.html', 'Sales, Credits and Receipts Summary' ) %> - -<FORM ACTION="money_time.cgi" METHOD="GET"> - -<!-- -<INPUT TYPE="checkbox" NAME="ar"> - Accounts receivable (invoices - applied credits)<BR> -<INPUT TYPE="checkbox" NAME="charged"> - Just Invoices<BR> -<INPUT TYPE="checkbox" NAME="defer"> - Accounts receivable, with deferred revenue (invoices - applied credits, with charges for annual/semi-annual/quarterly/etc. services deferred over applicable time period) (there has got to be a shorter description for this)<BR> -<INPUT TYPE="checkbox" NAME="cash"> - Cashflow (payments - refunds)<BR> -<BR> ---> - -<TABLE> - -<% include('/elements/tr-select-from_to.html' ) %> - -<% include('/elements/tr-select-agent.html', - 'label' => 'For agent: ', - 'disable_empty' => 0, - ) -%> - -<TR> - <TD ALIGN="right"><INPUT TYPE="checkbox" NAME="12mo" VALUE="1"></TD> - <TD>Show 12 month totals instead of monthly values</TD> -</TR> - -</TABLE> - -<BR><INPUT TYPE="submit" VALUE="Display"> -</FORM> - -<% include('/elements/footer.html') %> -<%init> - -die "access denied" - unless $FS::CurrentUser::CurrentUser->access_right('Financial reports'); - -</%init> |