Add Gestión dashboard and update Tela stats

Introduces a new Gestión dashboard page with a stats overview widget for Tela and OrdenProduccion. Updates navigation icons for several Filament resources for better distinction. Adds a relationship between Tela and OrdenProduccion models. Refactors the telas table migration to use integer types for numeric fields instead of strings.
This commit is contained in:
Juan Felipe Duarte
2026-01-17 08:22:54 -05:00
parent d93be467f7
commit 18c43fe06f
11 changed files with 87 additions and 10 deletions
@@ -30,7 +30,7 @@ class ProcesoAcabadoResource extends Resource
protected static ?string $model = ProcesoAcabado::class;
protected static ?string $navigationGroup = 'Gestión';
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
protected static ?string $navigationIcon = 'heroicon-o-check-badge';
public static function form(Form $form): Form
{