docs(accounting): added interim

ref: #741 #737
This commit is contained in:
2025-05-05 16:58:44 +09:30
parent 644dbc8159
commit 83d7c38c38
6 changed files with 50 additions and 0 deletions

View File

@ -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.

View File

@ -67,6 +67,14 @@ Within Centurion ERP there are two types of models, they are:
- Sub-Model - 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 ### Standard Model

View File

@ -31,6 +31,8 @@ Whilst there are many Enterprise Rescource Planning (ERP) applications, Centurio
Centurion ERP contains the following modules: Centurion ERP contains the following modules:
- [Accounting](./user/accounting/index.md)
- Change Management - Change Management
- [Cluster Management](./user/itim/cluster.md) - [Cluster Management](./user/itim/cluster.md)

View 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.

View 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)

View File

@ -131,6 +131,8 @@ nav:
- projects/centurion_erp/development/api/tests/model_views.md - 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/fields.md
- projects/centurion_erp/development/forms.md - projects/centurion_erp/development/forms.md
@ -169,6 +171,12 @@ nav:
- projects/centurion_erp/user/access/team.md - projects/centurion_erp/user/access/team.md
- Accounting:
- projects/centurion_erp/user/accounting/index.md
- projects/centurion_erp/user/accounting/asset.md
- Assistance: - Assistance:
- projects/centurion_erp/user/assistance/index.md - projects/centurion_erp/user/assistance/index.md