Details
-
Story
-
Status: Closed (View Workflow)
-
P3
-
Resolution: Done
-
None
-
ACQ Sprint 104
-
1
-
Thunderjet
Description
Purpose/Overview:
In order to support UIF-261
Requirements/Scope:
- Addition set of fields need to be added.
Approach:
Financial information
Update schema mod-finance/schemas/budget.json with new fields:
- allocated(readOnly) - initialAllocation + allocationTo + allocationFrom
- initialAllocation(persistent) - The amount of the first allocation made to this budget
- allocationTo(persistent) - The sum of all allocation transaction amounts made TO this budget not including the Initial allocation
- allocationFrom(persistent) - The sum of all allocation transaction amounts made FROM this budget not including the Initial allocation
Update schema mod-finance/schemas/shared_budget.json with new fields:
1. Remove extends from budget
- allocated(persistent) - as we recieved from UI SharedBudget and can allocate money in creation time, then allocated need to be serializable.
At the same time "allocated" will not be stored in database - initialAllocation(readOnly) - The amount of the first allocation made to this budget
- allocationTo(readOnly) - The sum of all allocation transaction amounts made TO this budget not including the Initial allocation
- allocationFrom(readOnly) - The sum of all allocation transaction amounts made FROM this budget not including the Initial allocation
- totalFunding(readOnly) - budget.allocated + budget.netTransfers
- cashBalance(readOnly) - Total Funding minus Expended
- availableBalance(readOnly) - Total Funding minus Unavailable
Acceptance criteria:
- Schema updated
TestRail: Results
Attachments
Issue Links
- defines
-
UXPROD-2715 Identify "Initial Allocation" and "Total Funding" amounts in Budget
-
- Closed
-
- has to be done before
-
MODFISTO-187 Update logic with financial detail in the budget summary to improve the users ability
-
- Closed
-
-
MODFISTO-190 Migration : Fill new fields of the Budget schema with new Financial information
-
- Closed
-
-
UIF-261 Update Budget detail view to include more summary information
-
- Closed
-