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