function next_jewelry_code($type, $items) { $prefixes = ['aretes'=>'ARE','collar'=>'COL','pulsera'=>'PUL','conjunto'=>'CON','otro'=>'OTR']; $prefix = $prefixes[$type] ?? 'OTR'; $max = 0; foreach ($items as $item) { if (preg_match('/^JOY-'.$prefix.'-(\d{5})$/', $item['sku'] ?? '', $m)) $max = max($max, (int)$m[1]); } return 'JOY-'.$prefix.'-'.str_pad((string)($max+1), 5, '0', STR_PAD_LEFT); } function find_by_sku($items, $sku) { foreach ($items as $item) if (($item['sku'] ?? '') === $sku) return $item; return null; } donnyge84.com | Catálogo creativo

Creamos tus ideas

DTF • Sublimación • Corte Láser • Joyería • Impresión 3D

Catálogo de trabajos

Pronto agregaremos trabajos al catálogo.