diff options
| author | Jeremy Davis <jeremyd@freeside.biz> | 2015-06-26 17:38:02 -0400 |
|---|---|---|
| committer | Jeremy Davis <jeremyd@freeside.biz> | 2015-06-26 17:38:02 -0400 |
| commit | daa7e41eabe79e3ca7f65e060e7c588715bf236b (patch) | |
| tree | 556ea2127bbc3f9af5ebcad3caa54a96192630f1 /httemplate/search/report_rt_cust.html | |
| parent | d8a43b104aca6a01f8f1fd821dd29f3dffd59919 (diff) | |
| parent | 71dba4c13f3a420115ad87dfa6df82db6618bd97 (diff) | |
Merge branch '3.x-pre' of git.freeside.biz:/home/git/freeside into FREESIDE_3_BRANCH
Diffstat (limited to 'httemplate/search/report_rt_cust.html')
| -rw-r--r-- | httemplate/search/report_rt_cust.html | 40 |
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> |
