metaagent updated

This commit is contained in:
2026-07-22 01:37:07 +03:00
parent 5afea8238c
commit 3cc8e94863
33 changed files with 2870 additions and 493 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)