feat(itam): Add device model

!10 closes #12
This commit is contained in:
2024-05-23 21:26:50 +09:30
parent ef463b845d
commit 99a559fe6d
20 changed files with 519 additions and 38 deletions

View File

@ -16,4 +16,4 @@ The core module contains items that are relevant across multiple modules.
## Manufacturers
A manufacturer is an entity that creates an item. Within the IT world a manufacturer can also be known as a publisher, this is in the case of software.
A manufacturer is an entity that creates an item. Within the IT world a manufacturer can also be known as a publisher, this is in the case of software. To add a new manufacturer navigate to `settings -> Common -> Manufacturers / Publishers`

View File

@ -15,6 +15,8 @@ For each device within your inventory, the following fields/tabs are available t
- Name
- Model / Manufacturer
- Operating System
- Software
@ -26,6 +28,12 @@ For each device within your inventory, the following fields/tabs are available t
- [Change History](../index.md#history)
### Details
This tab display the details of the device.
To add a new model navigate to `settings -> ITAM -> Device Models`
### Operating System
This tab shows the operating system selected as installed on the device. the version `name` is intended to be full [semver](https://semver.org/).