@using PowderCoating.Application.DTOs.Wizard @model WizardStep4Dto @{ ViewData["Title"] = "Setup Wizard — Payment Terms"; var progress = ViewBag.Progress as WizardProgressDto ?? new WizardProgressDto(); int step = ViewBag.Step as int? ?? 7; } @section Styles { @await Html.PartialAsync("_WizardStyles") }
Set the default terms that appear on your quotes and invoices. These can always be overridden per document.