Log in
Forgot your password?EZCash Web - Fixed coin bin amount calculations so decimal denominations now display correct remaining and dispensed dollar amounts. - Added support for saving a device encryption key. - Clarified in the UI that company fee settings are API-only. - Barcode printing now requires a valid unused barcode and handles missing barcodes gracefully with a user alert. - Added QR code reprinting from the customer Payments list, replacing the older Withdrawal button workflow. - Removed QR code reprint actions from fee transfer transactions where they do not apply. - Fixed Quick Pay so CustomerBarcode.amount is saved correctly instead of defaulting to zero. - Added support for viewing fee transactions in device-specific activity filters. - Added a new “Cleared” activity filter for transaction history. - Transaction notes now appear as popovers in the activity list when present. - Clearing open balances now requires a user note, stores that note on the CLR transaction, and uses a safer confirm flow. - Transaction reversals now require a user note and save that note for audit history. - Hardened reversal processing with database transactions, stricter validations, safer updates, and improved nil handling. - Improved layouts and filter placement for open balances and activity workflows. EZCash API - Added support for inquiring on customer barcodes by Barcode as well as by payment information. - Kept inquire responses consistent across both lookup methods. - TranStatus is now derived from the related withdrawal transaction’s error description instead of transfer data. - Inquire now returns nil TranStatus when no withdrawal transaction exists yet. - CardStatus is overridden to “Bills Retracted” when withdrawal error code 605 is present. - Expanded API documentation to cover both inquire methods and updated response behavior. - Added new cassette pick-failure and skew status codes to StatusDesc. - Corrected StatusDesc seed data and backfilled newly added cassette status codes.