Bug 6812 - Configure enrollment, renewal, duplicate card, hold fees by branch and patron category
Summary: Configure enrollment, renewal, duplicate card, hold fees by branch and patron...
Status: ASSIGNED
Alias: None
Product: Koha
Classification: Unclassified
Component: Patrons (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Amit Gupta
QA Contact: Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-30 05:30 UTC by Savitra Sirohi
Modified: 2020-04-17 13:16 UTC (History)
8 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 Savitra Sirohi 2011-08-30 05:30:33 UTC
Currently enrollement and hold fees are setup at membership category level. This is not sufficient for a multi library setup where different libraries have different fees for each category. 

In addition to enrollment and hold fees, this change will include two additional fees: renewal fee and duplicate card fee. 

In the case of renewals there will also be a grace priod. If memmbership is renewaed within the grace period, a discounted renewal fee will apply.
Comment 1 Marc Véron 2016-09-30 05:44:04 UTC
Still valid?
Comment 2 Anne Murray 2018-01-04 13:55:09 UTC
It would be useful to have hold fees for different itypes within the patron category. All our junior books don't have a fee, but when adults request a junior book, we have to waive the fee.
Comment 3 Katrin Fischer 2019-03-13 07:18:51 UTC
Still valid, although it might make sense to split some of this up into separate bugs: 

- Move hold fee and enrollment fee to circulation rules page
- Add new types of fees
Comment 4 Josef Moravec 2019-06-28 09:07:32 UTC
(In reply to Katrin Fischer from comment #3)
> Still valid, although it might make sense to split some of this up into
> separate bugs: 
> 
> - Move hold fee and enrollment fee to circulation rules page

It applies also on rental fees defined on itemtypes administration.

Because we could use our standard circulation rules mechanism to determine the fee amount by library, patron category and item type.
Comment 5 Katrin Fischer 2019-06-28 09:15:59 UTC
(In reply to Josef Moravec from comment #4)
> (In reply to Katrin Fischer from comment #3)
> > Still valid, although it might make sense to split some of this up into
> > separate bugs: 
> > 
> > - Move hold fee and enrollment fee to circulation rules page
> 
> It applies also on rental fees defined on itemtypes administration.
> 
> Because we could use our standard circulation rules mechanism to determine
> the fee amount by library, patron category and item type.

I've been thinking about the migration for this. Say:

The library has one circulation condition for all itemtpes and all patron categories.
For different itemtypes there are different rental fees.

Can we safely create new circulation conditions to cover this case?