Warehouse management

This commit is contained in:
Eden Kirin
2024-04-07 00:07:47 +02:00
parent 1b1d0f1b5c
commit b33ed21949
9 changed files with 170 additions and 24 deletions

View File

@ -1,4 +1,9 @@
from .complex_form.views import RouteModuleHandleView, ComplexFormView, ReportsHandleView
from .complex_form.views import (
ComplexFormView,
ReportsHandleView,
RouteModuleHandleView,
WarehouseManagementHandleView,
)
from .filter_list import FilterListView
from .form_validation import FormValidationView
from .home import HomeView