Bugzilla – Attachment 110292 Details for
Bug 26089
Add acquisitions-related reports to acquisitions sidebar menu
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26089: Add acquisitions-related reports to acquisitions sidebar menu
Bug-26089-Add-acquisitions-related-reports-to-acqu.patch (text/plain), 1.97 KB, created by
Katrin Fischer
on 2020-09-17 20:15:46 UTC
(
hide
)
Description:
Bug 26089: Add acquisitions-related reports to acquisitions sidebar menu
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-09-17 20:15:46 UTC
Size:
1.97 KB
patch
obsolete
>From b2bda22e7990abbd2bd9bd412a3d4c36feab19d3 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 29 Jul 2020 15:18:12 +0000 >Subject: [PATCH] Bug 26089: Add acquisitions-related reports to acquisitions > sidebar menu > >This patch adds links to two acquisitions-related reports in the sidebar >menu shown on acquisitions pages: Acquisitions statistics wizard and >orders by fund. > >To test, apply the patch and go to the Acquisitions page. > >- If you are logged in as a user with permission to access reports you > should see a new "Reports" heading in the sidebar menu and links to > two reports. >- Confirm that the links work correctly. >- Log in as a user without reports permission and confirm that the > section doesn't appear. > >Signed-off-by: Brandon J <brandon.jimenez@inLibro.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc | 7 +++++++ > 1 file changed, 7 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc >index de132ec66f..1789dff560 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc >@@ -10,6 +10,13 @@ > <li><a href="/cgi-bin/koha/acqui/edifactmsgs.pl">EDIFACT messages</a></li> > [% END %] > </ul> >+ [% IF ( CAN_user_reports ) %] >+ <h5>Reports</h5> >+ <ul> >+ <li><a href="/cgi-bin/koha/reports/acquisitions_stats.pl">Acquisitions statistics wizard</a></li> >+ <li><a href="/cgi-bin/koha/reports/orders_by_fund.pl">Orders by fund</a></li> >+ </ul> >+ [% END %] > [% IF ( CAN_user_acquisition_period_manage || CAN_user_acquisition_budget_manage || CAN_user_acquisition_currencies_manage || CAN_user_acquisition_edi_manage ) %] > <h5>Administration</h5> > <ul> >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 26089
:
107515
|
110113
| 110292