Aggiunta prodotti di esempio

This commit is contained in:
2026-04-01 11:45:42 +02:00
parent 87470a5f51
commit c9da3bff72
3 changed files with 3 additions and 1 deletions
+3 -1
View File
@@ -51,4 +51,6 @@ INSERT INTO Categories(Name) VALUES
('Elettronica'),('Networking'),('Telefonia');
INSERT INTO Products(ProductName,Description,CategoryID,Price,ImagePath,StockQuantity) VALUES
('Yealink T31P',NULL,3,'51.21','example/t31p.jpg',104);
('Yealink T31P',"Telefono IP con PoE, Ethernet a 100M, 2 linee",3,'51.21','example/t31p.jpg',104),
('Lenovo ThinkCentre M920q','Mini PC (Ricondizionato) Intel Core i5, 512GB SSD, 16GB RAM, Windows 11 Pro',1,'299','example/tcM920q.jpg',69),
('Mercusys MS116GS Switch 16 Porte','Switch Gigabit 16 Porte, Montaggio Desktop o Rack, Plug & Play, Priorità del Traffico, Prevenzione Loop, Modalità di Isolamento, Funzionamento Silenzioso, Case in Metallo',2,'44.99','example/mercusysMS116GS.jpg',727);
Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB