add_expense
Add a new expense entry to the database by specifying date, amount, and category, with optional subcategory and note.
Instructions
Add a new expense entry to the database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| amount | Yes | ||
| category | Yes | ||
| subcategory | No | ||
| note | No |