Continuidad de reportes Frontend. Se sigue..
This commit is contained in:
@@ -4,8 +4,10 @@ import { Outlet, useNavigate, useLocation } from 'react-router-dom';
|
||||
|
||||
const reportesSubModules = [
|
||||
{ label: 'Existencia de Papel', path: 'existencia-papel' },
|
||||
// { label: 'Consumo Bobinas Mensual', path: 'consumo-bobinas-mensual' }, // Ejemplo
|
||||
// ... agregar otros reportes aquí a medida que se implementen
|
||||
{ label: 'Movimiento de Bobinas', path: 'movimiento-bobinas' },
|
||||
{ label: 'Mov. Bobinas por Estado', path: 'movimiento-bobinas-estado' },
|
||||
{ label: 'Distribución General', path: 'listado-distribucion-general' },
|
||||
{ label: 'Distribución Canillas', path: 'listado-distribucion-canillas' },
|
||||
];
|
||||
|
||||
const ReportesIndexPage: React.FC = () => {
|
||||
|
||||
Reference in New Issue
Block a user