[koha-commits] main Koha release repository branch master updated. v19.11.00-995-gc0f3c9f29a

Git repo owner gitmaster at git.koha-community.org
Wed Mar 4 16:20:33 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, master has been updated
       via  c0f3c9f29ad3b5de3efea95da515ab64a4bbd268 (commit)
       via  c5c7f3efa22b755956be4d463a4c172f90ec723d (commit)
       via  4237fa95121ce0dadf032efd9429c3946f4de56d (commit)
       via  ce2744e0e3f6bf86ca8279f2de3770f343a3bae6 (commit)
       via  87ff9883937527660541fdaabb3a382e89be3386 (commit)
       via  a2fa0acb7daee624154c98be05ec85b613d64f42 (commit)
       via  12381ead911a71bac9c38599b0b3670060a8b121 (commit)
       via  7c6300c6570737415c55696408e34812bf417fdd (commit)
       via  5b78de6cefd7daf16f8ec0e95cb3e5e155fd8ac7 (commit)
      from  027f72da7c7bea317e977ed7fba0a06d6840d14a (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 c0f3c9f29ad3b5de3efea95da515ab64a4bbd268
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Mar 2 11:59:27 2020 +0000

    Bug 24775: Add ID to POS submit payment button
    
    This patch simply adds an ID to the submit button to make it easier to
    overide styling and functionality.
    
    Test Plan:
    0/ Inspect the element on page and note there is no id
    1/ Apply patch
    2/ Refresh page
    3/ Inspect the element on page and note there is now an id
    
    Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit c5c7f3efa22b755956be4d463a4c172f90ec723d
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Mar 2 11:32:42 2020 +0000

    Bug 24479: Use $Price filters for '0' amounts
    
    This patch adds the use of the $Price TT filter to properly format '0'
    amounts in the POS system.
    
    Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 4237fa95121ce0dadf032efd9429c3946f4de56d
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Mar 4 14:49:27 2020 +0000

    Bug 24081: DBRev 19.12.00.034
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit ce2744e0e3f6bf86ca8279f2de3770f343a3bae6
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Mar 4 09:49:46 2020 -0300

    Bug 24081: (QA follow-up) Fix small typo
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 87ff9883937527660541fdaabb3a382e89be3386
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Mar 3 19:22:49 2020 +0000

    Bug 24081: Add discount action to boraccount
    
    This patch adds the ability to apply discounts to existing patron
    charges from the boraccount page.
    
    Test plan
    1/ Carry out some accounting actions that end up with debts on the
    patron record. (Add a manual invoice for example)
    2/ Note a new 'Apply discount' action button on the unpaid debt
    3/ Paid debts do not display the action button
    4/ Click the button
    5/ Enter an amount into the resulting modal and click confirm
    6/ Confirm that the outstanding debt has been reduced by the amount you
    specified.
    7/ Confirm that a new 'Discount' line appears on the patrons account
    8/ Confirm that in the 'details' view of the debt that the discount line
    was used against the debt to create the reduction.
    9/ Signoff
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit a2fa0acb7daee624154c98be05ec85b613d64f42
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Jan 9 14:14:34 2020 +0000

    Bug 24081: Add DISCOUNT to the allowed 'reduce' types
    
    This patch adds the DISCOUNT type to the handled types list in the
    reduce method introduced in bug 23442
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 12381ead911a71bac9c38599b0b3670060a8b121
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Jan 9 14:13:25 2020 +0000

    Bug 24081: Add credit_types, offset_types and permissions
    
    This patch adds the credit_type, offset_type and permissions required
    for the addition of a discounting workflow in the accounts system.
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 7c6300c6570737415c55696408e34812bf417fdd
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Mar 2 16:50:17 2020 +0000

    Bug 24540: Prevent add button being triggered on enter
    
    This patch prevents the add button being triggered by hitting return
    from inside the collected from patron form input.
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 5b78de6cefd7daf16f8ec0e95cb3e5e155fd8ac7
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 3 09:55:03 2020 +0100

    Bug 24741: (bug 21674 follow-up) Fix destructive update DB 19.12.00.017
    
    Previous version of the SQL query did not deal correctly with subgroup.
    
    Test plan:
    checkout the following commit to be just before 017
      commit 715da06db557edc4b1baa51cc278fdac362c01c4
      Bug 22868: DBRev 19.12.00.016
    reset_all # recreate the DB
    Create a complex tree of library groups, with several groups, subgroups,
    etc.
    When you add a new library, refresh the page to add it several time.
    When ready, git checkout master, restart all the things, execute the
    updatedatabase script, then go to the library groups page.
    You should see that the duplicated entries have been removed, but
    subgroups have not been deleted
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Tested with duplicated entries on groups and subgroups,
    going back to the right commit and doing clean install.
    Patch works, subgroups are preserved. No errors.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha.pm                                            |  2 +-
 Koha/Account/Line.pm                               |  5 +-
 installer/data/mysql/account_credit_types.sql      |  1 +
 installer/data/mysql/account_offset_types.sql      |  1 +
 installer/data/mysql/updatedatabase.pl             | 32 ++++++++++-
 installer/data/mysql/userpermissions.sql           |  1 +
 .../prog/en/modules/members/boraccount.tt          | 62 ++++++++++++++++++++--
 koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt | 17 +++---
 members/boraccount.pl                              | 20 +++++++
 9 files changed, 124 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list