diff --git a/src/pages/PlanningIssues.tsx b/src/pages/PlanningIssues.tsx
index 7233243..c6fb8d2 100644
--- a/src/pages/PlanningIssues.tsx
+++ b/src/pages/PlanningIssues.tsx
@@ -218,16 +218,25 @@ const PlanningIssues = () => {
Dados Pendentes
- Fila de SKUs com informações faltando para corte e planejamento.
+ Fila principal para revisar tipo, cor, tamanho, família e rendimento dos SKUs.
- {
- setDateRange(range);
- setCurrentPage(1);
- }}
- />
+
+
+
+ Cadastros
+
+
{
+ setDateRange(range);
+ setCurrentPage(1);
+ }}
+ />
+
diff --git a/src/pages/Registrations.tsx b/src/pages/Registrations.tsx
index 2daf6b5..ea61e91 100644
--- a/src/pages/Registrations.tsx
+++ b/src/pages/Registrations.tsx
@@ -1,6 +1,6 @@
import { useEffect, useMemo, useRef, useState } from 'react';
-import { useSearchParams } from 'react-router-dom';
-import { Loader2, Package, RefreshCw, Ruler, Save, Tags, Trash2 } from 'lucide-react';
+import { Link, useSearchParams } from 'react-router-dom';
+import { ClipboardList, Loader2, Package, RefreshCw, Ruler, Save, Tags, Trash2 } from 'lucide-react';
import {
deleteCatalogCategory,
deleteCatalogProduct,
@@ -340,7 +340,7 @@ const Registrations = () => {
const tabItems: Array<{ key: RegistrationTab; label: string; icon: typeof Package; count: number }> = [
{ key: 'products', label: 'Produtos', icon: Package, count: catalog.products.length },
{ key: 'categories', label: 'Categorias', icon: Tags, count: catalog.categories.length },
- { key: 'references', label: 'Referencia de Consumo', icon: Ruler, count: catalog.consumptionReferences.length }
+ { key: 'references', label: 'Referência de Consumo', icon: Ruler, count: catalog.consumptionReferences.length }
];
return (
@@ -349,17 +349,26 @@ const Registrations = () => {
Cadastros
- Base de produtos, categorias e referencias de consumo usadas pelo corte.
+ Fonte de verdade para produtos, matérias-primas e referências de consumo.
-
+
+
+
+ Dados Pendentes
+
+
+