Skip to content
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

Closed
benerken opened this issue Dec 14, 2021 · 0 comments · Fixed by rero/rero-ils-ui#776
Assignees
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
Copy link
Contributor

benerken commented Dec 14, 2021

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

  • Creates a patron A with a barcode 123456
  • Creates a patron B with a barcode 456789
  • Creates an item with barcode 123456
  • Checkout item 123456 on patron account B
  • Checkin the item 123456, you'll see the system find patron A -> you can't checkin the item by this way !

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

  • server: ils.test.rero.ch
  • version: v1.6.1
@benerken 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 benerken added this to the v1.9.0 milestone Dec 14, 2021
@benerken 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 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
@pronguen pronguen modified the milestones: v1.9.0, v1.8.0 Dec 16, 2021
@Garfield-fr Garfield-fr self-assigned this Dec 21, 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>
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)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants