feat(contas): adiciona rendimento pelo extrato

This commit is contained in:
Felipe Coutinho
2026-05-28 10:58:59 -03:00
parent 5319d8a5a6
commit ef2c8c50e8
5 changed files with 315 additions and 17 deletions

View File

@@ -34,6 +34,7 @@ export const DEFAULT_CATEGORIES: DefaultCategory[] = [
// Receitas
{ name: "Salário", type: "receita", icon: "RiWallet3Line" },
{ name: "Freelance", type: "receita", icon: "RiUserStarLine" },
{ name: "Rendimentos", type: "receita", icon: "RiFundsLine" },
{ name: "Investimentos", type: "receita", icon: "RiStockLine" },
{ name: "Vendas", type: "receita", icon: "RiShoppingCartLine" },
{ name: "Prêmios", type: "receita", icon: "RiMedalLine" },