get_fixed_asset_transactions
Retrieve fixed asset transaction logs for purchases, sales, or disposals, including vendor, invoice, amounts, and dates. Filter by company, date range, or transaction type.
Instructions
Get log of fixed asset purchases, sales, or disposals with vendor, invoice number, amounts, and dates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items (default 50) | |
| to_date | No | End date (YYYY-MM-DD) | |
| from_date | No | Start date (YYYY-MM-DD) | |
| ledger_id | No | Filter by asset ledger UUID (optional) | |
| company_id | Yes | ||
| transaction_type | No | Filter: addition, sale, disposal (optional) |