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

Search by patron name and have an autocomplete in the checkin/checkout form #1364

Closed
pronguen opened this issue Nov 4, 2020 · 0 comments
Closed
Assignees
Labels
enhancement Improvement of an existing feature f: circulation Concerns the circulation interface or backend p-Low Low priority

Comments

@pronguen
Copy link
Contributor

pronguen commented Nov 4, 2020

How it works

In the checkin/checkout form, we must use a barcode to identify a patron. A request "simonetta casalini" also works but the first word is searched in the barcode field, combined by OR with the second word in any field.

Improvement suggestion

To keep

  • a search with only the barcode should lead directly to the patron account
  • any search lead directly to a patron account (no brief view)

Either

  • all words are combined by AND and searched in any fields
  • autocomplete: search everywhere in patron, display (Name, First name, birth date) in autocomplete suggestions
@pronguen pronguen added enhancement Improvement of an existing feature f: circulation Concerns the circulation interface or backend triage labels Nov 4, 2020
@iGormilhit iGormilhit added p-Low Low priority and removed triage labels Nov 4, 2020
@jma jma self-assigned this Nov 5, 2020
jma added a commit to jma/rero-ils-ui that referenced this issue Nov 5, 2020
* Adds a button in the circulation patron profile to update the
  password.
* Adds an edit button in the circulation patron profile.
* Displays patron role in the patron information of the circulation
  profile and in the patron detailed view.
* Allows searching patron by name in the checkout view, by searching in
  all fields, closes rero/rero-ils#1364.

Co-Authored-by: Johnny Mariéthoz <Johnny.Mariethoz@rero.ch>
jma added a commit to jma/rero-ils-ui that referenced this issue Nov 10, 2020
* Adds a button in the circulation patron profile to update the
  password.
* Adds an edit button in the circulation patron profile.
* Displays patron role in the patron information of the circulation
  profile and in the patron detailed view.
* Sets a default value for the patron expiration date to now + 3 years.
* Allows searching patron by name in the checkout view, by searching in
  all fields, closes rero/rero-ils#1364.

Co-Authored-by: Johnny Mariéthoz <Johnny.Mariethoz@rero.ch>
jma added a commit to jma/rero-ils-ui that referenced this issue Nov 12, 2020
* Adds a button in the circulation patron profile to update the
  password.
* Adds an edit button in the circulation patron profile.
* Displays patron role in the patron information of the circulation
  profile and in the patron detailed view.
* Sets a default value for the patron expiration date to now + 3 years.
* Allows searching patron by name in the checkout view, by searching in
  all fields, closes rero/rero-ils#1364.

Co-Authored-by: Johnny Mariéthoz <Johnny.Mariethoz@rero.ch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of an existing feature f: circulation Concerns the circulation interface or backend p-Low Low priority
Projects
None yet
Development

No branches or pull requests

3 participants