diff --git a/database/seeders/ProductSeeder.php b/database/seeders/ProductSeeder.php index 01f2772..abadd51 100644 --- a/database/seeders/ProductSeeder.php +++ b/database/seeders/ProductSeeder.php @@ -68,7 +68,7 @@ class ProductSeeder extends Seeder 'cost' => 100000, 'stock_quantity' => 5, 'min_stock_alert' => 2, - 'type' => 'bike', // bike, accessory, clothing, spare + 'type' => 'bike', ], [ 'name' => 'Bicicleta R12 Max SLP rueda megnesio', @@ -88,6 +88,177 @@ class ProductSeeder extends Seeder 'min_stock_alert' => 2, 'type' => 'bike', // bike, accessory, clothing, spare ], + [ + 'name' => 'Camicleta SLP varon', + 'sku' => 'BIC-009', + 'price' => 139000, + 'cost' => 100000, + 'stock_quantity' => 5, + 'min_stock_alert' => 2, + 'type' => 'bike', // bike, accessory, clothing, spare + ], + [ + 'name' => 'Camicleta SLP ruedas macizas', + 'sku' => 'BIC-010', + 'price' => 138000, + 'cost' => 100000, + 'stock_quantity' => 5, + 'min_stock_alert' => 2, + 'type' => 'bike', // bike, accessory, clothing, spare + ], + [ + 'name' => 'Camicleta SLP rayos', + 'sku' => 'BIC-011', + 'price' => 185000, + 'cost' => 100000, + 'stock_quantity' => 5, + 'min_stock_alert' => 2, + 'type' => 'bike', // bike, accessory, clothing, spare + ], + [ + 'name' => 'Camicleta Economica ruedas macizas rosa', + 'sku' => 'BIC-012', + 'price' => 100000, + 'cost' => 100000, + 'stock_quantity' => 5, + 'min_stock_alert' => 2, + 'type' => 'bike', // bike, accessory, clothing, spare + ], + [ + 'name' => 'Bicicleta R14 Cross varon', + 'sku' => 'BIC-013', + 'price' => 228000, + 'cost' => 100000, + 'stock_quantity' => 5, + 'min_stock_alert' => 2, + 'type' => 'bike', // bike, accessory, clothing, spare + ], + [ + 'name' => 'Bicicleta R14 Full nena', + 'sku' => 'BIC-014', + 'price' => 228000, + 'cost' => 100000, + 'stock_quantity' => 5, + 'min_stock_alert' => 2, + 'type' => 'bike', // bike, accessory, clothing, spare + ], + [ + 'name' => 'Bicicleta R16 Peretti nena canasto', + 'sku' => 'BIC-015', + 'price' => 239000, + 'cost' => 100000, + 'stock_quantity' => 5, + 'min_stock_alert' => 2, + 'type' => 'bike', // bike, accessory, clothing, spare + ], + [ + 'name' => 'Bicicleta R16 Firebird', + 'sku' => 'BIC-016', + 'price' => 269000, + 'cost' => 100000, + 'stock_quantity' => 5, + 'min_stock_alert' => 2, + 'type' => 'bike', // bike, accessory, clothing, spare + ], + [ + 'name' => 'Bicicleta R16 Full nena', + 'sku' => 'BIC-017', + 'price' => 239000, + 'cost' => 100000, + 'stock_quantity' => 5, + 'min_stock_alert' => 2, + 'type' => 'bike', // bike, accessory, clothing, spare + ], + [ + 'name' => 'Bicicleta R16 dolphin/zest nena', + 'sku' => 'BIC-018', + 'price' => 269000, + 'cost' => 100000, + 'stock_quantity' => 5, + 'min_stock_alert' => 2, + 'type' => 'bike', + ], + [ + 'name' => 'Bicicleta R16 Cross estabilizadores', + 'sku' => 'BIC-019', + 'price' => 230000, + 'cost' => 100000, + 'stock_quantity' => 5, + 'min_stock_alert' => 2, + 'type' => 'bike', + ], + [ + 'name' => 'Bicicleta R16 Peretti Cross', + 'sku' => 'BIC-020', + 'price' => 235000, + 'cost' => 100000, + 'stock_quantity' => 5, + 'min_stock_alert' => 2, + 'type' => 'bike', + ], + [ + 'name' => 'Bicicleta R16 Max SLP', + 'sku' => 'BIC-021', + 'price' => 268000, + 'cost' => 100000, + 'stock_quantity' => 5, + 'min_stock_alert' => 2, + 'type' => 'bike', + ], + [ + 'name' => 'Bicicleta R16 Cross Peretti cromada', + 'sku' => 'BIC-022', + 'price' => 240000, + 'cost' => 100000, + 'stock_quantity' => 5, + 'min_stock_alert' => 2, + 'type' => 'bike', + ], + [ + 'name' => 'Bicicleta R16 Cross Topmega', + 'sku' => 'BIC-023', + 'price' => 240000, + 'cost' => 100000, + 'stock_quantity' => 5, + 'min_stock_alert' => 2, + 'type' => 'bike', + ], + [ + 'name' => 'Bicicleta R20 Cross', + 'sku' => 'BIC-024', + 'price' => 245000, + 'cost' => 100000, + 'stock_quantity' => 5, + 'min_stock_alert' => 2, + 'type' => 'bike', + ], + [ + 'name' => 'Bicicleta R20 Peretti Cross varon', + 'sku' => 'BIC-025', + 'price' => 245000, + 'cost' => 100000, + 'stock_quantity' => 5, + 'min_stock_alert' => 2, + 'type' => 'bike', + ], + [ + 'name' => 'Bicicleta R20 Max SLP varon', + 'sku' => 'BIC-026', + 'price' => 298000, + 'cost' => 100000, + 'stock_quantity' => 5, + 'min_stock_alert' => 2, + 'type' => 'bike', + ], + [ + 'name' => 'Bicicleta R20 Firebird', + 'sku' => 'BIC-027', + 'price' => 1, + 'cost' => 100000, + 'stock_quantity' => 5, + 'min_stock_alert' => 2, + 'type' => 'bike', + ], // 2. ACCESORIOS [ 'name' => 'Cámara 29 Valvula Auto',