fau-fablab / FabLabKasse

FabLabKasse, a Point-of-Sale Software for FabLabs and other public and trust-based workshops
https://fablabkasse.readthedocs.io
GNU General Public License v3.0
15 stars 4 forks source link

automatically call `cash verify` at start of payment #115

Closed mgmax closed 2 years ago

mgmax commented 8 years ago

Before a payment starts, call cash verify and issue a warning to the log if it fails. This makes it easier to find the source of a cash state mismatch. (Only enable this if legacy_kassenbuch is used)

patkan commented 8 years ago

Optionally: do this while initiating the cash devices (but make sure there is no interference) since cash verify can take some time.

patkan commented 8 years ago

Or the other way round: do it after the user has payed. This way we don't increase the already long waiting period until payment has started. (And it makes more sense, since a defect will occur during payment, so we want to check afterwards)

mgmax commented 8 years ago

I agree that checking it afterwards is more helpful.

mgmax commented 2 years ago

feature will be removed