@model PowderCoating.Application.DTOs.Customer.CreateCustomerDto @{ ViewData["Title"] = "Add New Customer"; ViewData["PageIcon"] = "bi-person-plus"; }
Company Information
Contact Information
Required: At least one of Company Name, First Name, or Last Name — and at least one of Email, Phone, or Mobile Phone.
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) {
SMS Consent Requirement (TCPA) Required before enabling SMS

Federal law (TCPA) requires explicit prior written or verbal consent before sending SMS messages to a customer. Before enabling SMS notifications, you must:

  1. Inform the customer they will receive automated text messages for job updates and pickup alerts.
  2. Inform them that message and data rates may apply.
  3. Explain they can reply STOP at any time to opt out.
  4. Obtain their clear verbal or written agreement.

Only check the box below after the customer has given consent. A confirmation text will be sent automatically to verify enrollment.

Checking this box records consent on behalf of the customer and triggers a confirmation text. A mobile phone number must be entered above.
}
Cancel
@section Scripts { }