docs(user): Add AuditHsitory Docs

ref: #773 #759
This commit is contained in:
2025-05-27 08:24:35 +09:30
parent 0b30f3b70f
commit 8e81bc06db
4 changed files with 19 additions and 16 deletions

View File

@ -47,7 +47,7 @@ Centurion ERP contains the following modules:
- [Application wide settings](./user/settings/app_settings.md)
- History
- [Audit History](./user/core/audit_history.md)
- [Markdown](./user/core/markdown.md)

View File

@ -0,0 +1,16 @@
---
title: Audit History
description: Audit History Documentation as part of the Core Module for Centurion ERP by No Fuss Computing
date: 2025-05-27
template: project.html
about: https://github.com/nofusscomputing/centurion_erp
---
Audit History provides for models a full history of the changes made to a model. This history is recorded for all create and update operations against a model.
## View a models History
Each model that has history enabled will on their details page, display the history icon in the top right hand corner of the window. Clicking on this will display (latest first), the entire history of the model. Once a history entry has been made for an item, no one including a `super_admin` can edit or delete a history entry. The only time a history entry is removed, is when the model is removed from the database.
Each history entry has the changes collapsed, for ease of finding the history entry you desire. On locating the entry you desire, click its expand icon on the right of the entries row.

View File

@ -9,18 +9,3 @@ about: https://gitlab.com/nofusscomputing/infrastructure/configuration-managemen
This documentation is targeted towards the application users. This section of the documentation specifically targets the UI and how to use each of the applications modules.
Documentation for specific items can be found in the navigation menu to the left of the screen.
### History
Effort is placed upon all database items having a history. The items that specifically track history can be found on the items documentation page under its features heading. The history Module tracks the following:
- What Item Type
- What the change was
- Who made the change
- When the change was made
Once a history entry has been made for an item, no one including a `super_admin` can edit or delete a history entry. The only time a history entry is removed, is when an item is removed from the database.

View File

@ -183,6 +183,8 @@ nav:
- projects/centurion_erp/user/core/index.md
- projects/centurion_erp/user/core/audit_history.md
- projects/centurion_erp/user/core/markdown.md
- projects/centurion_erp/user/core/tickets.md