]> git.evergreen-ils.org Git - working/Evergreen.git/commit
initial support for credit card payments via selfcheck. 2 caveats. 1) the code...
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 21 Dec 2009 16:33:23 +0000 (16:33 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 21 Dec 2009 16:33:23 +0000 (16:33 +0000)
commitc693f665ee64cd9c92c0e01527ae21fbb97ec32d
treeaaf54b35751ecab6d40600e778dd6003132f5257
parentf2f9636c6f7bb3b0e88664281b473f92ce55ef45
initial support for credit card payments via selfcheck.  2 caveats.  1) the code does not (yet) support cherry-picking transactions to pay, it instead pays the oldest transactions first if the payment amount is less than the total owed.  2) it does not differentiate between transactions that started at (or having billings at) locations that do not support credit card payments.  Until (and if) support for differentiation is added, if the current location supports CC payments, all transactions are fair game for payment

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15208 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/web/css/skin/default/selfcheck.css
Open-ILS/web/js/dojo/openils/Event.js
Open-ILS/web/js/dojo/openils/circ/nls/selfcheck.js
Open-ILS/web/js/ui/default/circ/selfcheck/selfcheck.js
Open-ILS/web/templates/default/circ/selfcheck/circ_page.tt2
Open-ILS/web/templates/default/circ/selfcheck/main.tt2
Open-ILS/web/templates/default/circ/selfcheck/payment.tt2 [new file with mode: 0644]
Open-ILS/web/templates/default/circ/selfcheck/summary.tt2