[Koha-bugs] [Bug 7175] Improve order receiving page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 12 14:48:24 CEST 2012


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

Julian Maurice <julian.maurice at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #8772|0                           |1
        is obsolete|                            |

--- Comment #34 from Julian Maurice <julian.maurice at biblibre.com> ---
Created attachment 9146
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9146&action=edit
Allow to choose which items to receive

If AcqCreateItem=ordering, when you receive an order, you now have a
list of all created items and checkboxes that permit you to choose which
items you want to receive.
A 'Edit' link open additem.pl page in a popup to allow you edit the
items before receiving them (popup is automatically closed after
modification, and items table is automatically updated)
If quantity is set manually in the text box, the appropriate number of
checkbox are checked from top to bottom and a warning shows up if
quantity is greater than order quantity

--
What's new:
- The orderreceive.pl page is no longer refreshed after saving an item
modification, but the table is still updated. So checked checkboxes are still
checked. (1)
- If there is no ACQ framework, we check into the default one for authorised
values. (3)


For 2) I think this is fixed by bug 5339
For 4) I know there is a dataTables plugin which add the possibility for the
user to choose which column he wants to display
(http://datatables.net/extras/colvis/) but I don't know how it is configurable
and customizable.
If something is done in this way, I think both tables (when
AcqCreateItem=ordering or receiving) should be modified at the same time

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


More information about the Koha-bugs mailing list