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 interface: display due date #2637

Closed
pronguen opened this issue Jan 17, 2022 · 0 comments · Fixed by #2897
Closed

Circulation interface: display due date #2637

pronguen opened this issue Jan 17, 2022 · 0 comments · Fixed by #2897
Assignees
Labels
effort: minor Solved quickly enhancement Improvement of an existing feature f: circulation Concerns the circulation interface or backend p-High High priority (to be solved in the 2-3 next months)

Comments

@pronguen
Copy link
Contributor

pronguen commented Jan 17, 2022

How it works

Currently, when doing a checkin (in the checkin and checkout forms), the initial due date (loan.end_date) is not displayed.

This info is very useful for the librarian, if he/she has to justify eventual overdue fees.

Improvement suggestion

  • When doing a checkin, add a field "Due date" in the expanded line
    • in the checkin form: /professional/circulation/checkout
    • in the checkout form: /professional/circulation/patron/<patron barcode>/loan
@pronguen pronguen added enhancement Improvement of an existing feature f: circulation Concerns the circulation interface or backend p-High High priority (to be solved in the 2-3 next months) circulation effort: minor Solved quickly and removed circulation labels Jan 17, 2022
@vgranata vgranata self-assigned this Mar 28, 2022
vgranata added a commit to vgranata/rero-ils that referenced this issue May 12, 2022
To keep track of the end_date of a loan: at checkin before the end_date is set to transaction_date set last_end_date to end_date.
* Closes rero#2637

Co-Authored-by: Valeria Granata <valeria@chaw.com>
PascalRepond pushed a commit that referenced this issue May 23, 2022
To keep track of the end_date of a loan: at checkin before the end_date is set to transaction_date set last_end_date to end_date.
* Closes #2637

Co-Authored-by: Valeria Granata <valeria@chaw.com>
PascalRepond pushed a commit that referenced this issue May 23, 2022
To keep track of the end_date of a loan: at checkin before the end_date is set to transaction_date set last_end_date to end_date.
* Closes #2637

Co-Authored-by: Valeria Granata <valeria@chaw.com>
vgranata added a commit that referenced this issue May 25, 2022
To keep track of the end_date of a loan: at checkin before the end_date is set to transaction_date set last_end_date to end_date.
* Closes #2637

Co-Authored-by: Valeria Granata <valeria@chaw.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort: minor Solved quickly enhancement Improvement of an existing feature f: circulation Concerns the circulation interface or backend 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.

2 participants