@{ ViewData["Title"] = "Welcome to Powder Coating Logix"; var firstName = (ViewBag.FirstName as string) ?? "there"; var isOnTrial = (bool)(ViewBag.IsOnTrial ?? false); var trialEndDate = ViewBag.TrialEndDate as DateTime?; var trialEnd = trialEndDate?.ToString("MMMM d, yyyy") ?? DateTime.UtcNow.AddDays(7).ToString("MMMM d, yyyy"); } @section Styles { }
Account created successfully

Welcome, @firstName!

Your account is created and ready — but it still needs to be configured before it's ready to use. Run the Setup Wizard to get your shop up and running. We strongly recommend completing it before doing anything else.

@Html.AntiForgeryToken()
@if (isOnTrial) { Free trial — ends @trialEnd }
Lookups Pre-Seeded

Job statuses, priorities, quote statuses, appointment types, and inventory categories are ready to use — and fully customizable.

You're the Admin

Your account has full admin access. You can invite team members and control their permissions from Company Settings.

A quick look around

Dashboard Jobs Job Board Quotes Schedule Shop Display Setup Wizard Company Settings Daily Board QB Migration Tools Help Center

You can re-run the setup wizard anytime from Company Settings.
Set Up Billing Go to Dashboard
@section Scripts { }