Summary: | Add optional fee for (scanned) article requests | ||
---|---|---|---|
Product: | Koha | Reporter: | Marcel de Rooy <m.de.rooy> |
Component: | Circulation | Assignee: | Bugs List <koha-bugs> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | gmcharlt, kyle.m.hall |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: |
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20472 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27946 |
||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
Marcel de Rooy
2020-07-29 14:54:04 UTC
I wonder - is the fee per type (digital scan, photocopy) or depending on the number of pages too? Maybe instead of a default/calculated fee, the first step would be to have an input field to add the costs manually. (In reply to Katrin Fischer from comment #1) > I wonder - is the fee per type (digital scan, photocopy) or depending on the > number of pages too? Maybe instead of a default/calculated fee, the first > step would be to have an input field to add the costs manually. Yes, we should be able to differentiate. But adding it manually per request might be too cumbersome. So I guess we need a standard fee, and a price per page above some threshold or so to make it sufficiently flexible. For both copy as well as scan. Say fee = 1, threshold = 20, page = 0.1 Then we could have 10 pages for 1, 20 pages for 1, 25 pages for 1.5, 30 pages for 2, etc. Any better ideas are welcome ! One of the challenges here would be to extract the number of pages from a free text field btw.. (In reply to Marcel de Rooy from comment #3) > One of the challenges here would be to extract the number of pages from a > free text field btw.. We could as a suggestion, but you need to be able to change it manually - often what the user gives is not correct or they only tell the start page etc. Sometimes an ad page might be in between that is left out for scanning etc. Bug 27946 is even kind of duplicate; could this one be closed ? |