Update: Actualizado el seeder de productos con algunas bicicletas reales del excel.

This commit is contained in:
Bryam105
2026-02-04 12:04:02 -03:30
parent 1b83a362a9
commit 2e4510fc88
+70 -6
View File
@@ -17,14 +17,78 @@ class ProductSeeder extends Seeder
$products = [
// 1. BICICLETAS
[
'name' => 'Bicicleta Venzo Loki R29',
'sku' => 'BIC-VEN-001',
'price' => 450000,
'cost' => 300000,
'stock_quantity' => 2,
'min_stock_alert' => 1,
'name' => 'Bicicleta R12 nena-varon rueda maciza',
'sku' => 'BIC-001',
'price' => 148000,
'cost' => 100000,
'stock_quantity' => 5,
'min_stock_alert' => 2,
'type' => 'bike', // bike, accessory, clothing, spare
],
[
'name' => 'Bicicleta R12 con rayos varon',
'sku' => 'BIC-002',
'price' => 175000,
'cost' => 100000,
'stock_quantity' => 5,
'min_stock_alert' => 2,
'type' => 'bike', // bike, accessory, clothing, spare
],
[
'name' => 'Bicicleta R12 reina flecos canasto',
'sku' => 'BIC-003',
'price' => 999,
'cost' => 111,
'stock_quantity' => 5,
'min_stock_alert' => 2,
'type' => 'bike', // bike, accessory, clothing, spare
],
[
'name' => 'Bicicleta R12 topmega nena',
'sku' => 'BIC-004',
'price' => 250000,
'cost' => 100000,
'stock_quantity' => 5,
'min_stock_alert' => 2,
'type' => 'bike', // bike, accessory, clothing, spare
],
[
'name' => 'Bicicleta R12 topmega varon',
'sku' => 'BIC-005',
'price' => 250000,
'cost' => 100000,
'stock_quantity' => 5,
'min_stock_alert' => 2,
'type' => 'bike', // bike, accessory, clothing, spare
],
[
'name' => 'Bicicleta R12 Max SLP',
'sku' => 'BIC-006',
'price' => 250000,
'cost' => 100000,
'stock_quantity' => 5,
'min_stock_alert' => 2,
'type' => 'bike', // bike, accessory, clothing, spare
],
[
'name' => 'Bicicleta R12 Max SLP rueda megnesio',
'sku' => 'BIC-007',
'price' => 268000,
'cost' => 100000,
'stock_quantity' => 5,
'min_stock_alert' => 2,
'type' => 'bike', // bike, accessory, clothing, spare
],
[
'name' => 'Bicicleta R12 SLP dolphin',
'sku' => 'BIC-008',
'price' => 250000,
'cost' => 100000,
'stock_quantity' => 5,
'min_stock_alert' => 2,
'type' => 'bike', // bike, accessory, clothing, spare
],
// 2. ACCESORIOS
[
'name' => 'Cámara 29 Valvula Auto',
'sku' => 'CAM-29-A',