Koha/koha-tmpl/intranet-tmpl/prog/en/modules
Mathieu Saby 4d80cc0ec7 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 basket
- 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@hotmail.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Patches pass QA script and all tests.
Works as described. Also checked sorting and orders which
are not in a basketgroup display correctly.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
2014-04-21 04:33:00 +00:00
..
acqui Bug 11027: Add a column for basketgroups in late orders table and improve other columns 2014-04-21 04:33:00 +00:00
admin Bug 7308: (follow-up) tweak style of child fund amounts 2014-04-21 04:15:11 +00:00
authorities
basket
batch
catalogue Bug 11912: (refactoring followup) make GetMarcISBN implement its advertised API 2014-04-19 18:23:15 +00:00
cataloguing Bug 12071: improve generation of Z39.50 search links 2014-04-18 15:37:56 +00:00
circ Bug 9448: (QA Followup) Hide 'Forgive overdue charges' for returns if user does not have writeoff permission 2014-04-17 15:43:01 +00:00
course_reserves
errors
help
installer
labels
members Bug 11869: (follow-up) only display active fines 2014-04-18 14:55:36 +00:00
offline_circ
patron_lists
patroncards
plugins
reports
reserve
reviews
rotating_collections
serials Bug 12003: Do not calculate next pubdate for irregular subscriptions 2014-04-18 20:57:51 +00:00
services
sms
suggestion
tags
test
tools Bug 11253: tools/inventory.pl: fix handling of inventory date 2014-04-20 15:03:36 +00:00
virtualshelves Bug 8262: explicitly warn that database admin account cannot create lists 2014-04-20 22:55:22 +00:00
z3950
about.tt Bug 11596: (follow-up) ensure all warnings are reported 2014-04-20 17:07:48 +00:00
auth.tt
intranet-main.tt