BudgetMonthlyAmounts
A single month's planned/actual/remaining/etc amounts (plus other info)
type BudgetMonthlyAmounts {
actualAmount: Float
cumulativeActualAmount: Float
month: Date!
plannedAmount: Float
plannedCashFlowAmount: Float
plannedSetAsideAmount: Float
previousMonthRolloverAmount: Float
remainingAmount: Float
rolloverTargetAmount: Float
rolloverType: String
}
Fields
BudgetMonthlyAmounts.actualAmount ● Float scalar
BudgetMonthlyAmounts.cumulativeActualAmount ● Float scalar
BudgetMonthlyAmounts.month ● Date! non-null scalar
BudgetMonthlyAmounts.plannedAmount ● Float scalar
BudgetMonthlyAmounts.plannedCashFlowAmount ● Float scalar
BudgetMonthlyAmounts.plannedSetAsideAmount ● Float scalar
BudgetMonthlyAmounts.previousMonthRolloverAmount ● Float scalar
BudgetMonthlyAmounts.remainingAmount ● Float scalar
BudgetMonthlyAmounts.rolloverTargetAmount ● Float scalar
BudgetMonthlyAmounts.rolloverType ● String scalar
Returned By
budgetMonthlyAmounts query
Member Of
BudgetCategoryGroupMonthlyAmounts object ● BudgetCategoryMonthlyAmounts object ● BudgetFlexMonthlyAmounts object ● Category object ● CategoryGroup object