update excel
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user