[koha-commits] main Koha release repository branch master updated. v17.11.00-699-g549b8fe

Git repo owner gitmaster at git.koha-community.org
Sat Feb 17 22:58:45 CET 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  549b8fe787ffd9edd38c71c0c5b362f5df9062b0 (commit)
       via  b76ee62eed039e623c276a15cad884a8d8f935b7 (commit)
       via  618b15a569566fde2245d6a455a61a892ee980c7 (commit)
       via  8b5b1a0358ecf5362f0c2348e9654f350e3c1b3b (commit)
       via  abbd0eeea9b686584c3f2c5d7201b43a4e76ae76 (commit)
       via  17948b0c37874756226099c8bf8cedcff6ccacfa (commit)
       via  8a118d01bf3e2415b02fd4a8a820203491a2af90 (commit)
       via  c2eb7633ca6ca9e1cd67587a9895643e05c44f07 (commit)
       via  771de35a2b297cc5058f83ed3e19e34927f95c36 (commit)
       via  61c832a507286fc636bd4e4c709be3a5be6970fa (commit)
      from  f6378a8fb39a316ae30815ab6c2b6d2f58861c2f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 549b8fe787ffd9edd38c71c0c5b362f5df9062b0
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Thu Feb 8 09:27:18 2018 +0000

    Bug 9573: (QA follow-up) Add missing include back
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit b76ee62eed039e623c276a15cad884a8d8f935b7
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sat Feb 17 11:48:51 2018 -0300

    Bug 9573: Add missing KOHA_VERSION in js paths
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 618b15a569566fde2245d6a455a61a892ee980c7
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Oct 18 19:49:31 2017 -0300

    Bug 9573: Add missing use statement
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 8b5b1a0358ecf5362f0c2348e9654f350e3c1b3b
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Oct 16 12:10:03 2017 -0300

    Bug 9573: (follow-up) Lost items report - add KohaTable to itemlost
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit abbd0eeea9b686584c3f2c5d7201b43a4e76ae76
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Oct 5 17:38:34 2017 -0300

    Bug 9573: Lost items report - Add the CSV export ability
    
    Finally we add the ability to export the list of lost items.
    The items will be export in CSV format using a CSV profile defined.
    
    Test plan:
    0/ Apply all the patches from this patch set
    1/ Define a CSV profile (type=SQL, Usage=Export lost items in report)
    Try something like that to get the same columns as the default table:
    Title=biblio.title
    |Author=biblio.author
    |Lost status=items.itemlost
    |Lost on=items.itemlost_on
    |Barcode=items.barcode
    |Call number=items.itemcallnumber
    |Date last seen=items.datelastseen
    |Price=items.price
    |Rep. price=items.replacementprice
    |Library=items.homebranch
    |item type=items.itype
    |Current location=items.holdingbranch
    |Location=items.location
    |Not for loan status=items.notforloan
    |Notes=items.itemnotes
    2/ Use the filters and select items to export
    3/ Export the list of items you want and make sure the CSV is correctly
    formatted and contains the items you selected
    
    QA Notes:
    - I think we should add default CSV profiles for the different "usage",
    but I would consider it as a separate enhancement since none of them is
    defined yet
    - Most of the code to export CSV is no reusable. We should make
    Koha::Exporter::Record support CSV export for type=SQL (it only
    supports MARC type so far).
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 17948b0c37874756226099c8bf8cedcff6ccacfa
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Oct 5 16:29:48 2017 -0300

    Bug 9573: Lost items report - Add a new "Export selected items" link
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 8a118d01bf3e2415b02fd4a8a820203491a2af90
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Oct 5 16:44:38 2017 -0300

    Bug 9573: Lost items report - Add a new itemlost_on column
    
    This patch adds a new "Lost on" column to the result table
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit c2eb7633ca6ca9e1cd67587a9895643e05c44f07
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Oct 5 14:35:24 2017 -0300

    Bug 9573: Lost items report - add KohaTable to itemlost
    
    Before this patch set, we used KohaTable to display a table with the
    column visibility plugin, and an usual dataTable initialisation for the
    filters.
    For the lost items report table we will need both.
    To do so we need to reorganize the code a bit
    
    We cannot pass a selector but the id of the node which represents the
    table. Indeed it is how works currently the filters (we may want to
    improve that later)
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 771de35a2b297cc5058f83ed3e19e34927f95c36
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Oct 5 13:15:43 2017 -0300

    Bug 9573: Lost items report - Move filters code to a separate js file
    
    For the next patches we will need to reuse what is already done on the
    bibliographic record detail page. This patch moves the code to make it
    reusable easily and avoid copy and paste.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 61c832a507286fc636bd4e4c709be3a5be6970fa
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Oct 5 13:02:58 2017 -0300

    Bug 9573: Lost items report - Add items.notforloan as a filter
    
    This patch adds a new "Not for loan" status filter to the lost items
    report.
    
    Test plan:
    0/ Apply all patches from this patch set
    1/ Use the new "Not for loan" filter to search lost items
    2/ The table result must be consistent and a new "Not for loan" column
    should be there
    3/ Confirm that you are able to hide/show this column with the column
    settings tool.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

-----------------------------------------------------------------------

Summary of changes:
 Koha/Template/Plugin/AuthorisedValues.pm           |   30 +++++
 admin/columns_settings.yml                         |    4 +
 .../prog/en/includes/columns_settings.inc          |   31 ++++-
 .../prog/en/modules/acqui/histsearch.tt            |    2 +-
 .../prog/en/modules/acqui/lateorders.tt            |    2 +-
 .../prog/en/modules/admin/currency.tt              |    2 +-
 .../prog/en/modules/catalogue/detail.tt            |   82 ++-----------
 .../prog/en/modules/cataloguing/additem.tt         |    2 +-
 .../prog/en/modules/circ/pendingreserves.tt        |    2 +-
 .../intranet-tmpl/prog/en/modules/circ/returns.tt  |    2 +-
 .../prog/en/modules/circ/view_holdsqueue.tt        |    2 +-
 .../prog/en/modules/members/boraccount.tt          |    2 +-
 .../prog/en/modules/members/member.tt              |    2 +-
 .../prog/en/modules/reports/itemslost.tt           |  125 +++++++++++++++++---
 .../prog/en/modules/tools/csv-profiles.tt          |    3 +-
 koha-tmpl/intranet-tmpl/prog/js/checkouts.js       |    2 +-
 koha-tmpl/intranet-tmpl/prog/js/table_filters.js   |   50 ++++++++
 reports/itemslost.pl                               |   75 +++++++++++-
 18 files changed, 311 insertions(+), 109 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/js/table_filters.js


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list