budget-view-finance/src/services/transacao
gpt-engineer-app[bot] a097f05a74 Fix: Use login column for filtering
The application was still not fetching transactions correctly. The issue was that the filtering logic was using the `email` column instead of the `login` column to match the logged-in user. This commit corrects the filtering to use the `login` column.
2025-06-15 22:29:11 +00:00
..
baseService.ts Fix: Transactions not loading for user 2025-06-15 22:14:29 +00:00
index.ts Refactor: Split transacaoService.ts into smaller files 2025-05-21 10:49:36 +00:00
summaryService.ts feat: Add month filter to dashboard and transactions 2025-05-31 18:00:30 +00:00
transacaoCrudService.ts Refactor: Split transacaoService.ts into smaller files 2025-05-21 10:49:36 +00:00
transacaoFetchService.ts Fix: Use login column for filtering 2025-06-15 22:29:11 +00:00