metaagent updated

This commit is contained in:
2026-07-22 01:24:36 +03:00
parent 5afea8238c
commit f1afa787be
32 changed files with 2868 additions and 363 deletions
+2 -2
View File
@@ -45,8 +45,8 @@ class ForecastService:
expenses += abs(t.amount)
for r in self.model.recurring:
if r.category == "income":
income += abs(r.amount)
if r.amount > 0:
income += r.amount
else:
expenses += abs(r.amount)