-
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
circulation: problem to manage checkin operations when item/patron barcode are identical #2597
Labels
bug
Breaks something but is not blocking
needs info
p-High
High priority (to be solved in the 2-3 next months)
Milestone
Comments
benerken
added
triage
bug
Breaks something but is not blocking
p-High
High priority (to be solved in the 2-3 next months)
labels
Dec 14, 2021
benerken
changed the title
circulation: split checkout/checkin box
circulation: problem to manage checkout/checkin operations when item/patron barcode are identical
Dec 14, 2021
benerken
changed the title
circulation: problem to manage checkout/checkin operations when item/patron barcode are identical
circulation: problem to manage checkin operations when item/patron barcode are identical
Dec 14, 2021
Garfield-fr
added a commit
to Garfield-fr/rero-ils-ui
that referenced
this issue
Dec 22, 2021
* Closes rero/rero-ils#2597. Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
7 tasks
Garfield-fr
added a commit
to Garfield-fr/rero-ils-ui
that referenced
this issue
Dec 22, 2021
* Closes rero/rero-ils#2597. Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
Garfield-fr
added a commit
to Garfield-fr/rero-ils-ui
that referenced
this issue
Dec 22, 2021
* Closes rero/rero-ils#2597. Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
Garfield-fr
added a commit
to Garfield-fr/rero-ils-ui
that referenced
this issue
Dec 22, 2021
* Closes rero/rero-ils#2597. Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
Garfield-fr
added a commit
to Garfield-fr/rero-ils-ui
that referenced
this issue
Dec 22, 2021
A dialog appears when there is an item and a patron with the same barcode. The library chooses the action to execute. * Closes rero/rero-ils#2597. Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
Garfield-fr
added a commit
to Garfield-fr/rero-ils-ui
that referenced
this issue
Dec 22, 2021
A dialog appears when there is an item and a patron with the same barcode. The library chooses the action to execute. * Closes rero/rero-ils#2597. Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
Garfield-fr
added a commit
to Garfield-fr/rero-ils-ui
that referenced
this issue
Dec 22, 2021
A dialog appears when there is an item and a patron with the same barcode. The library chooses the action to execute. * Closes rero/rero-ils#2597. Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
Garfield-fr
added a commit
to Garfield-fr/rero-ils-ui
that referenced
this issue
Dec 22, 2021
A dialog appears when there is an item and a patron with the same barcode. The library chooses the action to execute. * Closes rero/rero-ils#2597. Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
Garfield-fr
added a commit
to Garfield-fr/rero-ils-ui
that referenced
this issue
Dec 22, 2021
A dialog appears when there is an item and a patron with the same barcode. The library chooses the action to execute. * Closes rero/rero-ils#2597. Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
Garfield-fr
added a commit
to Garfield-fr/rero-ils-ui
that referenced
this issue
Dec 22, 2021
A dialog appears when there is an item and a patron with the same barcode. The library chooses the action to execute. * Closes rero/rero-ils#2597. Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
jma
pushed a commit
to rero/rero-ils-ui
that referenced
this issue
Dec 23, 2021
A dialog appears when there is an item and a patron with the same barcode. The library chooses the action to execute. * Closes rero/rero-ils#2597. Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Breaks something but is not blocking
needs info
p-High
High priority (to be solved in the 2-3 next months)
Today, the professional interface of RERO-ILS offers a single box to manage checkout/checkin operations.
In the backend, using the barcode, the system tries to find a patron (to do a checkout), otherwise
it tries to find an item (to do a checkin).
Some insitutions have same barcode (values) used for item barcode and patron barcode.
In this case, this single box can't be used to do checkin, because it always find the patron (not the item)
To Reproduce
Expected behavior
In the checkout/checkin screen, please add a checkbox "Checkin Only" to indicate to RERO-ILS you specify an item barcode and you want to checkin it. It will clearly separate the behaviour of circulation operations.
If possible: adds a new keyboard shortcut for "checkin" in order to quickly lands to the page with the box "Checkin Only" checked
Context
v1.6.1
The text was updated successfully, but these errors were encountered: