[Koha-bugs] [Bug 11703] Convert checkouts table to ajax datatable

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 28 22:08:29 CEST 2014


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

--- Comment #98 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
GENERAL
- New jQuery plugin: jquery.dataTables.grouping.js
  > Added to About page.

CHECKOUTS
- Sorting table
  > OK. Sorting the table was not possible before patch. Sorting
    will remove the Today's and Previous checkouts differentiation.
    Works ok.
- Column price and charge
  > OK.
- Column Due date
  > OK, only shows time now when it's an hourly loan. Nice!
- Column Item type
  > Shows the code instead of description, something for another day.
- Column Checked out on
  > OK.

Checking out - still to be tested
- 'normal' check out
  > OK.
- hourly check out (with specify due date)
  > OK.
- with rental fee
  > OK, charge shows up in table.
- notforloan item
  > OK, can be overriden or not, depending on configuration.
- too many items
  > OK, override possible.
> Some more done along the way, all message/alerts showing correctly.

Renewing items
- Check out with an already checked out barcode again
  > OK, item is renewed
- renewal using checkboxes
  > OK. Note: It's only possible to do one renewal at a time.
    After renewing once the checkbox is gone and then you will have
    to reload the page to bring the checkboxes back.
- renewal override
  > OK. Note: If the item is on hold, the renewal will fail.
    Behaviour is the same before applying the patch.
- too early renewal (bug 6779)
  > Bug: When the renewal is too soon, in master we show the first 
   possible renwal date, with the patches only a note is shown, that
   the renwal is premature.

System preferences
- UseTableSortForCirc 
  > Pref was removed, it's not longer needed as sorting is possible 
    by default now.
- todaysIssuesDefaultSortOrder 
  > OK.
- previousIssuesDefaultSortOrder
  > OK.
  Note: I wonder why we don't have a sorting by checkout date, so that
  the newest checkout always shows at the top or bottom. But that's been
  like that before.

RELATIVE's CHECKOUTS
> OK, still working nicely.

HOLDS
- Sorting table
  > OK, sorting the holds table was not possible pre-patches, it is now.
- Columns: Title, Hold date, expiration date, Delete
  > OK
- Barcode column
  > Ok, now offers a link to the item
- Delete column
- Suspending and unsuspending holds
  > OK
- Cancelling holds
  > OK, possible enhancement: Redirect back to the holds tab after 
    cancelling a hold instead of sending user to the checkouts tab. 
    Exists pre-patch.

Concern: Accessibility - I hope we don't make it harder with this patch.

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


More information about the Koha-bugs mailing list