@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.
AI Features

Control which AI-powered features are available to this company and set monthly usage limits.

Allow this company to use photo-based AI quoting.
Allow this company to use AI lookup on inventory items.
-1 = unlimited. 0 = disabled. Blank = use subscription plan default.
Cancel
@section Scripts { @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }