-
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
The transaction history should base on the operation logs and not on the loans #1227
Comments
I don't understand this issue. The main display date is the real checkin date (the date where the book was returned at the library). Do you want to display as main date the "expected checking date" ? (As this book is borrowed the 14/09, the end limit for this loan should be 15/10 ?) |
It displays the due date in place of the actual CI date when the item is returned to a library different from the library where the checkout has been done. |
@zannkukai : @ManaDeweerdt explained it perfectly. |
I think we view here the limit of the circulation process. Invenio-circulation doesn't keep operation history. We have 3 potential dates : the
The problem describe here is caused by the fact that item goes |
Will be possible to fix after the transaction history functionality. |
* Fixes count on fees tab and total on header. * Uses the `operation logs` inex to display the patron history. * Closes rero/rero-ils#2139. * Closes rero/rero-ils#1902. * Closes rero/rero-ils#1227. Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
* Fixes count on fees tab and total on header. * Uses the `operation logs` inex to display the patron history. * Closes rero/rero-ils#2319. * Closes rero/rero-ils#1902. * Closes rero/rero-ils#1227. Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
* Fixes count on fees tab and total on header. * Uses the `operation logs` inex to display the patron history. * Closes rero/rero-ils#2319. * Closes rero/rero-ils#1902. * Closes rero/rero-ils#1227. Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
* Fixes count on fees tab and total on header. * Uses the `operation logs` inex to display the patron history. * Closes rero/rero-ils#2319. * Closes rero/rero-ils#1902. * Closes rero/rero-ils#1227. Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
* Fixes count on fees tab and total on header. * Uses the `operation logs` inex to display the patron history. * Closes rero/rero-ils#2319. * Closes rero/rero-ils#1902. * Closes rero/rero-ils#1227. Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
* Fixes count on fees tab and total on header. * Uses the `operation logs` inex to display the patron history. * Closes rero/rero-ils#2319. * Closes rero/rero-ils#1902. * Closes rero/rero-ils#1227. Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
* Fixes count on fees tab and total on header. * Uses the `operation logs` inex to display the patron history. * Closes rero/rero-ils#2319. * Closes rero/rero-ils#1902. * Closes rero/rero-ils#1227. Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
* Fixes count on fees tab and total on header. * Uses the `operation logs` inex to display the patron history. * Closes rero/rero-ils#2319. * Closes rero/rero-ils#1902. * Closes rero/rero-ils#1227. Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
* Fixes count on fees tab and total on header. * Uses the `operation logs` inex to display the patron history. * Closes rero/rero-ils#2319. * Closes rero/rero-ils#1902. * Closes rero/rero-ils#1227. Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
* Fixes count on fees tab and total on header. * Uses the `operation logs` inex to display the patron history. * Closes rero/rero-ils#2319. * Closes rero/rero-ils#1902. * Closes rero/rero-ils#1227. Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
* Fixes count on fees tab and total on header. * Uses the `operation logs` inex to display the patron history. * Closes rero/rero-ils#2319. * Closes rero/rero-ils#1902. * Closes rero/rero-ils#1227. Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
* Fixes count on fees tab and total on header. * Uses the `operation logs` inex to display the patron history. * Closes rero/rero-ils#2319. * Closes rero/rero-ils#1902. * Closes rero/rero-ils#1227. Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
* Fixes count on fees tab and total on header. * Uses the `operation logs` inex to display the patron history. * Closes rero/rero-ils#2319. * Closes rero/rero-ils#1902. * Closes rero/rero-ils#1227. Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
* Fixes count on fees tab and total on header. * Uses the `operation logs` inex to display the patron history. * Closes rero/rero-ils#2319. * Closes rero/rero-ils#1902. * Closes rero/rero-ils#1227. Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
How it works
In the history tab of the patron profile (public interface) and in the patron account of the professional interface, the loan transaction history has errors:
display of the date at which the item should have been returned, not the actual checkin date. This is the case in the checkin column and in the transaction history itself (see screenshot below).
sometimes no display of a line (because the item was deleted, or for other reasons)
Example in production: patron.pid:27115 (vs)
How it should works
All data are recovered from the operation logs:
The checkin date is displayed for each fee in the fee tab.
Related issue
The text was updated successfully, but these errors were encountered: