move-budget-amount
Transfer a specific amount between budget categories in a given month to adjust spending plans effectively. Supports precise financial management by allowing reallocation of funds.
Instructions
Move a specific amount from one category to another in a given month.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
amount | Yes | The amount to move in milliunits | |
budget_id | No | The ID of the budget. If not provided, the default budget will be used. | |
from_category_id | Yes | The ID of the category to move money from | |
month | Yes | The month in YYYY-MM-DD format | |
to_category_id | Yes | The ID of the category to move money to |