-
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
Display Popup for a checkin operation if item are in transit #783
Comments
Currently transactions needing an action are highlighted with a red border. Another kind of highlight can be discussed. |
Related to #770. |
It's the case for the requests but not for the fees. I will address this issue. |
* Displays pickup location name when the item is in transit for pickup. * Highlights items with action needed in checkin form. * Adds flash message when the item has fees. * Closes rero/rero-ils#770. * Closes rero/rero-ils#783. Co-Authored-by: Alicia Zangger <[email protected]>
* Displays pickup location name when the item is in transit for pickup. * Highlights items with action needed in checkin form. * Adds flash message when the item has fees. * Closes rero/rero-ils#770. * Closes rero/rero-ils#783. Co-Authored-by: Alicia Zangger <[email protected]>
* Displays pickup location name when the item is in transit for pickup. * Highlights items with action needed in checkin form. * Adds flash message when the item has fees. * Closes rero/rero-ils#770. * Closes rero/rero-ils#783. Co-Authored-by: Alicia Zangger <[email protected]>
When librarian operates a checkin operation, if the item state goes from ON_LOAN to IN_TRANSIT, the application should open a popup (or similar) to explain to the librarian that a special operation need to be done on this item.
At this time, librarian can operate multiple operation and UI displays only "in transit" whitout any other blocking action
expected behavior:
Display a popup to force the librarian to operate a special operation. This popup should specify the library/location where this item need to go
The text was updated successfully, but these errors were encountered: