Bug 10353 - "Fines in days" (aka suspensions) should be first-class citizen in Koha
Summary: "Fines in days" (aka suspensions) should be first-class citizen in Koha
Status: RESOLVED DUPLICATE of bug 2720
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Tomás Cohen Arazi
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-27 13:25 UTC by Tomás Cohen Arazi
Modified: 2014-11-03 14:34 UTC (History)
2 users (show)

See Also:
Change sponsored?: 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 Tomás Cohen Arazi 2013-05-27 13:25:31 UTC
Suspensions should be considered a different thing from fines (money wise). Both can be concurrent actually.

They should be recorded in its own table on the DB, and have its own class under the Koha namespace.

Requirements:
- We should be able to know what items under what circumstances triggered a suspension.
- We should be able to set a max suspensions limit in a period of time.
Comment 1 Mathieu Saby 2013-05-27 15:07:21 UTC
Yes, good idea.
And if somebody is suspended because he was late (as we do in France), there should be a comment along with the suspenstion, so we know he was blocked because of the late document and not an other cause (like a unpaid fine, a theft attempt etc).

M. Saby
Comment 2 Tomás Cohen Arazi 2013-05-27 15:09:30 UTC
I'm glad to see there's interest in this. That's one of the things I'd like to implement Mathieu.
Comment 3 Mathieu Saby 2013-05-27 15:13:27 UTC
I will sign it off with pleasure ;-)
Comment 4 Katrin Fischer 2014-11-02 10:52:27 UTC
Has this been improved with the borrower_debarments table? It's possible now to add a text and we have different types of restrictions.
Comment 5 Tomás Cohen Arazi 2014-11-03 14:34:32 UTC
Even when they weren't strictly related, it was fixed as part of bug 2720. So closing this one. Maybe future enhancements will be requested on new bug reports.

*** This bug has been marked as a duplicate of bug 2720 ***