Details
-
Story
-
Status: Closed (View Workflow)
-
P3
-
Resolution: Done
-
None
-
None
-
-
ACQ Sprint 105
-
1
-
Thunderjet
Description
Purpose/Overview:
In order to support UIF-262 - Fiscal year view to include more summary information
Requirements/Scope:
- Retrieve detailed summary of financial amounts for fiscal year.
Approach:
1. Define schema mod-finance/schemas/fiscal_year_financial_summary.json
- allocated(readOnly) - Summary of all related budgets
- initialAllocation(readOnly) - Summary of initialAllocation all related budgets
- allocationTo(readOnly) - Summary of all related budgets, ignoring any allocations between budgets. This is total of allocations INTO the fiscal year
- allocationFrom(readOnly) - The sum of all allocation transaction amounts made FROM this budget not including the Initial allocation) (Summary of all related budgets, ignoring any allocations between budgets. This is total of allocations OUTOF the fiscal year
- totalFunding(readOnly) - Summary of all related budgets
- cashBalance(readOnly) - Summary of all related budgets
- availableBalance(readOnly) - Summary of all related budgets
- encumbered(readOnly) (The sum of all encumbrance transaction amounts) (Summary of all related budgets)
- awaitingPayment(readOnly) (The sum of all pending payment amounts) (Summary of all related budgets)
- expended(readOnly) (The sum of all Payment amounts less credits) (Summary of all related budgets)
- overEncumbered(readOnly) (The total amount encumbered minus the Total funding) (Summary of all related budgets)
- overExpended(readOnly) (The total amount expended minus the Total funding) (Summary of all related budgets)
2. Add new field "financialSummary" ( mod-finance/schemas/fiscal_year_financial_summary.json) into ramls/acq-models/mod-finance/schemas/fiscal_year.json
Acceptance criteria:
- Schema created
- Update sub module for mod-finance
TestRail: Results
Attachments
Issue Links
- defines
-
UXPROD-2715 Identify "Initial Allocation" and "Total Funding" amounts in Budget
-
- Closed
-
- has to be done before
-
MODFIN-170 Update business API for retrieving fiscal year by Id with financial summary
-
- Closed
-
-
UIF-262 Update Fiscal year view to include more summary information
-
- Closed
-