Bug 3622 - Enhancements to basket groups
Summary: Enhancements to basket groups
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Acquisitions (show other bugs)
Version: rel_3_2
Hardware: All All
: PATCH-Sent (DO NOT USE) enhancement (vote)
Assignee: Paul Poulain
QA Contact: Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-14 03:31 UTC by Paul Poulain
Modified: 2012-10-25 23:04 UTC (History)
4 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Cormack 2010-05-21 01:12:59 UTC


---- Reported by paul.poulain@biblibre.com 2009-09-14 15:31:34 ----

When closing a basket (basket.pl op=attachbasket) :
- don't display a basketgroup list if there are no basketgroup available
- fill the basketgroup name (case of a new basketgroup) with the basket name (pre-typed by default)
- on 1st line: Attach to <basketgrouplist> or create new basketgroup <input>
- "close basketgroup ..." => "close basketgroup"
- add an option to leave basket ungrouped
- "Change basketgroup" => "OK"

basketgroup.pl
- add an option to delete a basketgroup (while unclosed)
- calculating of the baskettotal does not work for ungrouped baskets
- add a date on basketgroup to know when a basketgroup has been closed
- add basketgroup owner (ie: creator)
- add basketgroup: not javascript anymore. Opens a page, with the new basketgroup, and the list of ungrouped baskets. The librarian can drag and drop, then save. A button let choose "close & print", that print the PDF, and close the basketgroup. After saving, return to basketgroup page.
- basketgroup name => must be unique (check for duplicate)
- on the main basketgroup page, just have a list of basketgroups :
Name / status / date closed / basketgroup owner / reopen - print - modify - delete (reopen & print only available if closed, modify & delete only available if not closed)



---- Additional Comments From nahuel.angelinetti@biblibre.com 2009-09-21 11:45:30 ----

Refactoring basketgrouping is done in "coderun" branch.



---- Additional Comments From wizzyrea@gmail.com 2010-02-04 20:20:16 ----

I just looked at the PDF generation mentioned here: the file didn't get downloaded for me on DBREV 111. :(

Here's a screenshot: http://content.screencast.com/users/lizrea/folders/Jing/media/1547b3ed-f400-4c9a-abac-ba837f55b93e/00000128.png



---- Additional Comments From colin.campbell@ptfs-europe.com 2010-02-15 09:26:54 ----

I've created a separate bug for the PDF generation error noted here. I think it was lost in the other details see http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4188



--- Bug imported by chris@bigballofwax.co.nz 2010-05-21 01:12 UTC  ---

This bug was previously known as _bug_ 3622 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3622

Actual time not defined. Setting to 0.0

Comment 1 Paul Poulain 2011-03-01 10:30:52 UTC
patches already applied (probably for 3.2), (just tested: the behaviour is now what is explained in the bug report)