[koha-commits] main Koha release repository branch master updated. v3.14.00-147-g231f26b

Git repo owner gitmaster at git.koha-community.org
Tue Dec 17 18:22:34 CET 2013


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  231f26b248b8f041f69b0af416778559cf66b074 (commit)
       via  0e5dc4c817fe352f223670da1aaa85275264c73f (commit)
       via  2a97c86116de6c7e2be2b416808b78d0793d505f (commit)
       via  fc250be5385f9bac3e0c92034102e43e7073ce15 (commit)
      from  868855df4b674b495966c022392068c2fdd3a35f (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 231f26b248b8f041f69b0af416778559cf66b074
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Tue Dec 17 17:34:21 2013 +0000

    Bug 9807: (follow-up) quell warning if invoice price not set
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 0e5dc4c817fe352f223670da1aaa85275264c73f
Author: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
Date:   Fri Nov 8 16:15:33 2013 +0100

    Bug 9807: (follow-up) reindent basketgroup.tt
    
    Basketgroup.tt is very hard to read. This patch simply reindents it.
    No visible changes expected
    
    Regression test :
    - check the list of opened and closed basketgroups for a vendor is
      displayed properly
    - check an individual basketgroup (closed and opened) is displayed
      properly
    - check you can edit a basketgroup and save changes
    - check you can print and export a basketgroup
    - check you can close and reopen a basketgroup
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 2a97c86116de6c7e2be2b416808b78d0793d505f
Author: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
Date:   Thu Nov 7 21:01:46 2013 +0100

    Bug 9807: (follow-up) fix variable name
    
    Fixing closedbg name in template
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit fc250be5385f9bac3e0c92034102e43e7073ce15
Author: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
Date:   Thu Nov 7 20:16:40 2013 +0100

    Bug 9807 : Make it possible to view a basket group without reopening it
    
    This patch make possible to view an individual closed basket group
    
    without reopening it.
    - It adds a new "View" button on closed basket group list
    - It creates a view for closed basket groups, with 3 buttons (reopen,
      print, export)
    - It adds a "delete" button on standard "edit" view (for open
      basket groups)
    
    To test :
    1/ regression test :
    - create some empty basket groups
    - create some basket groups by closing baskets
    - in the list of basket groups closed and opened, check you can use
      the buttons that existed before the patch (close and print, delete,
      export, print, reopen)
    - click on "Edit" to edit a opened basket group : check everything is
      like before :
    -- change the billing and delivery places,
    -- add a note,
    -- put some new baskets  in the bg,
    -- remove baskets from it
    -- save it without checking "close" box => it should be saved but kept
       open
    -- edit it again, and make other some changes (define a freetext
       delivery place for example)
    -- save it with checking "close" => it should be saved but closed
    
    2/ new feature test
    - click on "view" button on top right column of some closed basket group
    - check all the displayed informations are correct (places, free place,
      note, list of baskets)
    - check you can not change anything
    - click on "print" button => check a pdf is created
    - click on "export" button => check a csv is created
    - click on "reopen" button => you should stay on the same basket group, but
      it is now open and you can make some changes
    - go back to the basket group list of the vendor. Check the reopened bg
       is in "open" tab
    - click on "edit"
    - click on new "delete" button => the bg should be deleted, and you are
      redirected to the bg list of the vendor.
    
    Signed-off-by: cedric.vita at dracenie.com <cedric.vita at dracenie.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Passes koha-qa.pl, t and xt. Works as advertised.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 acqui/basketgroup.pl                               |   94 +++--
 .../prog/en/modules/acqui/basketgroup.tt           |  434 +++++++++++---------
 2 files changed, 316 insertions(+), 212 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list