[Koha-bugs] [Bug 18212] Move SQL code from aqplan.pl administrative script into a C4 perl module

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Mar 11 00:21:30 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18212

Alex Buckley <alexbuckley at catalyst.net.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |Needs Signoff

--- Comment #5 from Alex Buckley <alexbuckley at catalyst.net.nz> ---
Test plan:

1. Restart memcached: sudo service memcached restart
2. Drop and recreate the Koha instance database
3. Go through the web installer, selecting all data to be installed in step 3
4. After the web installer is finished log in with the Koha database
administrator credentials
5. Create yourself a patron account 
6. Set the patron account to have superlibrarian privileges 
7. Log out and back in as your newly created patron
8. Navigate to the Acquisitions interface 
9. Create a budget named 'testbudget' 
10. Create a fund named 'testfund' 
11. Navigate to the 'Administrator' interface 
12. Write in the URL 'cgi-bin/koha/admin/aqplan.pl'
13. There should be no records showing 
14. If you click on Planning->Plan by Months testfund will be displayed 
15. Repeat step 14 but click on Planning->Plan by libraries and Planning->Plan
by Itemtypes, Both of these pages should also show 'testfund'
16. In your terminal navigate from your Koha instance root directory to
t/db_dependent
17. Enter koha shell: sudo koha-shell <instancename>
18. Run AuthorisedValues unit tests: prove -v AuthorisedValues.t
19. The tests should run successful
20. Exit the koha shell
21. cd into the 'koha' directory from where you are
22. Enter the koha shell and run the ItemTypes.t and Libraries.t unit tests by
writing in: prove -v filename.t (both of which should be successful)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list