update excel

This commit is contained in:
7nimor
2025-07-31 14:11:52 +03:30
parent f7df68bb5b
commit 40e8005454
2 changed files with 3 additions and 0 deletions

View File

@@ -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,

View File

@@ -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,