An asset model is a type of asset (Computer, Vehicle, Projector, Air conditioner), not a specific unit. You define it once and every asset of that type inherits its configuration: the depreciation method, the useful life, the residual value, the fields that describe the asset and the Accounting account codes.
The asset model is the single classifier in ActivoHQ. It replaces the old Asset categories: the category was merged into the model, so today one record holds both the Accounting classification and the type definition. If your company used categories, the data was preserved and is now managed from this screen.
Asset administrators and the Accounting team use this screen to prepare the catalog before Assets are registered.
Master > Asset Models
Direct URL: /master/asset-models
| Term | Definition |
|---|---|
| Asset model | The asset type. It defines depreciation, fields and Accounting accounts for every unit of that type. |
| Manufacturer | The type's primary brand. It is required; when a type spans several brands, use a generic manufacturer. Each asset can also name its own manufacturer, which overrides the model's. |
| Field template | A reusable set of extra fields (for example CPU and RAM for computers, VIN and plate for vehicles). It is created under Master > Custom fieldsets and assigned to the model. Every asset of the model shows those fields. |
| Useful Life (months) | The number of months over which the asset is depreciated. |
| Residual Value % | The percentage of the cost that is not depreciated and remains as salvage value. |
| Half-year convention | The rule that applies half a year of depreciation in the year of acquisition and in the year of disposal. |
| Requestable | Indicates that staff can ask for this type of asset from the Requests menu (self-service). |
| EULA | Acceptance text the user must approve when an asset of this type is handed over. |
| Minimum quantity alert | A threshold of available units. When the count falls below it, asset managers are notified by email. 0 switches the alert off. |
Right-click the row and choose Clone. A copy is created with the same configuration, ready for you to adjust the name. It needs the clone permission.
Click Import in the top bar (or go to /master/asset-models/import).
Prepare a CSV file with a header row and the recognized columns:
Name, ModelNumber, Manufacturer, DepreciationMethod, UsefulLifeMonths, ResidualValuePercent, RequireSerialNumber, UsersMayRequest, MinimumQuantityAlert
Click Choose CSV file and select the file.
When it finishes, the Result shows how many records were created, updated and failed, plus the Errors detail if there were any.
Import rules:
| Field | Type | Required | Description | Validation |
|---|---|---|---|---|
| Name | Text | Yes | The asset type. Every unit of the type shares the model's configuration. | Cannot be empty. |
| Manufacturer | Drop-down | Yes | The type's primary brand, or a generic manufacturer if it spans several brands. | An existing manufacturer must be selected. |
| Model Number | Text | No | The type's internal reference code. | None. |
| Notes | Rich text | No | Internal notes, specifications or instructions. | None. |
| Image | File | No | A representative photo of the type. | PNG, GIF, JPG and WebP only. |
| Method | Drop-down | No | The depreciation method inherited by Assets of the type. | None. |
| Useful Life (months) | Number | Yes | Months of depreciation. | Required when a method is set. |
| Residual Value % | Number | Yes | The percentage of cost that is not depreciated. | Required when a method is set. |
| Half-year convention | Checkbox | No | Applies half a year of depreciation on acquisition and on disposal. | None. |
| Field template | Drop-down | No | The set of custom fields the type's Assets will show. | The set must exist under Custom fieldsets. |
| Asset Account Code | Text | No | The asset's Accounting account for the CifraHQ integration. | None. |
| Accum. Depreciation Account Code | Text | No | The accumulated depreciation account. | None. |
| Depreciation Expense Account Code | Text | No | The depreciation expense account. | None. |
| Require serial number | Checkbox | No | Forces a unique serial number to be captured on each unit. | None. |
| Users may request this model | Checkbox | No | Enables the type in Requests self-service. | None. |
| Require acceptance (EULA) at checkout | Checkbox | No | Shows an agreement the user must accept when receiving the asset. | Ticking it enables the EULA text field. |
| EULA text | Text | No | The content of the usage agreement. | Only visible when acceptance is required. |
| Minimum quantity alert | Number | No | The available-unit threshold for the email alert. | 0 switches the alert off. |
| Active | Checkbox | No | Inactive types cannot be chosen on new Assets. | None. |
| Column | Description |
|---|---|
| Name | The type's name. Click it to open the record. |
| Model # | Model number. |
| Manufacturer | The brand tied to the model. |
| Depreciation | The configured depreciation method. |
| Assets | Total number of Assets using the model. A calculated column: it cannot be filtered. |
| Available | Available units (neither checked out nor disposed). A calculated column: it cannot be filtered. |
| Requestable | Whether staff can request the type from self-service. |
| Active | The model's status. |
| Action | Permission |
|---|---|
| View the screen | AssetModels.View |
| Create models | AssetModels.Create |
| Edit models | AssetModels.Edit |
| Delete or deactivate models | AssetModels.Delete |
| Import from CSV | AssetModels.Import |
| Clone models | AssetModels.Clone |
Administrators hold every permission. Users without the view permission see Access denied. Your administrator assigns permissions under Settings > Users.
| Symptom | Likely cause | Resolution |
|---|---|---|
| Access denied appears when opening the screen. | The user does not have the AssetModels.View permission. |
Ask your administrator for the permission. |
| The model does not appear when registering an asset. | The model is inactive or belongs to another company. | Tick Active on the model record and check the active company. |
| The model cannot be deleted. | The model has Assets attached. | Use Deactivate it now? when the system offers it; that keeps the history. |
| The asset does not show the fields you expect. | The model has no field template assigned, or the template does not include that field. | Assign or edit the model's Field template. |
| A row in the import fails. | The named depreciation method does not exist. | Create the method under Master > Depreciation methods, or fix the name in the CSV and import again. |
| The type does not appear under Requests. | Users may request this model is not ticked. | Edit the model and tick the box. |
| Minimum quantity alerts never arrive. | The threshold is 0, no one holds the asset manager permission, or they did not switch the notification on in their profile. |
Set a threshold above zero, and check the managers' My profile and Settings > Email. |
Was this page helpful?