-
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
Block modification of resources linked to a non current fiscal year #2930
Labels
correction
An implemented feature doesn't work as expected.
f: acquisitions
Related to the acquisition module
Comments
pronguen
added
f: acquisitions
Related to the acquisition module
correction
An implemented feature doesn't work as expected.
labels
May 24, 2022
BadrAly
pushed a commit
to BadrAly/rero-ils
that referenced
this issue
Jul 22, 2022
The execution of the rollover process controles the setting of the budget field is_active. Once this field is disabled, no more updates or deletions are possible for the all resources attached to this budget. * Adds acquisition fixtures for a rolled over year. * Adds serializer for acquisition order record. * Adds receipts and receipt_lines fixtures. * Fixes reasons_not_to_delete for acquisition resources. * Closes rero#2930. Co-Authored-by: Aly Badr <[email protected]> Co-Authored-by: Bertrand Zuchuat <[email protected]>
Garfield-fr
added a commit
to BadrAly/rero-ils
that referenced
this issue
Jul 26, 2022
The execution of the rollover process controles the setting of the budget field is_active. Once this field is disabled, no more updates or deletions are possible for the all resources attached to this budget. * Adds acquisition fixtures for a rolled over year. * Adds serializer for all acquisition order resources. * Adds receipts and receipt_lines fixtures. * Fixes reasons_not_to_delete for acquisition resources. * Closes rero#2930. Co-Authored-by: Aly Badr <[email protected]> Co-Authored-by: Bertrand Zuchuat <[email protected]>
Garfield-fr
added a commit
that referenced
this issue
Jul 26, 2022
The execution of the rollover process controles the setting of the budget field is_active. Once this field is disabled, no more updates or deletions are possible for the all resources attached to this budget. * Adds acquisition fixtures for a rolled over year. * Adds serializer for all acquisition order resources. * Adds receipts and receipt_lines fixtures. * Fixes reasons_not_to_delete for acquisition resources. * Closes #2930. Co-Authored-by: Aly Badr <[email protected]> Co-Authored-by: Bertrand Zuchuat <[email protected]>
Garfield-fr
added a commit
to BadrAly/rero-ils
that referenced
this issue
Jul 27, 2022
The execution of the rollover process controles the setting of the budget field is_active. Once this field is disabled, no more updates or deletions are possible for the all resources attached to this budget. * Adds acquisition fixtures for a rolled over year. * Adds serializer for all acquisition order resources. * Adds receipts and receipt_lines fixtures. * Fixes reasons_not_to_delete for acquisition resources. * Closes rero#2930. Co-Authored-by: Aly Badr <[email protected]> Co-Authored-by: Bertrand Zuchuat <[email protected]>
BadrAly
pushed a commit
to BadrAly/rero-ils
that referenced
this issue
Aug 9, 2022
The execution of the rollover process controles the setting of the budget field is_active. Once this field is disabled, no more updates or deletions are possible for the all resources attached to this budget. * Adds acquisition fixtures for a rolled over year. * Adds serializer for all acquisition order resources. * Adds receipts and receipt_lines fixtures. * Fixes reasons_not_to_delete for acquisition resources. * Closes rero#2930. Co-Authored-by: Aly Badr <[email protected]> Co-Authored-by: Bertrand Zuchuat <[email protected]>
BadrAly
pushed a commit
to BadrAly/rero-ils
that referenced
this issue
Aug 9, 2022
The execution of the rollover process controles the setting of the budget field is_active. Once this field is disabled, no more updates or deletions are possible for the all resources attached to this budget. * Adds acquisition fixtures for a rolled over year. * Adds serializer for all acquisition order resources. * Adds receipts and receipt_lines fixtures. * Fixes reasons_not_to_delete for acquisition resources. * Closes rero#2930. Co-Authored-by: Aly Badr <[email protected]> Co-Authored-by: Bertrand Zuchuat <[email protected]>
BadrAly
pushed a commit
to BadrAly/rero-ils
that referenced
this issue
Aug 9, 2022
The execution of the rollover process controles the setting of the budget field is_active. Once this field is disabled, no more updates or deletions are possible for the all resources attached to this budget. * Adds acquisition fixtures for a rolled over year. * Adds serializer for all acquisition order resources. * Adds receipts and receipt_lines fixtures. * Fixes reasons_not_to_delete for acquisition resources. * Closes rero#2930. Co-Authored-by: Aly Badr <[email protected]> Co-Authored-by: Bertrand Zuchuat <[email protected]>
BadrAly
pushed a commit
to BadrAly/rero-ils
that referenced
this issue
Aug 11, 2022
The execution of the rollover process controles the setting of the budget field is_active. Once this field is disabled, no more updates or deletions are possible for the all resources attached to this budget. * Adds acquisition fixtures for a rolled over year. * Adds serializer for all acquisition order resources. * Adds receipts and receipt_lines fixtures. * Fixes reasons_not_to_delete for acquisition resources. * Closes rero#2930. Co-Authored-by: Aly Badr <[email protected]> Co-Authored-by: Bertrand Zuchuat <[email protected]>
Garfield-fr
added a commit
that referenced
this issue
Aug 11, 2022
The execution of the rollover process controles the setting of the budget field is_active. Once this field is disabled, no more updates or deletions are possible for the all resources attached to this budget. * Adds acquisition fixtures for a rolled over year. * Adds serializer for all acquisition order resources. * Adds receipts and receipt_lines fixtures. * Fixes reasons_not_to_delete for acquisition resources. * Closes #2930. Co-Authored-by: Aly Badr <[email protected]> Co-Authored-by: Bertrand Zuchuat <[email protected]>
Garfield-fr
added a commit
that referenced
this issue
Aug 16, 2022
The execution of the rollover process controles the setting of the budget field is_active. Once this field is disabled, no more updates or deletions are possible for the all resources attached to this budget. * Adds acquisition fixtures for a rolled over year. * Adds serializer for all acquisition order resources. * Adds receipts and receipt_lines fixtures. * Fixes reasons_not_to_delete for acquisition resources. * Closes #2930. Co-Authored-by: Aly Badr <[email protected]> Co-Authored-by: Bertrand Zuchuat <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
correction
An implemented feature doesn't work as expected.
f: acquisitions
Related to the acquisition module
How it works
Rollover issue
Currently, it is possible to modify resources linked to a non current fiscal year (
org.current_budget
). This present a big risk of error in case of various fiscal years.Improvement suggestion
Block modification of resources linked to a non current fiscal year (field
current_budget_pid
ORrollover_done
of the organisation).Concerns: accounts, orders, order lines, receipts, receipt lines
TO DO
rollover_done
(TRUE|FALSE)The text was updated successfully, but these errors were encountered: