summaryrefslogtreecommitdiff
path: root/httemplate/search/report_rt_cust.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-06-26 12:26:33 -0700
committerIvan Kohler <ivan@freeside.biz>2015-06-26 12:26:33 -0700
commitda3d875e26263e74e8330e6fafa995bf06fa63db (patch)
treeac9a5b4f93dd1d7ecc1e6b16c86dd4b95a80a567 /httemplate/search/report_rt_cust.html
parent40ae76f47e1cbceafca8301259637b1f58b73cc3 (diff)
support and unclassified time per customer for a date range
Diffstat (limited to 'httemplate/search/report_rt_cust.html')
-rw-r--r--httemplate/search/report_rt_cust.html40
1 files changed, 40 insertions, 0 deletions
diff --git a/httemplate/search/report_rt_cust.html b/httemplate/search/report_rt_cust.html
new file mode 100644
index 000000000..07d497fc5
--- /dev/null
+++ b/httemplate/search/report_rt_cust.html
@@ -0,0 +1,40 @@
+<& /elements/header.html, 'Time worked per-customer summary' &>
+
+<FORM ACTION="rt_cust.html" METHOD="GET">
+
+<TABLE>
+
+ <& /elements/tr-select-cust_main-status.html,
+ 'label' => emt('Status'),
+ &>
+
+ <& /elements/tr-input-beginning_ending.html &>
+
+<!--
+ <& /elements/tr-select.html,
+ label => 'Time category:',
+ field => 'category',
+ options => [ '', 'development', 'support' ],
+ option_labels => { '' => 'all' },
+ curr_value => 'development',
+ &>
+
+ <& /elements/tr-select-otaker.html &>
+-->
+
+</TABLE>
+
+<BR>
+<INPUT TYPE="submit" VALUE="Search">
+
+</FORM>
+
+<& /elements/footer.html &>
+<%init>
+
+die "access denied"
+ unless $FS::CurrentUser::CurrentUser->access_right('List rating data');
+
+my $conf = new FS::Conf;
+
+</%init>