feat: income

This commit is contained in:
2024-12-12 20:23:19 +04:00
parent daa34b2808
commit e5712224e1
16 changed files with 574 additions and 463 deletions

View File

@@ -20,7 +20,7 @@ async def main():
stmt = (
select(
stmt.c.date,
stmt.c.expenses,
stmt.c.transactions,
)
)