[Koha-bugs] [Bug 16126] Display base-level amounts on the acquisition module home page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 16 22:06:35 CET 2019


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

José-Mario Monteiro-Santos <jose-mario.monteiro-santos at inlibro.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #64659|0                           |1
        is obsolete|                            |

--- Comment #21 from José-Mario Monteiro-Santos <jose-mario.monteiro-santos at inlibro.com> ---
Created attachment 84094
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=84094&action=edit
Bug 16126 - Display base-level amounts on the acquisition module home page

This patch will display on the acquisition module home page the information
already displayed on the "manage fund" page (aqbudgets.pl).

Currently, Koha display the base-level amounts only.

This patch will :

1. rename the column "ordered", "spent" and "available" to "base-level
[ordered|spent|available]"

2. add the column "ordered", "spent" and available with the same calculation
from the "manage fund" page.

TEST PLAN :

1. Go to the Administration module
2. Add a new budget (ie : Budget 2016)
3. Add a fund to this budget (ie : Book)
4. Add a child fund (ie : Adult fiction)

You will have this hierarchy :

Budget 2016
 |____ Book
         |_____ Adult fiction

5. Go to the Acquisition module
6. Place an order and use the "Adult fiction" budget
7. Go back the Acquisition home page and compare the table with the table from
the aqbudgets.pl page (Administration > Budget > Fund)
8. You will see :

BEFORE PATCH :
the base level amounts only

AFTER PATCH :
the base level and the total amounts

Followed test plan, works as expected.
Signed-off-by: Marc Véron <veron at veron.ch>
Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
I tested the functionality and it works as expected. It also passes the QA
script.
It basically adds 'base-level' information to the acquisitions page. The only
difference
with what is displayed on the funds page is that it doesn't add the base-level
available
amounts. So the table is more compact and easy to follow.

I think this is a useful enhancement even if it makes this table closer to the
funds one.
I checked it totalizes correctly on each scenario and respects the acq workflow
exactly as
the funds table.

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


More information about the Koha-bugs mailing list