Add mock data for storage locations and products in database.mockEN.sql

- Inserted 5 storage locations including Main Freezer, Kitchen Freezer, Pantry, Kitchen Fridge, and Cellar Shelf.
- Added approximately 100 products with details such as name, description, price, amount, storage location, expiry date, bottling date, and picture.
- Included both self-frozen items and store-bought items, with appropriate attributes for each.
This commit is contained in:
2026-06-04 13:09:25 +02:00
parent 53efd21a2b
commit 5875a51e94
9 changed files with 248 additions and 45 deletions
+2 -1
View File
@@ -47,5 +47,6 @@
"new-storage-content": "Enter the details for a new storage location here.",
"menu": "Menu",
"close": "Close",
"product-details-quick": "Fast product details"
"product-details-quick": "Fast product details",
"download-qr-code": "Download QR-Code"
}