-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check-out of an item "in transit" #230
Comments
According to the state chart We can allow the execution of these two actions Any ideas @iGormilhit and @pronguen ? |
Two cases:
Ideally, the state chart must allow a check-out, even if it not from the pick-up library, as soon as the above mentioned conditions are satisfied. There is no need (no use case) to verify the pick-up library. |
👍 OK to resume in state chart terminology:- Case 1: checkout is possible if Case 2.1: checkout is possible if |
* NEW Allows checkout of in-transit items. * FIX Fixes rero#230. Signed-off-by: Aly Badr <aly.badr@rero.ch>
* NEW Allows checkout of in-transit items. * FIX Fixes rero#230. Signed-off-by: Aly Badr <aly.badr@rero.ch>
* NEW Allows checkout of in-transit items. * FIX Fixes rero#230. Signed-off-by: Aly Badr <aly.badr@rero.ch>
* FIX Fixes rero#230: allows checkout of in-transit items. Signed-off-by: Aly Badr <aly.badr@rero.ch>
* FIX Fixes #230: allows checkout of in-transit items. Signed-off-by: Aly Badr <aly.badr@rero.ch>
An item which is "in transit" cannot be checked out. This should be possible, if the item has no request, or if the request is for the user concerned by the check-out.
The text was updated successfully, but these errors were encountered: