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

Sort issues by unit in the document detailed view #1437

Closed
BadrAly opened this issue Nov 11, 2020 · 1 comment
Closed

Sort issues by unit in the document detailed view #1437

BadrAly opened this issue Nov 11, 2020 · 1 comment
Assignees
Labels
enhancement Improvement of an existing feature f: serials

Comments

@BadrAly
Copy link

BadrAly commented Nov 11, 2020

Public interface: For the screens where the items are displayed (holdings and document detail screens)
show only received issues in the document detailed view. Ideally sort issues by unit (decreasing).

  • version: 0.014
@BadrAly
Copy link
Author

BadrAly commented Nov 12, 2020

Fixed in rero/rero-ils-ui#425

@BadrAly BadrAly closed this as completed Nov 12, 2020
BadrAly pushed a commit to BadrAly/rero-ils that referenced this issue Nov 12, 2020
Adds a daily job to:

1. Change the issue status to LATE for all expected
issues when the expected date is passed.

2. Change the issue status to CLAIMED for LATE issues
when the corresponding holdings record has a valid vendor
with an email address and max_number_of_claims is not reached.

2.1. Change the issue status to CLAIMED for all LATE
issues when the days_for_first_claim is passed.

2.2. Increment the claims_count field for all CLAIMED
issue if the days_for_next_claim passed.

The job is scheduled to run every midnight.

* Improves inheritance between the Item, ItemIssue classes.
* Closes rero#1437
* Closes rero#1435
* Create tests and fixtures accordingly.

Co-Authored-by: Aly Badr <[email protected]>
BadrAly pushed a commit that referenced this issue Nov 12, 2020
Adds a daily job to:

1. Change the issue status to LATE for all expected
issues when the expected date is passed.

2. Change the issue status to CLAIMED for LATE issues
when the corresponding holdings record has a valid vendor
with an email address and max_number_of_claims is not reached.

2.1. Change the issue status to CLAIMED for all LATE
issues when the days_for_first_claim is passed.

2.2. Increment the claims_count field for all CLAIMED
issue if the days_for_next_claim passed.

The job is scheduled to run every midnight.

* Improves inheritance between the Item, ItemIssue classes.
* Closes #1437
* Closes #1435
* Create tests and fixtures accordingly.

Co-Authored-by: Aly Badr <[email protected]>
BadrAly pushed a commit that referenced this issue Nov 12, 2020
Adds a daily job to:

1. Change the issue status to LATE for all expected
issues when the expected date is passed.

2. Change the issue status to CLAIMED for LATE issues
when the corresponding holdings record has a valid vendor
with an email address and max_number_of_claims is not reached.

2.1. Change the issue status to CLAIMED for all LATE
issues when the days_for_first_claim is passed.

2.2. Increment the claims_count field for all CLAIMED
issue if the days_for_next_claim passed.

The job is scheduled to run every midnight.

* Improves inheritance between the Item, ItemIssue classes.
* Closes #1437
* Closes #1435
* Create tests and fixtures accordingly.

Co-Authored-by: Aly Badr <[email protected]>
iGormilhit pushed a commit that referenced this issue Nov 12, 2020
Adds a daily job to:

1. Change the issue status to LATE for all expected
issues when the expected date is passed.

2. Change the issue status to CLAIMED for LATE issues
when the corresponding holdings record has a valid vendor
with an email address and max_number_of_claims is not reached.

2.1. Change the issue status to CLAIMED for all LATE
issues when the days_for_first_claim is passed.

2.2. Increment the claims_count field for all CLAIMED
issue if the days_for_next_claim passed.

The job is scheduled to run every midnight.

* Improves inheritance between the Item, ItemIssue classes.
* Closes #1437
* Closes #1435
* Create tests and fixtures accordingly.

Co-Authored-by: Aly Badr <[email protected]>
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: serials
Projects
None yet
Development

No branches or pull requests

1 participant