rm_create_expense
Log a project expense by specifying project, user, expense category, amount, date, and optional notes. Track billable costs and maintain accurate project records.
Instructions
Log a project expense item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| notes | No | ||
| amount | Yes | ||
| user_id | Yes | ||
| project_id | Yes | ||
| is_billable | No | ||
| expense_category_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |