• Inventario
  • Cobros
  • Compras
  • Reparaciones
  • Ventas
  • Reportes
  • Caja
  • Configuración
    @if (auth()->user()->profile == 'Administrador' || auth()->user()->profile == 'Supervisor')
  • Categorias
  • @endif @if (auth()->user()->profile == 'Administrador' || auth()->user()->profile == 'Supervisor' || auth()->user()->profile == 'Vendedor')
  • Productos
  • @endif
    @if (auth()->user()->profile == 'Administrador' || auth()->user()->profile == 'Supervisor' || auth()->user()->profile == 'Contable' || auth()->user()->profile == 'Cajero')
  • Cobro Creditos
  • @endif
    @if (auth()->user()->profile == 'Administrador' || auth()->user()->profile == 'Supervisor' || auth()->user()->profile == 'Contable')
  • Proveedores
  • Compras
  • @endif
    @if (auth()->user()->profile == 'Administrador' || auth()->user()->profile == 'Supervisor' || auth()->user()->profile == 'Vendedor')
  • Clientes
  • Cotizaciones
  • Conduces
  • Ventas
  • Facturas
  • Nota de credito
  • @endif
  • Reparciones y/o Mantenimientos
  • Generar Orden
@if (auth()->user()->profile == 'Administrador' || auth()->user()->profile == 'Cajero')
  • Iniciar Caja
  • Cierres de Caja
@endif
@if (auth()->user()->profile == 'Administrador' || auth()->user()->profile == 'Supervisor' || auth()->user()->profile == 'Contable')
  • Cobros
  • Productos
  • Ventas
@endif
    @if (auth()->user()->profile == 'Administrador' )
  • Control de Acceso
  • @endif @if (auth()->user()->profile == 'Administrador' || auth()->user()->profile == 'Contable')
  • NCF (tipo de impuestos)
  • @endif @if (auth()->user()->profile == 'Administrador' )
  • Datos de la Empresa
  • Pie de Pagina
  • @endif