{
"success": true,
"message": "Budgets summary fetched successfully!",
"data": {
"budgetSummary": [
{
"categoryId": "8",
"categoryTitle": "Salaries & Wages",
"totalBudget": 170000,
"formattedTotalBudget": "₦ 170,000.00",
"totalSpent": 0,
"formattedTotalSpent": "₦ 0.00",
"remainingAmount": 170000,
"formattedRemainingAmount": "₦ 170,000.00"
},
{
"categoryId": "10",
"categoryTitle": "Rent",
"totalBudget": 10000,
"formattedTotalBudget": "₦ 10,000.00",
"totalSpent": 0,
"formattedTotalSpent": "₦ 0.00",
"remainingAmount": 10000,
"formattedRemainingAmount": "₦ 10,000.00"
},
{
"categoryId": "11",
"categoryTitle": "Savings",
"totalBudget": 45000,
"formattedTotalBudget": "₦ 45,000.00",
"totalSpent": 0,
"formattedTotalSpent": "₦ 0.00",
"remainingAmount": 45000,
"formattedRemainingAmount": "₦ 45,000.00"
},
{
"categoryId": "12",
"categoryTitle": "Transport",
"totalBudget": 50000,
"formattedTotalBudget": "₦ 50,000.00",
"totalSpent": 0,
"formattedTotalSpent": "₦ 0.00",
"remainingAmount": 50000,
"formattedRemainingAmount": "₦ 50,000.00"
}
],
"totalBudget": 275000,
"formattedTotalBudget": "₦ 275,000.00",
"totalSpent": 0,
"formattedTotalSpent": "₦ 0.00",
"totalRemaining": 275000,
"formattedTotalRemaining": "₦ 275,000.00"
}
}