From a7bf97a2df35a35712e7192c90f22e01f6cb7054 Mon Sep 17 00:00:00 2001 From: Scott Pouliot Date: Sat, 23 May 2026 09:35:13 -0400 Subject: [PATCH] Add Print QR Label action to inventory list (desktop + mobile) Opens the same iframe modal used on the Details page; the iframe src is set dynamically so a single shared modal handles every row. Co-Authored-By: Claude Sonnet 4.6 --- .../Views/Inventory/Index.cshtml | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/src/PowderCoating.Web/Views/Inventory/Index.cshtml b/src/PowderCoating.Web/Views/Inventory/Index.cshtml index 88113d5..3f6545c 100644 --- a/src/PowderCoating.Web/Views/Inventory/Index.cshtml +++ b/src/PowderCoating.Web/Views/Inventory/Index.cshtml @@ -340,6 +340,11 @@
+ @@ -454,6 +459,10 @@
+@* QR Label Modal (shared across all items — src set dynamically by JS) *@ + + @section Scripts {