@model PowderCoating.Application.DTOs.Company.UpdateCompanyDto @{ ViewData["Title"] = "Edit Company"; ViewData["PageIcon"] = "bi-building-gear"; var planConfigs = ((IEnumerable)ViewBag.PlanConfigs) .OrderBy(c => c.SortOrder).ToList(); }
Company Information
Primary Contact
Address
Subscription Details
Feature Overrides

Override plan-level feature access for this company. Leave blank (—) to inherit from the subscription plan.

Stripe Connect invoice payments. Still requires the company to connect their Stripe account.
Chart of Accounts, Bills, Expenses, and Accounting Export.
SMS Override

Use this to immediately cut off SMS for a company — for example if they are sending abusive messages or have a billing dispute. This overrides the plan entitlement and the company's own opt-in setting.

When checked, no outbound SMS will be sent for this company regardless of their plan or own settings.
Cancel
@section Scripts { @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }