Bug 13520 - Move rental fee as total amount to circulation matrix and remove rental discount
Summary: Move rental fee as total amount to circulation matrix and remove rental discount
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-06 00:38 UTC by Nicole C. Engard
Modified: 2019-09-22 11:00 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 Nicole C. Engard 2015-01-06 00:38:04 UTC
Some libraries want to charge rental charges based on patron category but right now it's based on item type only.  It would be nice if rental charge was in the circ matrix and then you don't need the rental charge discount on the circ matrix.
Comment 1 Katrin Fischer 2018-10-28 19:18:09 UTC
I think it would be cleaner to have the total amount in the circ matrix instead of the discount too. Rephrasing title a bit.
Comment 2 Marjorie Barry-Vila 2019-06-10 13:22:31 UTC
+1
Comment 3 Katrin Fischer 2019-08-18 10:34:24 UTC
One problem I see in moving this is that we might need to add circulation rules in the update process.

Say the library only has rules for "all patron categories" and different item types.

In order to put the right calculated values for the new rental fee into the matrix, we'd need to add new rules splitting the 'all patron categories' into rules for every category with the individual price.