@model PowderCoating.Application.DTOs.Customer.UpdateCustomerDto @{ ViewData["Title"] = "Edit Customer"; ViewData["PageIcon"] = "bi-pencil-square"; }
Company Information
Contact Information
Address
Business Information
Applies a discount to all quotes for this customer.
$
Check this box if the customer is tax exempt
Notes
Notification Preferences
Receive quote and job status updates by email.
@if (ViewBag.SmsEnabled == true) {
@if (Model.SmsConsentedAt.HasValue) {
SMS Consent Recorded
Consent method: @Model.SmsConsentMethod
Recorded: @Model.SmsConsentedAt.Value.Tz(ViewBag.CompanyTimeZone as string).ToString("MMMM d, yyyy 'at' h:mm tt")
Uncheck to temporarily pause SMS without revoking consent.
} else {
Checking this box records consent on behalf of the customer and triggers a confirmation text. A mobile phone number must be entered above.
}
}
Cancel
Tax Exempt Certificate
@if (Model.HasTaxExemptCertificate) {
Certificate on file: @Model.TaxExemptCertificateFileName
Download
@Html.AntiForgeryToken()
} else {

No tax exempt certificate on file.

}
@Html.AntiForgeryToken()
Accepted formats: PDF, JPG, PNG (Max 10 MB)
@section Scripts { }