create_expense
Create an expense record in Moxie with amount, date, description, and optional client/project associations to track costs.
Instructions
Create a new expense record in Moxie
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Expense date (YYYY-MM-DD format) | |
| amount | Yes | Expense amount | |
| billable | No | Whether the expense is billable to client | |
| category | No | Expense category | |
| clientName | No | Client to associate this expense with | |
| vendorName | No | Vendor/merchant name | |
| description | Yes | Description of the expense | |
| projectName | No | Project to associate this expense with | |
| reimbursable | No | Whether the expense is reimbursable |