@ -0,0 +1,9 @@
|
||||
---
|
||||
title: Asset
|
||||
description: Asset Base Model Development Documentation for Centurion ERP by No Fuss Computing
|
||||
date: 2025-05-05
|
||||
template: project.html
|
||||
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.
|
@ -67,6 +67,14 @@ Within Centurion ERP there are two types of models, they are:
|
||||
|
||||
- Sub-Model
|
||||
|
||||
Within Centurion ERP there are some base models that are designed to be used for extending Centurion. They are:
|
||||
|
||||
- [Asset](./accounting/asset.md)
|
||||
|
||||
- [Entity](./core/entity.md)
|
||||
|
||||
Using a base model reduces the effort required to add a feature. This is such due to how the base model / sub-model has been designed. That is the base model has the core features so you don't need to add them. All that is required for the extension is that you add your fields and test the differences.
|
||||
|
||||
|
||||
### Standard Model
|
||||
|
||||
|
@ -31,6 +31,8 @@ Whilst there are many Enterprise Rescource Planning (ERP) applications, Centurio
|
||||
|
||||
Centurion ERP contains the following modules:
|
||||
|
||||
- [Accounting](./user/accounting/index.md)
|
||||
|
||||
- Change Management
|
||||
|
||||
- [Cluster Management](./user/itim/cluster.md)
|
||||
|
9
docs/projects/centurion_erp/user/accounting/asset.md
Normal file
9
docs/projects/centurion_erp/user/accounting/asset.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
title: Asset Management
|
||||
description: Asset Management Module User Documentation for Centurion ERP by No Fuss Computing
|
||||
date: 2025-05-05
|
||||
template: project.html
|
||||
about: https://github.com/nofusscomputing/centurion_erp
|
||||
---
|
||||
|
||||
Asset Management provides the ability to manage the lifecycle of an asset.
|
14
docs/projects/centurion_erp/user/accounting/index.md
Normal file
14
docs/projects/centurion_erp/user/accounting/index.md
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
title: Accounting
|
||||
description: Accounting Module Documentation for Centurion ERP by No Fuss Computing
|
||||
date: 2025-05-05
|
||||
template: project.html
|
||||
about: https://github.com/nofusscomputing/centurion_erp
|
||||
---
|
||||
|
||||
Accounting is a crucial component of operations and Centurion ERP's accounting module serves the purpose of being able to manage this area.
|
||||
|
||||
|
||||
## Features
|
||||
|
||||
- [Asset Management](./asset.md)
|
@ -131,6 +131,8 @@ nav:
|
||||
|
||||
- projects/centurion_erp/development/api/tests/model_views.md
|
||||
|
||||
- projects/centurion_erp/development/accounting/asset.md
|
||||
|
||||
- projects/centurion_erp/development/fields.md
|
||||
|
||||
- projects/centurion_erp/development/forms.md
|
||||
@ -169,6 +171,12 @@ nav:
|
||||
|
||||
- projects/centurion_erp/user/access/team.md
|
||||
|
||||
- Accounting:
|
||||
|
||||
- projects/centurion_erp/user/accounting/index.md
|
||||
|
||||
- projects/centurion_erp/user/accounting/asset.md
|
||||
|
||||
- Assistance:
|
||||
|
||||
- projects/centurion_erp/user/assistance/index.md
|
||||
|
Reference in New Issue
Block a user