Koha/koha-tmpl/intranet-tmpl/prog/en
Julian Maurice 84ea840232 Bug 7683: Cataloguing statistics wizard improvements
- Add 3 options for cells value
  - Titles count "COUNT (biblionumber)"
  - Items count "COUNT (itemnumber)" (current behavior)
  - Deleted items count "COUNT (deleteditems.itemnumber)"

- Add to selectable rows, colums and filters:
  - items.notforloan
  - items.materials

  For each of these fields, retrieve the label in the default cataloging
  framework.
  If no MARC field is mapped to the field in question, it does not show
  this line in the wizard.
  If the MARC field is associated with a list of authorized values, it
  displays a dropdown list for the filter, otherwise it displays a text
  field.

- Add to selectable rows, columns and filters:
  - items.dateaccessioned (creation date)
  - deleteditems.timestamp (deletion date) (Only if the third option (eg
    count deleted items) is selected)

- Add unit tests for GetMarcSubfieldStructureFromKohaField

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
2016-01-27 06:37:27 +00:00
..
css Bug 13022 [QA Followup] - Highlight the results with inaccurate status, add explanation when mouse hovers over. 2015-12-31 18:11:21 +00:00
data
includes Bug 13642 - Adding new features for Dublin Core metadata 2016-01-27 06:23:07 +00:00
js Bug 14310 [QA Followup] - Deal with error conditions 2016-01-27 06:20:19 +00:00
lib/yui
modules Bug 7683: Cataloguing statistics wizard improvements 2016-01-27 06:37:27 +00:00
xslt Bug 15162: Remove specific test in UNIMARCslim2*.xsl 2016-01-27 06:00:35 +00:00
columns.def