Active
Project:
UberPOS
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Mar 2010 at 03:45 UTC
Updated:
15 Dec 2011 at 17:52 UTC
Jump to comment: Most recent file
Comments
Comment #1
slip commentedcan't wait until somebody codes this :-P
Comment #2
last call media commentedWould definitely need permission controls on this one.
Comment #3
slip commentedHere's authorize.net's Card Present Implementation Guide if anybody's interested in this:
http://www.authorize.net/support/CP_guide.pdf
UberPOS does a bunch of that, but not refunds yet. The doc talks about refunds in Appendix A.
I'll do this when I have a chance, after the first alpha is released.
Comment #4
adixb commentedI've written a patch to allow POS refunds from the regular Ubercart "View Orders" section.
It uses the same method as a CIM transaction (card not present) to determine if an order is eligible for a refund, and changes the refund link to go to the AIM Refund (card present) section if it is.
NOTE: this patch needs to be installed before any POS transactions are made, as it adjusts the data that is stored in uc_payment_receipts for POS transactions, data that is required for refunds. In addition, it does not affect inventory counts in any way.