diff --git a/Areas/Inventory/Views/ItemMovement/ItemMovementUser.cshtml b/Areas/Inventory/Views/ItemMovement/ItemMovementUser.cshtml index 4357a51..a76270b 100644 --- a/Areas/Inventory/Views/ItemMovement/ItemMovementUser.cshtml +++ b/Areas/Inventory/Views/ItemMovement/ItemMovementUser.cshtml @@ -33,44 +33,15 @@ color: orange; /* Warna oren untuk 'Return' */ } - .fixed-label { - margin-left:100px; - font-weight: bold; - min-width: 120px; /* Ensure labels have same width */ - } - - .fixed-labelStatus { - margin-left: 25px; - font-weight: bold; - min-width: 20px; /* Ensure labels have same width */ - } - .fixed-value { - min-width: 150px; - margin-right:-20px; - display: inline-block; - } - - .gap-4 { - gap: 30px; /* Increase spacing between Send Date and Receive Date */ - } - - .gap-2 { - gap: 1rem !important; /* Ensure Status is closer to its value */ - } - - .me-5 { - margin-right: 2rem !important; /* Move Receive/Return further from Send Date */ - } - .ms-auto { margin-left: auto !important; /* Push Complete/Incomplete to right */ } -@await Html.PartialAsync("~/Areas/Inventory/Views/_InventoryPartialUser.cshtml"); +@await Html.PartialAsync("~/Areas/Inventory/Views/_InventoryPartialUser.cshtml")
Information: {{ movement.toOther }}
-User: {{ movement.toUserName }}
-Station: {{ movement.toStationName }}
-Store: {{ movement.toStoreName }}
-{{ movement.latestStatus || movement.toOther }}
-Information: {{ movement.latestStatus }}
-User: {{ movement.lastUserName }}
-Station: {{ movement.lastStationName }}
-Store: {{ movement.lastStoreName }}
+ + +Start
+User: {{ movement.toUserName }}
+Station: {{ movement.toStationName }}
+Store: {{ movement.toStoreName }}
+{{ movement.latestStatus || movement.toOther }}
+End {{ movement.latestStatus }}
+User: {{ movement.lastUserName }}
+Station: {{ movement.lastStationName }}
+Store: {{ movement.lastStoreName }}
+Start
+User: {{ movement.toUserName }}
+Station: {{ movement.toStationName }}
+Store: {{ movement.toStoreName }}
+{{ movement.latestStatus || movement.toOther }}
+End
+User: {{ movement.lastUserName }}
+Station: {{ movement.lastStationName }}
+Store: {{ movement.lastStoreName }}
+