@if($viewMode === 'list') Gestión de Colmados @elseif($viewMode === 'billing') Resumen General @else Inventario @endif
{{ $business->name }}
{{ strtoupper($business->status) }}Licencias Activas
{{ $license->license_key }}
{{ $license->billing_cycle }} • RD$ {{ number_format($license->price, 0) }}
Sin licencias
@endforelseInventario: {{ $selectedBusiness->name }}
| Producto | Categoría | Unidad | Costo | Venta | Existencia | Acciones |
|---|---|---|---|---|---|---|
|
{{ $product->name }} {{ $product->barcode ?: 'S/C' }} |
{{ $product->category }} | {{ $product->unit ?? 'Un' }} | RD$ {{ number_format($product->cost, 2) }} | RD$ {{ number_format($product->price, 2) }} | {{ $product->stock }} {{ strtolower($product->unit ?? 'un') }} | |
| No hay productos. | ||||||
{{ $sc['label'] }}
{{ $sc['value'] }}
Cuentas por Cobrar: {{ $selectedBusiness->name }}
RD$ {{ number_format($invoice->amount, 0) }}
{{ $invoice->period_start->format('d/m') }} - {{ $invoice->period_end->format('d/m/Y') }}
@if($invoice->status === 'pending') @endifIngresos Recaudados (Facturas Pagadas)
Este Mes
RD$ {{ number_format($stats['revenue_month'] ?? 0, 0) }}
Este Año
RD$ {{ number_format($stats['revenue_year'] ?? 0, 0) }}
Métricas de Suscripción
MRR Estimado
RD$ {{ number_format($stats['mrr'] ?? 0, 0) }}
ARR Estimado
RD$ {{ number_format($stats['arr'] ?? 0, 0) }}
Próximas Renovaciones
{{ $renewal->business->name ?? 'Colmado Borrado' }}
RD$ {{ number_format($renewal->price, 0) }}
En {{ \Carbon\Carbon::parse($renewal->expires_at)->diffInDays(now()) }} días
No hay renovaciones en los próximos 30 días
Perfiles de Negocio & Configuración
Definición de etiquetas predeterminadas por tipo
| Tipo de Perfil | Label POS | Label Inventario | Label Clientes | Label Reportes | Uso Actual |
|---|---|---|---|---|---|
| {{ $p['name'] }} | {{ $p['pos'] }} | {{ $p['inv'] }} | {{ $p['cli'] }} | {{ $p['rep'] }} | {{ \App\Models\Business::where('profile_type', $p['id'])->count() }} Negocios |
Nota Informativa
Estas etiquetas se aplican automáticamente a la PWA cuando un negocio elige su tipo. Puedes sobrescribir estas etiquetas para un negocio específico desde la sección de Colmados > Editar.
Reportes Financieros: {{ $selectedBusiness->name ?? '' }}
Ventas Mes Actual
RD$ {{ number_format($financialStats['current_month'] ?? 0, 0) }}
Ventas Año Actual ({{ now()->year }})
RD$ {{ number_format($financialStats['current_year'] ?? 0, 0) }}
Desglose por Método ({{ now()->year }})
Historial Mensual de Ingresos ({{ now()->year }})
{{ $nombre }}
RD$ {{ number_format($financialStats['monthly'][$num] ?? 0, 0) }}