Create budget when adding batch allocation to fund without budget
Description
CSP Request Details
CSP Rejection Details
Potential Workaround
Attachments
defines
relates to
Checklist
hideActivity

Serhii_Nosko February 21, 2025 at 4:40 PM
Verified with karate test:
Looks good, closing

Joseph Reimers February 21, 2025 at 4:37 PM
From the UI, works as expected when allocating via the UI. Does NOT work when allocating via CSV upload. please check to see whether it’s in scope of this story or a different story. If it’s not related to this story, please feel free to close this BE story.

Daria Reznikova February 21, 2025 at 9:41 AM
Tested on sprint-testing , works as expected
1. New budget for the current FY is created with assigned manually Planned status and new budget in Active status is created when budget status was not assigned.
2. New budget for the future FY is created with assigned manually Active status and new budget in Planned status is created when budget status was not assigned.
, Could you please review? Thank you!

NinaChistova February 19, 2025 at 8:12 AM
Cannot be verified until “Save” functionality is not ready
Damien February 18, 2025 at 6:30 PM
For review: I don’t think UI supports this feature yet. Maybe after .
Details
Assignee
Serhii_NoskoSerhii_NoskoReporter
Joseph ReimersJoseph ReimersPriority
P3Story Points
0Sprint
NoneDevelopment Team
ThunderjetFix versions
Release
Sunflower (R1 2025)RCA Group
TBDTestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee

Reporter

Scenarios
Fund has no budget (current fiscal year)
Given user is creating allocations for funds in the current fiscal year
When a given fund has no associated budget ID
AND a budget status is NOT assigned
Then a new budget is created
AND that budget status is Active
AND the money designated for that fund is assigned to that budget
Fund has no budget (future fiscal year)
Given user is creating allocations for funds in a future fiscal year
When a given fund has no associated budget ID
And a budget status is NOT assigned
Then a new budget is created
AND that budget status is Planned
AND the money designated for that fund is assigned to that budget
Fund has no budget, user assigns valid status to budget
Given user is creating allocations for funds
AND given fund has no associated budget ID
When user manually assigns a valid status to the budget
Then the new budget is created
AND that budget status is what was manually assigned