@ -22,10 +22,6 @@ class CenturionAudit(
|
||||
|
||||
This model is responsible for recording change to a model. The saving of
|
||||
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
|
||||
|
@ -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
|
@ -27,14 +27,17 @@ plugins:
|
||||
members_order: alphabetical
|
||||
paths: [ '.' ]
|
||||
parameter_headings: false
|
||||
separate_signature: true
|
||||
show_bases: true
|
||||
show_category_heading: true
|
||||
show_if_no_docstring: true
|
||||
show_labels: false
|
||||
show_object_full_path: false
|
||||
show_overloads: true
|
||||
show_root_heading: false
|
||||
show_root_full_path: true
|
||||
show_root_toc_entry: false
|
||||
show_signature_annotations: false
|
||||
show_signature_annotations: true
|
||||
show_source: false
|
||||
show_submodules: true
|
||||
summary: true
|
||||
@ -79,6 +82,8 @@ nav:
|
||||
|
||||
- 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_sub.md
|
||||
|
Submodule website-template updated: 8735f623dc...aed2376847
Reference in New Issue
Block a user