Теперь сделки на странице планирования
All checks were successful
Deploy MES Core / deploy (push) Successful in 10s
All checks were successful
Deploy MES Core / deploy (push) Successful in 10s
This commit is contained in:
@@ -2,6 +2,7 @@ from django.urls import path
|
||||
from .views import (
|
||||
CompanyUpsertView,
|
||||
DealDetailView,
|
||||
DealPlanningView,
|
||||
DealUpsertView,
|
||||
IndexView,
|
||||
ItemUpdateView,
|
||||
@@ -24,6 +25,7 @@ urlpatterns = [
|
||||
path('registry/', RegistryView.as_view(), name='registry'),
|
||||
# Планирование
|
||||
path('planning/', PlanningView.as_view(), name='planning'),
|
||||
path('planning/deal/<int:pk>/', DealPlanningView.as_view(), name='planning_deal'),
|
||||
path('planning/add/', PlanningAddView.as_view(), name='planning_add'),
|
||||
path('planning/task/add/', ProductionTaskCreateView.as_view(), name='task_add'),
|
||||
path('planning/deal/<int:pk>/json/', DealDetailView.as_view(), name='deal_json'),
|
||||
|
||||
Reference in New Issue
Block a user