Bug 9313 - Show fine amount on 'Overdues with fines' report
Summary: Show fine amount on 'Overdues with fines' report
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Reports (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact:
URL: cgi-bin/koha/circ/branchoverdues.pl
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-21 14:19 UTC by Nicole C. Engard
Modified: 2023-04-21 17:32 UTC (History)
7 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 Nicole C. Engard 2012-12-21 14:19:25 UTC
Would be nice if we could see the fine amounts on the overdues with fines report: cgi-bin/koha/circ/branchoverdues.pl
Comment 1 wajasu 2014-02-22 21:08:46 UTC
For clarification:
Would you want a column "Total Charges" accrued for that item?
(And not necessarily an enumeration.)

There might be accountlines having accounttype:
Rental  - $5.00

staticfine  - multiple of these for each interval run.
F       - $1.00
F       - $1.00
F       - $1.00
F       - $1.00
F       - $1.00
F       - $1.00

fine
FU      - $1.00

So the sum would be $12.00.

Any attempt to list each fine may be cumbersome if there are many.

Currently version 3.12+ you can click the Patron link and then the Fines tab as you know.
Comment 2 Katrin Fischer 2019-04-28 09:03:05 UTC
I think we should show a total of all F and FU fines on the item. 

It might be worth adding this to the 'overdues' report instead, moving towards making the 'overdues with fines' report unnecessary (see bug 9474)
Comment 3 Marjorie Barry-Vila 2019-12-20 16:10:28 UTC
+1
Comment 4 Caroline Cyr La Rose 2023-04-21 15:58:53 UTC
I agree that "Overdues with fines" is a bit useless without actually showing the fines.

Like Katrin, I think a "Fines" column should be added to "Overdues" (in addition to Overdues with fines if we don't get rid of it in bug 9474).
Comment 5 Caroline Cyr La Rose 2023-04-21 17:32:44 UTC
As for which calculation, to me it should be the total accrued for that checkout, not each offset.