Track spending, manage budgets, and stay on top of recurring payments (EMIs) and one-time annual expenses using a local SQLite backend.
The skill starts with: Food, Rent, Utilities, Travel, Entertainment, Shopping, Health, Misc.
finance.db.scripts/init_db.py to initialize the database (already done).Record spends into finance.db.
Example: "Spent 500 on Food for lunch" -> Insert into transactions table.
transactions table.schedules table for EMIs and One-time spends.共 1 个版本