From 40e8005454990e5e6aa1b31bb51f3bce83be23be Mon Sep 17 00:00:00 2001 From: 7nimor Date: Thu, 31 Jul 2025 14:11:52 +0330 Subject: [PATCH] update excel --- apps/product/services/excel/excel_processing.py | 2 ++ apps/warehouse/services/excel/excel_processing.py | 1 + 2 files changed, 3 insertions(+) diff --git a/apps/product/services/excel/excel_processing.py b/apps/product/services/excel/excel_processing.py index 42b18be..cfe98bd 100644 --- a/apps/product/services/excel/excel_processing.py +++ b/apps/product/services/excel/excel_processing.py @@ -19,6 +19,7 @@ class ProductExcelViewSet(viewsets.ModelViewSet): queryset = product_models.QuotaDistribution.objects.all() serializer_class = distribution_serializers.QuotaDistributionSerializer + # noqa # سهمیه و توزیع @action( methods=['get'], detail=False, @@ -165,6 +166,7 @@ class ProductExcelViewSet(viewsets.ModelViewSet): return response \ + # noqa # طرح های تشویقی @action( methods=['get'], detail=False, diff --git a/apps/warehouse/services/excel/excel_processing.py b/apps/warehouse/services/excel/excel_processing.py index 3d95732..b8f9cb2 100644 --- a/apps/warehouse/services/excel/excel_processing.py +++ b/apps/warehouse/services/excel/excel_processing.py @@ -17,6 +17,7 @@ class WareHouseExcelViewSet(viewsets.ModelViewSet): queryset = warehouse_models.InventoryEntry.objects.all() serializer_class = warehouse_serializers.InventoryEntrySerializer + # noqa # ورودی به انبار @action( methods=['get'], detail=False,