From 9857983174649be589f696b25f7f252180d253e9 Mon Sep 17 00:00:00 2001 From: ArifHilmi Date: Fri, 7 Mar 2025 14:29:48 +0800 Subject: [PATCH] Item Movement User --- .../InventoryMaster/ItemRegistration.cshtml | 1234 ++++++++--------- .../ItemMovement/ItemMovementUser.cshtml | 43 +- .../Views/ItemMovement/ItemRequest.cshtml | 96 +- Controllers/API/Inventory/InvMainAPI.cs | 1 + 4 files changed, 682 insertions(+), 692 deletions(-) diff --git a/Areas/Inventory/Views/InventoryMaster/ItemRegistration.cshtml b/Areas/Inventory/Views/InventoryMaster/ItemRegistration.cshtml index de4b962..a4cb48b 100644 --- a/Areas/Inventory/Views/InventoryMaster/ItemRegistration.cshtml +++ b/Areas/Inventory/Views/InventoryMaster/ItemRegistration.cshtml @@ -1,17 +1,17 @@ - -@{ +@{ ViewData["Title"] = "Item Form"; Layout = "~/Views/Shared/_Layout.cshtml"; }