@model PowderCoating.Application.DTOs.Maintenance.CreateMaintenanceDto @{ ViewData["Title"] = "Schedule Maintenance"; ViewData["PageIcon"] = "bi-wrench"; ViewData["PageHelpTitle"] = "Schedule Maintenance"; ViewData["PageHelpContent"] = "Create a maintenance record to track scheduled or completed service for any piece of equipment. You can fill in Completion Details now if the work is already done, or leave them blank and update the record after service is performed. Enabling Recurrence automatically generates future occurrences on the chosen schedule."; var equipmentList = ViewBag.EquipmentList as Microsoft.AspNetCore.Mvc.Rendering.SelectList; var statusList = ViewBag.StatusList as Array ?? Array.Empty(); var priorityList = ViewBag.PriorityList as Array ?? Array.Empty(); }
Basic Information
Description
Completion Details (Optional)
Cost Estimates
$
$
Notes
Recurrence (Optional)
Cancel
@section Scripts { }