feat: add receiptName field to InventoryItem model and update related DTOs and service

This commit is contained in:
Nils-Johan Gynther
2026-04-16 21:22:34 +02:00
parent af88a0dc81
commit 2a0da005ff
7 changed files with 25 additions and 2 deletions
+1
View File
@@ -30,6 +30,7 @@ model InventoryItem {
quantity Decimal @db.Decimal(10, 2)
unit String
brand String?
receiptName String?
location String?
priority Int?
purchaseDate DateTime?