@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Asset
|
title: IT Asset
|
||||||
description: Asset Base Model Development Documentation for Centurion ERP by No Fuss Computing
|
description: Asset Base Model Development Documentation for Centurion ERP by No Fuss Computing
|
||||||
date: 2025-05-05
|
date: 2025-05-05
|
||||||
template: project.html
|
template: project.html
|
||||||
@ -8,6 +8,10 @@ about: https://github.com/nofusscomputing/centurion_erp
|
|||||||
|
|
||||||
Asset is a base model of Centurion ERP and contains all of the core features. This allows for easier extensibility.
|
Asset is a base model of Centurion ERP and contains all of the core features. This allows for easier extensibility.
|
||||||
|
|
||||||
|
This model has the following sub-models available:
|
||||||
|
|
||||||
|
- [IT Asset](../itam/it_asset.md)
|
||||||
|
|
||||||
|
|
||||||
## Tests
|
## Tests
|
||||||
|
|
||||||
|
32
docs/projects/centurion_erp/development/itam/it_asset.md
Normal file
32
docs/projects/centurion_erp/development/itam/it_asset.md
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
---
|
||||||
|
title: IT Asset
|
||||||
|
description: IT Asset Base Model Development Documentation for Centurion ERP by No Fuss Computing
|
||||||
|
date: 2025-05-08
|
||||||
|
template: project.html
|
||||||
|
about: https://github.com/nofusscomputing/centurion_erp
|
||||||
|
---
|
||||||
|
|
||||||
|
IT Asset is a base model of Centurion ERP and contains all of the core features. This model is also a sub-model, and that of an [asset](../accounting/asset.md).
|
||||||
|
|
||||||
|
|
||||||
|
## Tests
|
||||||
|
|
||||||
|
- Unit
|
||||||
|
|
||||||
|
- API Fields Rendering `itam.tests.unit.itamasset_base.test_unit_asset_base_api_fields.ITAMAssetBaseAPIInheritedCases`
|
||||||
|
|
||||||
|
- Model `itam.tests.unit.itamasset_base.test_unit_asset_base_model.ITAMAssetBaseModelInheritedCases`
|
||||||
|
|
||||||
|
- ViewSet `itam.tests.unit.itamasset_base.test_unit_asset_base_viewset.ITAMAssetBaseViewsetInheritedCases`
|
||||||
|
|
||||||
|
- Functional:
|
||||||
|
|
||||||
|
- History `itam.tests.functional.itamasset_base.test_functional_asset_base_history.History`
|
||||||
|
|
||||||
|
- Metadata `itam.tests.functional.itamasset_base.test_functional_asset_base_metadata.ITAMAssetBaseMetadataInheritedCases`
|
||||||
|
|
||||||
|
- Permission `itam.tests.functional.itamasset_base.test_functional_asset_base_permission.ITAMAssetBasePermissionsAPIInheritedCases`
|
||||||
|
|
||||||
|
- Serializer `itam.tests.functional.itamasset_base.test_functional_asset_base_serializer.ITAMAssetBaseSerializerInheritedCases`
|
||||||
|
|
||||||
|
- ViewSet `itam.tests.functional.itamasset_base.test_functional_asset_base_viewset.ITAMAssetBaseViewSetInheritedCases`
|
@ -92,6 +92,8 @@ We do have some core sub-models available. There intended purpose is to serve as
|
|||||||
|
|
||||||
- [Asset](./accounting/asset.md)
|
- [Asset](./accounting/asset.md)
|
||||||
|
|
||||||
|
- [IT Asset](./itam/it_asset.md)
|
||||||
|
|
||||||
- [Ticket](./core/ticket.md)
|
- [Ticket](./core/ticket.md)
|
||||||
|
|
||||||
- Ticket Comment
|
- Ticket Comment
|
||||||
|
@ -145,6 +145,8 @@ nav:
|
|||||||
|
|
||||||
- projects/centurion_erp/development/core/model_notes.md
|
- projects/centurion_erp/development/core/model_notes.md
|
||||||
|
|
||||||
|
- projects/centurion_erp/development/itam/it_asset.md
|
||||||
|
|
||||||
- projects/centurion_erp/development/templates.md
|
- projects/centurion_erp/development/templates.md
|
||||||
|
|
||||||
- projects/centurion_erp/development/testing.md
|
- projects/centurion_erp/development/testing.md
|
||||||
|
Reference in New Issue
Block a user