Koha/koha-tmpl/intranet-tmpl/prog/en/modules/circ
mbeaulieu 1aab0ff3e3 Bug 12448: Ask for confirmation when checking out an item with rental fees
Sponsored-by: Ville de Victoriaville, QC

Confirmation box contents:

"Please confirm checkout"
"-Rental charge for this item: n"
[Yes, check out (Y)] [No, Don't Check Out (N)]

Test case A: Confirm checkout
1) Go to checkout user "X"'s checkout page.
2) Enter barcode for an item with rental fees.
3) Click the "Check out" button.
4) Confirmation box appears.
5) Click on the "Yes" button.
6) Item is added to checkout list.
7) Fees are added to the patron's account.

Test case B: Decline checkout
1) Go to checkout user "X"'s checkout page.
2) Enter barcode for an item with rental fees.
3) Click the "Check out" button.
4) Confirmation box appears.
5) Click the "No" button.
6) Checkout page goes back to its initial state.
7) Patron has no item checked out and no fees to pay.

Signed-off-by: Marc Véron <veron@veron.ch>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
With the system preference RentalFeesCheckoutConfirmation
set to "don't ask" there is no change in behaviour.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
2014-11-07 11:33:43 -03:00
..
bookcount.tt Bug 11616: remove jQuery tablesorter plugin 2014-01-31 15:24:01 +00:00
branchoverdues.tt Bug 11359: Add the borrower's cardnumber and phonenumber to the branch overdues report 2014-03-10 20:25:26 +00:00
branchtransfers.tt Bug 2780 - Capitalize strings consistently (Circulation) 2012-04-10 10:03:30 +02:00
circulation-home.tt Bug 10493: Add renewal script 2013-10-22 17:04:03 +00:00
circulation.tt Bug 12448: Ask for confirmation when checking out an item with rental fees 2014-11-07 11:33:43 -03:00
offline-mf.tt Bug 12118 - remove unnecessary YUI assets included in offline circ manifest 2014-04-25 15:25:34 +00:00
offline.tt Bug 12666 - Fix poor HTML from circ/offline.tt 2014-08-15 14:59:17 -03:00
overdue.tt Bug 11570 - Upgrade jQueryUI to latest version in the staff client 2014-04-07 15:37:27 +00:00
pendingreserves.tt Bug 12088: Improve date handling and sorting in holds to pull report 2014-04-28 18:31:29 +00:00
printslip.tt Bug 12062: Follow up - adds missing ) 2014-07-07 10:32:24 -03:00
renew.tt Bug 11577: Add 'auto_renew' and 'auto_too_soon' to renewal page 2014-09-17 19:23:16 -03:00
reserveratios.tt Bug 11990 - Holds ratio report (circ/reserveratios.pl) sorts numeric values as text 2014-10-28 09:46:38 -03:00
returns.tt Bug 8836 - Resurrect Rotating Collections 2014-11-06 15:12:19 -03:00
selectbranchprinter.tt Bug 12744 - Set language in staff client should have 'Cancel' link 2014-08-24 13:23:41 -03:00
stats.tt Bug 7760 - Add ids and classes to every staff page to help with customizaton (circulation) 2012-03-22 18:12:27 +01:00
transfer-slip.tt Bug 9265 - Switch to HTML5 doctype in OPAC and staff client 2013-01-31 11:47:04 -05:00
transferstoreceive.tt Bug 12089: Remove use of dt_add_type_uk_date() - Circulation 2014-04-28 18:40:29 +00:00
view_holdsqueue.tt Bug 10960 - Holds Queue Report display loc code not description 2014-10-21 16:16:58 -03:00
waitingreserves.tt Bug 12089: Remove use of dt_add_type_uk_date() - Circulation 2014-04-28 18:40:29 +00:00