feat(core): add common forms abstract class
form class for inclusion in our forms !35
This commit is contained in:
17
docs/projects/centurion_erp/development/api/form.md
Normal file
17
docs/projects/centurion_erp/development/api/form.md
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
title: Common forms
|
||||
description: Centurion ERP Common Forms API Documentation
|
||||
date: 2024-07-12
|
||||
template: project.html
|
||||
about: https://gitlab.com/nofusscomputing/infrastructure/configuration-management/centurion_erp
|
||||
---
|
||||
|
||||
Below you will find the API documentation for the forms that are used throughout the Centurion ERP application.
|
||||
|
||||
|
||||
## Model Form
|
||||
|
||||
::: app.core.forms.common.CommonModelForm
|
||||
options:
|
||||
inherited_members: false
|
||||
heading_level: 3
|
@ -13,6 +13,8 @@ This section of the documentation different items related to the development of
|
||||
|
||||
- [Application API Documentation](./api/index.md)
|
||||
|
||||
- [Forms](./api/form.md)
|
||||
|
||||
- [Testing](./testing.md)
|
||||
|
||||
- [Views](./views.md)
|
||||
|
Reference in New Issue
Block a user