diff --git a/Areas/Inventory/Views/InventoryMaster/ItemMovement.cshtml b/Areas/Inventory/Views/InventoryMaster/ItemMovement.cshtml index 50fa915..bde7877 100644 --- a/Areas/Inventory/Views/InventoryMaster/ItemMovement.cshtml +++ b/Areas/Inventory/Views/InventoryMaster/ItemMovement.cshtml @@ -15,16 +15,41 @@ .table td img { display: block !important; } + + .text-true { + color: green; + } + + .text-false { + color: red; + } + + .text-primary { + color: blue; /* Warna asal untuk 'Receive' */ + } + + .text-warning { + color: orange; /* Warna oren untuk 'Return' */ + } + + .text-success { + color: greenyellow; + } + + .ms-auto { + margin-left: auto !important; /* Push Complete/Incomplete to right */ + } @await Html.PartialAsync("~/Areas/Inventory/Views/_InventoryPartial.cshtml");
Start
User: {{ movement.toUserName }}
@@ -199,23 +232,22 @@Start
User: {{ movement.toUserName }}
Station: {{ movement.toStationName }}
@@ -289,6 +321,222 @@Start
+User: {{ movement.toUserName }}
+Station: {{ movement.toStationName }}
+Store: {{ movement.toStoreName }}
+{{ movement.latestStatus || movement.toOther }}
++ +
++ +
+End
+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 }}
+