Edit a fixed asset
Goal
Update mutable fields on an existing asset.
Who it is for
asset.manage on non-disposed assets.
Preconditions
- Asset is not
disposed.
What you can change (API)
- Translatable name
- Notes
- Salvage value
- Useful life (months)
What stays fixed after create
- Code, asset type, acquisition date, acquisition cost, depreciation method, and accumulated depreciation (updated only by depreciation runs).
Steps
- Open the asset detail → Edit (or the edit route for the asset).
- Adjust allowed fields.
- Save (PUT).
Result
Register metadata updates; NBV still derives from cost − accumulated depreciation.