From 8f9f90ed343642c3f5cfd028a46f2052f9abfaa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sedat=20=C3=96ZT=C3=9CRK?= <76204082+iamsedatozturk@users.noreply.github.com> Date: Tue, 16 Sep 2025 11:40:38 +0300 Subject: [PATCH] =?UTF-8?q?supplychain=20klas=C3=B6r=20ad=C4=B1=20problemi?= =?UTF-8?q?=20giderildi.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ApprovalWorkflowModal.tsx | 0 .../components/ApprovalWorkflows.tsx | 0 .../{supplyChain => supplychains}/components/DeliveryTracking.tsx | 0 .../components/DeliveryTrackingModal.tsx | 0 .../{supplyChain => supplychains}/components/MaterialCard.tsx | 0 .../{supplyChain => supplychains}/components/MaterialForm.tsx | 0 .../{supplyChain => supplychains}/components/MaterialGroups.tsx | 0 .../{supplyChain => supplychains}/components/MaterialList.tsx | 0 .../{supplyChain => supplychains}/components/MaterialTypes.tsx | 0 .../{supplyChain => supplychains}/components/OrderManagement.tsx | 0 .../components/OrderManagementForm.tsx | 0 .../components/PurchaseRequestForm.tsx | 0 .../{supplyChain => supplychains}/components/PurchaseRequests.tsx | 0 .../components/PurchaseRequisitionList.tsx | 0 .../{supplyChain => supplychains}/components/QuotationForm.tsx | 0 .../components/QuotationManagement.tsx | 0 .../components/SupplierCardModal.tsx | 0 .../{supplyChain => supplychains}/components/SupplierCards.tsx | 0 .../{supplyChain => supplychains}/components/SupplierForm.tsx | 0 .../{supplyChain => supplychains}/components/SupplierList.tsx | 0 20 files changed, 0 insertions(+), 0 deletions(-) rename ui/src/views/{supplyChain => supplychains}/components/ApprovalWorkflowModal.tsx (100%) rename ui/src/views/{supplyChain => supplychains}/components/ApprovalWorkflows.tsx (100%) rename ui/src/views/{supplyChain => supplychains}/components/DeliveryTracking.tsx (100%) rename ui/src/views/{supplyChain => supplychains}/components/DeliveryTrackingModal.tsx (100%) rename ui/src/views/{supplyChain => supplychains}/components/MaterialCard.tsx (100%) rename ui/src/views/{supplyChain => supplychains}/components/MaterialForm.tsx (100%) rename ui/src/views/{supplyChain => supplychains}/components/MaterialGroups.tsx (100%) rename ui/src/views/{supplyChain => supplychains}/components/MaterialList.tsx (100%) rename ui/src/views/{supplyChain => supplychains}/components/MaterialTypes.tsx (100%) rename ui/src/views/{supplyChain => supplychains}/components/OrderManagement.tsx (100%) rename ui/src/views/{supplyChain => supplychains}/components/OrderManagementForm.tsx (100%) rename ui/src/views/{supplyChain => supplychains}/components/PurchaseRequestForm.tsx (100%) rename ui/src/views/{supplyChain => supplychains}/components/PurchaseRequests.tsx (100%) rename ui/src/views/{supplyChain => supplychains}/components/PurchaseRequisitionList.tsx (100%) rename ui/src/views/{supplyChain => supplychains}/components/QuotationForm.tsx (100%) rename ui/src/views/{supplyChain => supplychains}/components/QuotationManagement.tsx (100%) rename ui/src/views/{supplyChain => supplychains}/components/SupplierCardModal.tsx (100%) rename ui/src/views/{supplyChain => supplychains}/components/SupplierCards.tsx (100%) rename ui/src/views/{supplyChain => supplychains}/components/SupplierForm.tsx (100%) rename ui/src/views/{supplyChain => supplychains}/components/SupplierList.tsx (100%) diff --git a/ui/src/views/supplyChain/components/ApprovalWorkflowModal.tsx b/ui/src/views/supplychains/components/ApprovalWorkflowModal.tsx similarity index 100% rename from ui/src/views/supplyChain/components/ApprovalWorkflowModal.tsx rename to ui/src/views/supplychains/components/ApprovalWorkflowModal.tsx diff --git a/ui/src/views/supplyChain/components/ApprovalWorkflows.tsx b/ui/src/views/supplychains/components/ApprovalWorkflows.tsx similarity index 100% rename from ui/src/views/supplyChain/components/ApprovalWorkflows.tsx rename to ui/src/views/supplychains/components/ApprovalWorkflows.tsx diff --git a/ui/src/views/supplyChain/components/DeliveryTracking.tsx b/ui/src/views/supplychains/components/DeliveryTracking.tsx similarity index 100% rename from ui/src/views/supplyChain/components/DeliveryTracking.tsx rename to ui/src/views/supplychains/components/DeliveryTracking.tsx diff --git a/ui/src/views/supplyChain/components/DeliveryTrackingModal.tsx b/ui/src/views/supplychains/components/DeliveryTrackingModal.tsx similarity index 100% rename from ui/src/views/supplyChain/components/DeliveryTrackingModal.tsx rename to ui/src/views/supplychains/components/DeliveryTrackingModal.tsx diff --git a/ui/src/views/supplyChain/components/MaterialCard.tsx b/ui/src/views/supplychains/components/MaterialCard.tsx similarity index 100% rename from ui/src/views/supplyChain/components/MaterialCard.tsx rename to ui/src/views/supplychains/components/MaterialCard.tsx diff --git a/ui/src/views/supplyChain/components/MaterialForm.tsx b/ui/src/views/supplychains/components/MaterialForm.tsx similarity index 100% rename from ui/src/views/supplyChain/components/MaterialForm.tsx rename to ui/src/views/supplychains/components/MaterialForm.tsx diff --git a/ui/src/views/supplyChain/components/MaterialGroups.tsx b/ui/src/views/supplychains/components/MaterialGroups.tsx similarity index 100% rename from ui/src/views/supplyChain/components/MaterialGroups.tsx rename to ui/src/views/supplychains/components/MaterialGroups.tsx diff --git a/ui/src/views/supplyChain/components/MaterialList.tsx b/ui/src/views/supplychains/components/MaterialList.tsx similarity index 100% rename from ui/src/views/supplyChain/components/MaterialList.tsx rename to ui/src/views/supplychains/components/MaterialList.tsx diff --git a/ui/src/views/supplyChain/components/MaterialTypes.tsx b/ui/src/views/supplychains/components/MaterialTypes.tsx similarity index 100% rename from ui/src/views/supplyChain/components/MaterialTypes.tsx rename to ui/src/views/supplychains/components/MaterialTypes.tsx diff --git a/ui/src/views/supplyChain/components/OrderManagement.tsx b/ui/src/views/supplychains/components/OrderManagement.tsx similarity index 100% rename from ui/src/views/supplyChain/components/OrderManagement.tsx rename to ui/src/views/supplychains/components/OrderManagement.tsx diff --git a/ui/src/views/supplyChain/components/OrderManagementForm.tsx b/ui/src/views/supplychains/components/OrderManagementForm.tsx similarity index 100% rename from ui/src/views/supplyChain/components/OrderManagementForm.tsx rename to ui/src/views/supplychains/components/OrderManagementForm.tsx diff --git a/ui/src/views/supplyChain/components/PurchaseRequestForm.tsx b/ui/src/views/supplychains/components/PurchaseRequestForm.tsx similarity index 100% rename from ui/src/views/supplyChain/components/PurchaseRequestForm.tsx rename to ui/src/views/supplychains/components/PurchaseRequestForm.tsx diff --git a/ui/src/views/supplyChain/components/PurchaseRequests.tsx b/ui/src/views/supplychains/components/PurchaseRequests.tsx similarity index 100% rename from ui/src/views/supplyChain/components/PurchaseRequests.tsx rename to ui/src/views/supplychains/components/PurchaseRequests.tsx diff --git a/ui/src/views/supplyChain/components/PurchaseRequisitionList.tsx b/ui/src/views/supplychains/components/PurchaseRequisitionList.tsx similarity index 100% rename from ui/src/views/supplyChain/components/PurchaseRequisitionList.tsx rename to ui/src/views/supplychains/components/PurchaseRequisitionList.tsx diff --git a/ui/src/views/supplyChain/components/QuotationForm.tsx b/ui/src/views/supplychains/components/QuotationForm.tsx similarity index 100% rename from ui/src/views/supplyChain/components/QuotationForm.tsx rename to ui/src/views/supplychains/components/QuotationForm.tsx diff --git a/ui/src/views/supplyChain/components/QuotationManagement.tsx b/ui/src/views/supplychains/components/QuotationManagement.tsx similarity index 100% rename from ui/src/views/supplyChain/components/QuotationManagement.tsx rename to ui/src/views/supplychains/components/QuotationManagement.tsx diff --git a/ui/src/views/supplyChain/components/SupplierCardModal.tsx b/ui/src/views/supplychains/components/SupplierCardModal.tsx similarity index 100% rename from ui/src/views/supplyChain/components/SupplierCardModal.tsx rename to ui/src/views/supplychains/components/SupplierCardModal.tsx diff --git a/ui/src/views/supplyChain/components/SupplierCards.tsx b/ui/src/views/supplychains/components/SupplierCards.tsx similarity index 100% rename from ui/src/views/supplyChain/components/SupplierCards.tsx rename to ui/src/views/supplychains/components/SupplierCards.tsx diff --git a/ui/src/views/supplyChain/components/SupplierForm.tsx b/ui/src/views/supplychains/components/SupplierForm.tsx similarity index 100% rename from ui/src/views/supplyChain/components/SupplierForm.tsx rename to ui/src/views/supplychains/components/SupplierForm.tsx diff --git a/ui/src/views/supplyChain/components/SupplierList.tsx b/ui/src/views/supplychains/components/SupplierList.tsx similarity index 100% rename from ui/src/views/supplyChain/components/SupplierList.tsx rename to ui/src/views/supplychains/components/SupplierList.tsx