feat(core): add common forms abstract class

form class for inclusion in our forms

!35
This commit is contained in:
2024-07-12 05:45:39 +09:30
parent 2e22a484a0
commit 44f20b28be
4 changed files with 75 additions and 0 deletions

View 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

View File

@ -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)