Added breakage report model

This commit is contained in:
Keannu Christian Bernasol 2023-12-09 00:38:29 +08:00
parent aa078a78c5
commit c1a7e21e95
10 changed files with 222 additions and 31 deletions

View file

@ -74,6 +74,7 @@ INSTALLED_APPS = [
'accounts',
'equipments',
'transactions',
'breakages',
]
MIDDLEWARE = [