From: ivan Date: Tue, 24 Nov 2009 07:23:47 +0000 (+0000) Subject: add date constratint on time worked search X-Git-Tag: freeside_1_9_2~218 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=7dc06e75274b96460e69477bef3b21866e6ec974;p=freeside.git add date constratint on time worked search --- diff --git a/httemplate/search/report_timeworked.html b/httemplate/search/report_timeworked.html new file mode 100644 index 000000000..a672ec082 --- /dev/null +++ b/httemplate/search/report_timeworked.html @@ -0,0 +1,28 @@ +<% include( '/elements/header.html', 'Time Worked' ) %> + +
+ + + + + + + + <% include ('/elements/tr-input-beginning_ending.html') %> + +
+ Search options +
+ +
+ + +
+ +<% include('/elements/footer.html') %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Time queue'); + +