[Koha-bugs] [Bug 23450] Display issue and subscription price for each issue in subscription tab of /catalogue/detail.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 12 09:25:12 CEST 2019


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

--- Comment #2 from Alex Buckley <alexbuckley at catalyst.net.nz> ---
Created attachment 92148
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92148&action=edit
Bug 23450: Display subscription and issue cost in subscription interface of the
catalouge/detail.pl

Displays the serial issue price (from 952$g), and subscription cost
(calculated from the Acquisition order the subscription is linked to).

Test plan:
1. Create a subscription (making sure to select 'Create an item record when
receiving this serial') and then go to Acquisitions module and create
the following if they don't already exist:
* Currency
* Budget
* Fund
* Vendor
* Basket

2. Add to the basket: Add to basket > From a subscription

3. Search for and select the subscription made in step #1

4. Set quantity, vendor price, and replacement price and 'Save'

5. Search for the serial biblio and view its catalogue/detail.pl page

Click on the 'Subscriptions' tab and notice there is no 'Total cost of
the subscription' text

And no 'Issue price' and 'Subscription cost' columns in the issue table
in the subscription tab which is currently empty

6. Select the 'Subscription details' link and select 'Receive' changing
the status from 'Expected' to 'Arrived'

7. Repeat step 5 and notice the issues table in the Subscriptions tab
still does not have 'Issue price' or 'Subscription cost' columns

8. Apply patches on bug 23352 and 23450

9. Update your database and restart memcached and plack

10. Refresh the catalogue/detail.pl page you were on in step 7 and
notice the following has been added:

Total cost of the subscription is: <quantity * vendor price >

Issue price and Subscription cost columns in the issue table in the
subscription tab.

Sponsored-By: Brimbank Library, Australia

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


More information about the Koha-bugs mailing list