From 6af1b1bfa25e5ececef5e0dcd38b55917121cee2 Mon Sep 17 00:00:00 2001 From: jeff Date: Sat, 26 Aug 2006 23:15:14 +0000 Subject: batch refactor continued --- httemplate/search/pay_batch.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 httemplate/search/pay_batch.html (limited to 'httemplate/search/pay_batch.html') diff --git a/httemplate/search/pay_batch.html b/httemplate/search/pay_batch.html new file mode 100644 index 000000000..a966f68f5 --- /dev/null +++ b/httemplate/search/pay_batch.html @@ -0,0 +1,27 @@ +<% include('/elements/header.html', 'Batch criteria' ) %> + +
+ + + + <% include( '/elements/tr-input-beginning_ending.html' ) %> + + + + + + + + + + + + +
Show open batches
Show in-transit batches
Show resolved batches
+ +
+ + +
+ +<% include('/elements/footer.html') %> -- cgit v1.2.1 From 590603ecaea3184f64530755a76626be8205da49 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 3 Feb 2007 11:36:30 +0000 Subject: add customer status column to customer & most other reports. also put the C in ACL in the search/ and graph/ directories. --- httemplate/search/pay_batch.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'httemplate/search/pay_batch.html') diff --git a/httemplate/search/pay_batch.html b/httemplate/search/pay_batch.html index a966f68f5..5907169d8 100644 --- a/httemplate/search/pay_batch.html +++ b/httemplate/search/pay_batch.html @@ -25,3 +25,9 @@ <% include('/elements/footer.html') %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Financial reports'); + + -- cgit v1.2.1