@using PowderCoating.Application.DTOs.Wizard @model WizardOvensStepDto @{ ViewData["Title"] = "Setup Wizard - Equipment & Ovens"; var progress = ViewBag.Progress as WizardProgressDto ?? new WizardProgressDto(); int step = ViewBag.Step as int? ?? 14; } @section Styles { @await Html.PartialAsync("_WizardStyles") }
Register your ovens so the Oven Scheduler can track capacity and plan batches. You can add other equipment (spray booths, compressors) from the Equipment section later.