Add support for non-billed service unit types #279
Merged
QuanMPhm merged 1 commit intoCCI-MOC:mainfrom Apr 1, 2026
Merged
Conversation
ed13429 to
d68c612
Compare
d68c612 to
02da73e
Compare
Contributor
02da73e to
c1da845
Compare
QuanMPhm
reviewed
Mar 27, 2026
| add_institution_processor.AddInstitutionProcessor, | ||
| lenovo_processor.LenovoProcessor, | ||
| validate_billable_pi_processor.ValidateBillablePIsProcessor, | ||
| pi_su_credit_processor.PISUCreditProcessor, |
Contributor
There was a problem hiding this comment.
@joachimweyl Please confirm that we want this credit to be applied before all other credits (New-PI credit, BU subsidy)
Contributor
There was a problem hiding this comment.
It should not matter as long as BU subsidy is last.
knikolla
reviewed
Mar 31, 2026
This was referenced Mar 31, 2026
knikolla
approved these changes
Mar 31, 2026
c1da845 to
065f80c
Compare
naved001
reviewed
Mar 31, 2026
Introduced a new discount processor, PISUCreditProcessor, to handle the credit for PI-specific non-billed SU types. The credit amount of 100% of eligible SU costs, with credit code 0005 Updated unit and e2e tests for the new YAML behavior and processor
065f80c to
58d7540
Compare
naved001
approved these changes
Mar 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add support for non-billed service unit types
Support non-billed SU types from pi.yaml
Apply credit code 0005 and zero balances for matching rows
Part 2 of #274