https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11373
Pierre-Marc Thibault <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #79759|0 |1 is obsolete| | --- Comment #64 from Pierre-Marc Thibault <[email protected]> --- Created attachment 79944 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=79944&action=edit Bug 11373: Show the difference between the amount collected and the amount paid of a fine payment. This patch adds a feature in the fine payment section. It allows to see the change due to patrons when the amount collected is higher than the amount paid. This includes also a new system preference called FineChange which enables or disables the feature. Test plan : - Apply patch. - Make sure FineChange is at ENABLE in System preferences > Patrons. - Select a patron with a fine. - Go to Fines > Pay fines. - Click the button pay. - Choose the amount paid equal to the outstanding amount (exemple : 3$). - Choose the amount collected to be more than the outstanding amount (exemple : 5$). - Confirm that the change is correct (example : 5$ - 3$ = 2$). - Click the button confirm. - Click on Yes in the dialog box. - Confirm that the payment has been made (example : last amount = 3$). - Make sure FineChange is at DISABLE in System preferences > Patrons. - Select a patron with a fine and go to Fines > Pay fines. - Confirm that the inputs paid and change are gone. - Choose an amount collected (exemple : 3$). - Click the button confirm. - Confirm that the payment has been made. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
