Bug 10874 - Incremental fine system for various types of documents and patron categories
Summary: Incremental fine system for various types of documents and patron categories
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: master
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Amit Gupta
QA Contact: Testopia
URL:
Keywords:
: 6873 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-09-11 04:12 UTC by Chitralekha Chitale
Modified: 2015-06-15 15:27 UTC (History)
6 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 Chitralekha Chitale 2013-09-11 04:12:39 UTC
bug 6873 (16 Sept 2011) is similar but not resolved till date.

 our library use this rules for fines and circulation:

Circulation periods:
books period: 30 days with 2 renewals max
journals period: 14 days with 2 renewals max

Fines:
1. fine after period, price A
2. fine 30th day after 1. fine, price B
3. fine 14th day after 2. fine, price C (2x price B)
4. fine 14th day after 3. fine, price D (3x price B)
5. next fines we count per day and item.

Fine rates varies for patron categories as well as type of documnet.

also bug 8776 and 10027 need to be solved as they are related to fine calculation.
Comment 1 Katrin Fischer 2014-11-02 11:23:13 UTC
*** Bug 6873 has been marked as a duplicate of this bug. ***
Comment 2 Katrin Fischer 2014-11-02 11:24:47 UTC
Maybe take a look at the staticfine.pl script in current Koha - it might be helpful.
Comment 3 Amit Gupta 2015-06-15 15:02:39 UTC
I would like to work on this feature will try to complete this feature in next release of Koha (3.22).
Comment 4 Katrin Fischer 2015-06-15 15:27:04 UTC
Amit, there are currently some other patches pending about fines/overdues - some information to the related bugs can be found on the wiki: http://wiki.koha-community.org/wiki/Overdue_Notice_Enhancement 

Could you maybe add some description on how you want to add this feature and where it would be configured?