diff --git a/Areas/Inventory/Views/InventoryMaster/OtRegister.cshtml b/Areas/Inventory/Views/InventoryMaster/OtRegister.cshtml new file mode 100644 index 0000000..6214d5b --- /dev/null +++ b/Areas/Inventory/Views/InventoryMaster/OtRegister.cshtml @@ -0,0 +1,1074 @@ +@{ + ViewData["Title"] = "QR Scanner"; + Layout = "~/Views/Shared/_Layout.cshtml"; +} + + +@await Html.PartialAsync("~/Areas/Inventory/Views/_InventoryPartial.cshtml") +
+
+
+ +
+ +
+
+ + + +
+

Scan QR Code Here:

+ + + + +

{{ error }}

+
+ +

Scan Time: {{ scanTime }} ms

+
+
+ +
+
+
+ Product Image +
+
+

{{ thisItem.uniqueID }}

+
+
+
+ + +
+

+ Item Name: + {{ thisItem.productName }} +

+
+ + +
+

+ Part Number: + {{ thisItem.partNumber }} +

+
+ + +
+

+ Serial Number: + {{ thisItem.serialNumber }} +

+
+ + +
+

+ PIC: + Station PIC +

+
+ + +
+
+
+
+ Current Information +
+
    + +
  • +
    + + User: + + + {{ thisItem.toUserName }} + +
    +
  • + + +
  • + + Store: + + {{ thisItem.toStoreName }} +
  • + + +
  • + + Station: + + {{ thisItem.toStationName || 'N/A' }} +
  • +
+
+
+
+
+
+ +
+
+ @*Right Side*@ +
+
+
+
+ +
+

Item is on Delivery

+
+
+
+
+ +
+ +
+ +
+
+ +
+ +
+
+
+
+
+ +
+

Receive Repair / Calibration

+
+
+
+
+ +
+ +
+
+
+
+
+ +
+

Item has been Delivered

+
+
+
+
+ +
+

Receive Item Return

+
+
+
+
+ +
+ +
+
+
+
+
+ + @*
*@ + @*

Item is not assigned to user to make movement

*@ + @*
*@ + @*
*@ + @*
*@ + @*
*@ + @*
*@ + @* *@ + @*
*@ + @*
*@ + @*
*@ + @*
*@ + @*
*@ + +
+

Add Item Movement

+
+
+ +
+
+ +
+

Add Item Movement

+
+
+ +
+
+
+ +
+ + +
+ +
+ + +
+ +
+
+
+ + +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ + @* Submit and Reset Buttons *@ +
+
+ + +
+
+
+ +
+ +
+ +
+
+
+ +
+ +
+ +
+
+ + +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ + @* Submit and Reset Buttons *@ +
+
+ + +
+
+
+ +
+ +
+ +
+
+
+ +
+ +
+ +
+
+ + +
+ +
+ +
+
+ +
+ +
+ +
+
+ + +
+ +
+ +
+
+
+ + @* Submit and Reset Buttons *@ +
+
+ + +
+
+
+ +
+ +
+
+
+
+ + +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ + @* Submit and Reset Buttons *@ +
+
+ + +
+
+
+ +
+ +
+ +
+
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ + +
+ + @* Submit and Reset Buttons *@ +
+
+ + +
+
+
+
+
+
+
+
+ + + @*
*@ + @*
*@ + @*
*@ + + @*
*@ + @* *@ + @*
*@ + @*
*@ + @*
*@ + @*
*@ +
+
+
+
+
+ +@section Scripts { + @{ + await Html.RenderPartialAsync("_ValidationScriptsPartial"); + } + + + + + + + +} \ No newline at end of file diff --git a/Areas/OTcalculate/Controllers/OvertimeController.cs b/Areas/OTcalculate/Controllers/OvertimeController.cs new file mode 100644 index 0000000..d74c327 --- /dev/null +++ b/Areas/OTcalculate/Controllers/OvertimeController.cs @@ -0,0 +1,6 @@ +namespace PSTW_CentralSystem.Areas.OTcalculate.Controllers +{ + public class OvertimeController + { + } +} diff --git a/Areas/OTcalculate/Views/Overtime/OtRegister.cshtml b/Areas/OTcalculate/Views/Overtime/OtRegister.cshtml new file mode 100644 index 0000000..e1dd794 --- /dev/null +++ b/Areas/OTcalculate/Views/Overtime/OtRegister.cshtml @@ -0,0 +1,5 @@ +@* + For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860 +*@ +@{ +} diff --git a/PSTW_CentralSystem.csproj b/PSTW_CentralSystem.csproj index 82ef3fe..bf76018 100644 --- a/PSTW_CentralSystem.csproj +++ b/PSTW_CentralSystem.csproj @@ -6,6 +6,11 @@ enable + + + + + @@ -29,6 +34,7 @@ + diff --git a/Views/Shared/_Layout.cshtml b/Views/Shared/_Layout.cshtml index 8881ec4..bb3d975 100644 --- a/Views/Shared/_Layout.cshtml +++ b/Views/Shared/_Layout.cshtml @@ -479,6 +479,25 @@ + +