From 2e4510fc88f3b398a4584a95dd95ea12eeabb3d8 Mon Sep 17 00:00:00 2001 From: Bryam105 Date: Wed, 4 Feb 2026 12:04:02 -0330 Subject: [PATCH] Update: Actualizado el seeder de productos con algunas bicicletas reales del excel. --- database/seeders/ProductSeeder.php | 76 +++++++++++++++++++++++++++--- 1 file changed, 70 insertions(+), 6 deletions(-) diff --git a/database/seeders/ProductSeeder.php b/database/seeders/ProductSeeder.php index ec5e31b..01f2772 100644 --- a/database/seeders/ProductSeeder.php +++ b/database/seeders/ProductSeeder.php @@ -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',