Overview
Since grants are the main source of income for BCAN, grant sources should be included in the revenues section of the cashflow feature. In the future, we plan to support a smoother conversion of grants to revenues using installments, but for now each grant should have a single installment using the grant's start date as the installment date.
Tasks
- When revenues are fetched, all active grants should be appended to the revenue list, with their data mapped and truncated to fit the
CashflowRevenue object type
- Ensure only active grants are included — inactive grants should be ignored
- Add the mapped grants to the store's
CashflowRevenues list with their revenue type set to Grant
Acceptance Criteria
- Active grants appear in the cashflow revenue list with all required fields correctly populated
- Each grant is represented as a single installment using the grant's start date as the installment date
- Inactive grants are not included in the revenue list
- Each grant entry has its revenue type set to
Grant
Overview
Since grants are the main source of income for BCAN, grant sources should be included in the revenues section of the cashflow feature. In the future, we plan to support a smoother conversion of grants to revenues using installments, but for now each grant should have a single installment using the grant's start date as the installment date.
Tasks
CashflowRevenueobject typeCashflowRevenueslist with their revenue type set toGrantAcceptance Criteria
Grant