add_expense
Record a new expense with date, amount, and category, and optionally add a note or subcategory. Saves the entry to the local expense database for tracking and summary.
Instructions
Add a new expense entry to the database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| note | No | ||
| amount | Yes | ||
| category | Yes | ||
| subcategory | No |