feat(human_resources): New model Employee

ref: #722 #684
This commit is contained in:
2025-04-15 15:20:48 +09:30
parent 163d7bcd6c
commit 6b4bd4db35
6 changed files with 159 additions and 6 deletions

View File

@ -53,10 +53,25 @@ Centurion ERP contains the following modules:
- [Single Sign-On {SSO}](./user/configuration.md#single-sign-on)
- [Corporate Directory (contacts)](./user/access/contact.md)
!!! info
This feature is still under active development _[see #705](https://github.com/nofusscomputing/centurion_erp/issues/705)_ for more details.
- [Development Operations (DevOps)](./user/devops/index.md)
- [Feature Flags](./user/devops/feature_flags.md)
- [Repository Management](./user/devops/git_repository.md)
!!! info
This feature is still under active development _[see #115](https://github.com/nofusscomputing/centurion_erp/issues/115)_ for more details.
- [Human Resource Management](./user/human_resources/index.md)
!!! info
This feature is still under active development _[see #92](https://github.com/nofusscomputing/centurion_erp/issues/92)_ for more details.
- Incident Management
- [IT Asset Management (ITAM)](./user/itam/index.md)
@ -111,18 +126,12 @@ Below is a list of modules/features we intend to add to Centurion. To find out w
- Location Management (Regions, Sites and Locations) _[see #62](https://github.com/nofusscomputing/centurion_erp/issues/62)_
- Corporate Directory (contacts) _[see #705](https://github.com/nofusscomputing/centurion_erp/issues/705)_
- Customer Relationship Management (CRM) _[see #91](https://github.com/nofusscomputing/centurion_erp/issues/91)_
- Database Management _[see #72](https://github.com/nofusscomputing/centurion_erp/issues/72)_
- Development Operations (DevOPS) _[see #68](https://github.com/nofusscomputing/centurion_erp/issues/58)_
- Repository Management _[see #115](https://github.com/nofusscomputing/centurion_erp/issues/115)_
- Human Resource Management _[see #92](https://github.com/nofusscomputing/centurion_erp/issues/92)_
- IT Asset Management (ITAM)
- Licence Management _[see #4](https://github.com/nofusscomputing/centurion_erp/issues/4)_

View File

@ -0,0 +1,14 @@
---
title: Employee
description: Employee as part of Human Resources User Documentation for Centurion ERP by No Fuss Computing
date: 2025-04-15
template: project.html
about: https://github.com/nofusscomputing/centurion_erp
---
This component within HR is for the management of an organizations employee(s).
## Fields
- employee number _An internal number to reference the employee_

View File

@ -0,0 +1,14 @@
---
title: Human Resources
description: Human Resources (HR) Module User Documentation for Centurion ERP by No Fuss Computing
date: 2025-04-15
template: project.html
about: https://github.com/nofusscomputing/centurion_erp
---
Human Resources (HR) is a crucial area of of management for an organization. HR covers all areas related to the most crucial resource, an employee.
## HR Components
- [Employees](./employee.md)