docs(development): Audit History API Docs added

ref: #776 #759
This commit is contained in:
2025-05-29 08:11:13 +09:30
parent 6141ad1d5a
commit f53531fbbd
4 changed files with 21 additions and 6 deletions

View File

@ -22,10 +22,6 @@ class CenturionAudit(
This model is responsible for recording change to a model. The saving of This model is responsible for recording change to a model. The saving of
model history is via the `delete` and `save` signals model history is via the `delete` and `save` signals
Args:
CenturionModel (_type_): Centurion Model attributes, functions and method
TenancyObject (_type_): Centurion Tenancy Abstract model.
""" """
_audit_enabled: bool = False _audit_enabled: bool = False

View File

@ -0,0 +1,14 @@
---
title: Centurion Audit Model
description: No Fuss Computings Centurion ERP Centurion Audit model documentation.
date: 2025-05-29
template: project.html
about: https://github.com/nofusscomputing/centurion_erp
---
This model is the base model Audit model within Centurion ERP
::: app.core.models.audit.CenturionAudit
options:
inherited_members: true
heading_level: 2

View File

@ -27,14 +27,17 @@ plugins:
members_order: alphabetical members_order: alphabetical
paths: [ '.' ] paths: [ '.' ]
parameter_headings: false parameter_headings: false
separate_signature: true
show_bases: true
show_category_heading: true show_category_heading: true
show_if_no_docstring: true show_if_no_docstring: true
show_labels: false show_labels: false
show_object_full_path: false show_object_full_path: false
show_overloads: true
show_root_heading: false show_root_heading: false
show_root_full_path: true show_root_full_path: true
show_root_toc_entry: false show_root_toc_entry: false
show_signature_annotations: false show_signature_annotations: true
show_source: false show_source: false
show_submodules: true show_submodules: true
summary: true summary: true
@ -79,6 +82,8 @@ nav:
- projects/centurion_erp/development/api/index.md - projects/centurion_erp/development/api/index.md
- projects/centurion_erp/development/api/models/audit_history.md
- projects/centurion_erp/development/api/models/centurion.md - projects/centurion_erp/development/api/models/centurion.md
- projects/centurion_erp/development/api/models/centurion_sub.md - projects/centurion_erp/development/api/models/centurion_sub.md