LetsBuildConstructionCareers / InventoryScanner

Android app for managing camp inventory and users via a barcode scanner.
1 stars 2 forks source link

ToolshedCheckout - Should soft enforce that an item should not have any outstanding checkouts #9

Open bjh83 opened 5 months ago

bjh83 commented 5 months ago

A user should not be able to checkout an item if the item has previously been checkedout without a corresponding checkin - in such a case, a warning should be presented and an explanation should be provided.

bjh83 commented 4 months ago

The commit listed above just warns the clerk with a toast that the item has previously been checked out, but does not require any action or even allow any action from the clerk. Not sure if this actually solves this issue or not.