[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.03-84-g95e24ed2dc

Git repo owner gitmaster at git.koha-community.org
Tue Mar 24 01:08:27 CET 2020


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, 19.11.x has been updated
       via  95e24ed2dcda660079111fd45a2cd31e3e481b86 (commit)
       via  b56562f2d0fe466dee2bc5c22f3753b140477a13 (commit)
       via  0ff5dc25ffac4c13c68b8a2db9046e844f23d028 (commit)
       via  32e5ec841a748249462189846c267a5078febe81 (commit)
       via  19a94abae8100cb2317dfdc3bfe1428677253b6c (commit)
      from  af0441d6139d6bf7bc1f5fc70f2ff869cac34b37 (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 95e24ed2dcda660079111fd45a2cd31e3e481b86
Author: Joy Nelson <joy at bywatersolutions.com>
Date:   Mon Mar 23 23:39:49 2020 +0000

    Bug 24846: DBRev 19.11.03.005
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit b56562f2d0fe466dee2bc5c22f3753b140477a13
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 17 16:59:44 2020 +0100

    Bug 24846: Update items.onloan with the new due date
    
    Signed-off-by: Donna Bachowski <donna at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 0ff5dc25ffac4c13c68b8a2db9046e844f23d028
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Mar 16 11:45:44 2020 +0100

    Bug 24846: Add new tool to batch extend due dates
    
    With events sometimes leading to unforeseen branch closures (think Coronavirus as
    an example), it would be helpful to have a tool that would allow librarians to
    update due dates in bulk based on branch and current due date of the material.
    
    It allows to select checkouts given the following parameters:
     * libraries
     * patron's categories
     * range of the due date
    
    You can set a hard due date, or define a number of days to extend the
    due date.
    
    Test plan:
    Check some items out
    Use the new tool to extend the due dates
    Test the different filters to make sure they all work
    
    Note: What about holidays?
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 32e5ec841a748249462189846c267a5078febe81
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Mar 16 11:51:10 2020 +0100

    Bug 24846: Link to the new tool
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 19a94abae8100cb2317dfdc3bfe1428677253b6c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Mar 16 11:45:15 2020 +0100

    Bug 24846: Add new permission batch_extend_due_dates
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 Koha.pm                                            |   2 +-
 installer/data/mysql/updatedatabase.pl             |  13 +
 installer/data/mysql/userpermissions.sql           |   1 +
 .../intranet-tmpl/prog/en/includes/permissions.inc |   5 +
 .../intranet-tmpl/prog/en/includes/tools-menu.inc  |   3 +
 .../en/modules/tools/batch_extend_due_dates.tt     | 269 +++++++++++++++++++++
 .../prog/en/modules/tools/tools-home.tt            |   7 +-
 tools/batch_extend_due_dates.pl                    | 147 +++++++++++
 8 files changed, 445 insertions(+), 2 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt
 create mode 100755 tools/batch_extend_due_dates.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list