In the issues table checkouts are separated by today's checkouts and previous checkouts. Some libraris would find it handy if this included a count of the number of checks in each. ie: Today's checkouts (2) Previous checkouts (1)
Created attachment 172704 [details] [review] Bug 38159: Add count to todays/previous checkouts To test: 1. APPLY Patch 2. Make some checkouts. 3. Change some of the checkouts to have an older issuedate. 4. When you open the checkouts tables you should see something like Today's checkouts (2) and Previous checkouts (1).
Seems it needs a rebase, patch doesn't apply.. Using index info to reconstruct a base tree... M koha-tmpl/intranet-tmpl/prog/js/checkouts.js Falling back to patching base and 3-way merge... Auto-merging koha-tmpl/intranet-tmpl/prog/js/checkouts.js CONFLICT (content): Merge conflict in koha-tmpl/intranet-tmpl/prog/js/checkouts.js error: Failed to merge in the changes. Patch failed at 0001 Bug 38159: Add count to todays/previous checkouts
Created attachment 180282 [details] [review] Bug 38159: Add count to todays/previous checkouts To test: 1. APPLY Patch 2. Make some checkouts. 3. Change some of the checkouts to have an older issuedate. 4. When you open the checkouts tables you should see something like Today's checkouts (2) and Previous checkouts (1).
Thanks Lucas! I tested and it works fine. However - as soon as I click on one of the sorting headers in the issues table, the number in the parentheses disappears. E.G. click on the "Title" column to sort by title -> Number disappears.
I couldn't get this to work. The numbers don't appear for me.