Create Furniture
create_furnitureRecord a furniture purchase for an LMNP property by entering the amount, purchase date, and optional VAT rate. Annual depreciation is calculated automatically over 5 years, or 3 years for second-hand items.
Instructions
Crée un élément de mobilier amortissable pour un bien LMNP. Le montant est en euros. La durée d'amortissement est de 5 ans par défaut (3 ans pour le mobilier d'occasion). L'amortissement annuel est calculé automatiquement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | ||
| tva_rate | No | ||
| description | Yes | ||
| property_id | Yes | ||
| is_dedicated | No | ||
| purchase_date | Yes | ||
| duration_years | No | ||
| is_second_hand | No |