[Koha-bugs] [Bug 9807] There should be a way to show the content of a basketgroup without reopening it

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 17 10:53:32 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9807

--- Comment #6 from sandboxes at biblibre.com <sandboxes at biblibre.com> ---
Created attachment 22023
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=22023&action=edit
Bug 9807 : Make possible to view a basketgroup without reopening it

This patch make possible to view an individual closed basketgroup without
reopening it.
- It adds a new "View" button on closed basketgroup list
- It creates a view for closed basketgroups, with 3 buttons (reopen, print,
export)
- It adds a "delete" button on standard "edit" view (for open basketgroup)

To test :
1/ regression test :
- create some empty basketgroups
- create some basketgroups by closing baskets
- in the list of basketgroups 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 basketgroup : 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 must be save but kept open
-- edit it again, and make other some changes (define a free delivery place for
example)
-- save it with checking "close" => it must be saved but closed

2/ new feature test
- click on "view" button on top right column of some closed basketgroup
- 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 must stay on the same basketgroup, but it is
now open and you can make some changes
- go back to the basketgroup list of the vendor. Check the reopened bg is in
"open" tab
- click on "edit"
- click on new "delete" button => the bg must 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>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list