feat: cumulative balance with carried_over in finance summary
All checks were successful
CI / ci (push) Successful in 14s
All checks were successful
CI / ci (push) Successful in 14s
This commit is contained in:
@@ -73,6 +73,7 @@ type UpdateFinanceTransactionRequest struct {
|
||||
}
|
||||
|
||||
type FinanceSummary struct {
|
||||
CarriedOver float64 `json:"carried_over"`
|
||||
Balance float64 `json:"balance"`
|
||||
TotalIncome float64 `json:"total_income"`
|
||||
TotalExpense float64 `json:"total_expense"`
|
||||
|
||||
Reference in New Issue
Block a user