@model PowderCoating.Application.DTOs.Accounting.EditBillDto @{ ViewData["Title"] = "Edit Bill"; ViewData["PageIcon"] = "bi-pencil-square"; ViewData["PageHelpTitle"] = "Edit Bill"; ViewData["PageHelpContent"] = "Bills can only be edited while in Draft status. Once marked Open, they are locked — Void the bill and recreate it if corrections are needed after confirmation."; }