@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."; }
@Html.AntiForgeryToken()
Bill Details
@if (!string.IsNullOrEmpty(Model.ReceiptFilePath)) {
View Attachment @Html.AntiForgeryToken()
} else { }
JPG, PNG, GIF, WebP, or PDF — up to 10 MB.
Line Items
Account Description Job Qty Unit Price Amount
Summary
Subtotal $0.00
Tax $0.00

Total $0.00
Cancel
@section Scripts { @{await Html.RenderPartialAsync("_ValidationScriptsPartial");} }