[Koha-bugs] [Bug 11027] add a column for basketgroups in late orders table

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 28 18:37:00 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11027

M. Tompsett <mtompset at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #23762|0                           |1
        is obsolete|                            |
  Attachment #24850|0                           |1
        is obsolete|                            |

--- Comment #12 from M. Tompsett <mtompset at hotmail.com> ---
Created attachment 24851
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=24851&action=edit
[SIGNED OFF] Bug 11027 : Add a column for basketgroups in late orders table and
improve other columns

This patch makes 4 changes in late orders page :
- adding a new column for basketgroup, displaying the name and number of the
basketgroup
- displaying the name of the basket as well as its number, with a hyperlink to
this basketgroup
- displaying fund in a separate column to make sorting easier, and renaming it
from "budget" to "fund" (the confusion can be found elsewhere in Koha...)
- displaying branch in a separate column to make sorting easier (this column
could be improved later, by getting branch from basketgroup if there is one)

For that, in Aquisition.pm, I made some changes to GetLateOrders :
- 3 new columns in SELECT
- 1 new join

To test :
1. Display the list of late orders of your instance.
2. Check you have 3 new columns for basketgroups, fund and branch
3. In basketgroup column you should have "name of basket group (number)"
4. In basket column you should have "name of basket (number)"
5. Check the links for basketgroups. They should send you to the page
displaying information for each basketgroup
(without possibiliy of editing them if they are closed)

Signed-off-by: Mark Tompsett <mtompset at hotmail.com>

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


More information about the Koha-bugs mailing list