summaryrefslogtreecommitdiff
path: root/httemplate/graph/report_money_time_daily.html
diff options
context:
space:
mode:
authorlevinse <levinse>2011-05-13 20:03:20 +0000
committerlevinse <levinse>2011-05-13 20:03:20 +0000
commit20950bb21ee5dd8839a05dfcd58efa0a98e48e5a (patch)
treef7bd53f02fc3ca3aeb0414f523ce9809cc873fc2 /httemplate/graph/report_money_time_daily.html
parent22a59960edd8f446d82c60f9ca5ac9b957ef2eac (diff)
create a Sales, Credits, and Receipts report broken down by day, RT11470
Diffstat (limited to 'httemplate/graph/report_money_time_daily.html')
-rw-r--r--httemplate/graph/report_money_time_daily.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/httemplate/graph/report_money_time_daily.html b/httemplate/graph/report_money_time_daily.html
new file mode 100644
index 000000000..1e1b45d4e
--- /dev/null
+++ b/httemplate/graph/report_money_time_daily.html
@@ -0,0 +1,26 @@
+<% include('/elements/header.html', 'Daily Sales, Credits and Receipts Summary' ) %>
+
+<FORM ACTION="money_time_daily.cgi" METHOD="GET">
+
+<TABLE>
+
+<% include( '/elements/tr-input-beginning_ending.html' ) %>
+
+<% include('/elements/tr-select-agent.html',
+ 'label' => 'For agent: ',
+ 'disable_empty' => 0,
+ )
+%>
+
+</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>