metaagent updated

This commit is contained in:
2026-07-22 01:27:17 +03:00
parent 5afea8238c
commit 685d3262d8
31 changed files with 2820 additions and 355 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)