Добавил страницу отгрузки, подправил логику генерации сменных заданий. Организовал редактирование позици сделок
All checks were successful
Deploy MES Core / deploy (push) Successful in 29s
All checks were successful
Deploy MES Core / deploy (push) Successful in 29s
This commit is contained in:
@@ -57,6 +57,7 @@ from .views import (
|
||||
WarehouseStocksView,
|
||||
WarehouseTransferCreateView,
|
||||
ProcurementDashboardView,
|
||||
ShippingView,
|
||||
)
|
||||
|
||||
urlpatterns = [
|
||||
@@ -120,6 +121,7 @@ urlpatterns = [
|
||||
path('closing/workitems/', ClosingWorkItemsView.as_view(), name='closing_workitems'),
|
||||
path('writeoffs/', WriteOffsView.as_view(), name='writeoffs'),
|
||||
path('procurement/', ProcurementDashboardView.as_view(), name='procurement'),
|
||||
path('shipping/', ShippingView.as_view(), name='shipping'),
|
||||
path('legacy/closing/', LegacyClosingView.as_view(), name='legacy_closing'),
|
||||
path('legacy/writeoffs/', LegacyWriteOffsView.as_view(), name='legacy_writeoffs'),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user