@model PowderCoating.Application.DTOs.Job.CreateJobDto @using PowderCoating.Core.Entities @{ ViewData["Title"] = "Create Job"; ViewData["PageIcon"] = "bi-plus-circle"; }
Back to List
@if (ViewBag.TemplateName != null) { }
@Html.AntiForgeryToken() @if (ViewBag.TemplateId != null) { } @if ((ViewBag.GuidedActivation as string) == PowderCoating.Shared.Constants.AppConstants.GuidedActivation.JobFirstPath) {
Step 1: Create your first sample job
We've prefilled a quick example. You can edit anything before saving.
}
Job Details

Tags are used to improve smart predictions and assistance over time. The more consistently you tag, the smarter the system gets.

Press Enter or , to add a tag. Click × to remove.
@if (ViewBag.PrepServices != null && ((List)ViewBag.PrepServices).Any()) {
Preparation Services
@foreach (var service in (List)ViewBag.PrepServices) { var isChecked = Model.PrepServiceIds != null && Model.PrepServiceIds.Contains(service.Id);
}
}
Job Items

No items added yet.

Click Add Item to get started.

Oven & Batch Settings

Estimate how many oven loads the complete job will require. The oven cycle cost is added once at the job level, not per item.

@if (ViewBag.OvenCosts != null && ((List)ViewBag.OvenCosts).Count > 1) {
}
Pricing Options (optional)
Pricing Summary

Pricing will update automatically as you add items.

Items Subtotal: $0.00

Oven (1 batch × 45 min): $0.00

Tier Discount (0%): -$0.00

Discount (0%): -$0.00

Rush Fee: $0.00

Shop Supplies (0%): $0.00

Subtotal: $0.00

Tax (0%): $0.00


Total: $0.00
Cancel
@await Html.PartialAsync("_SqFtCalculatorModal") @await Html.PartialAsync("_ItemWizardModal") @if (ViewBag.InventoryCoatings != null) { } @if (ViewBag.CatalogItems != null) { } @section Styles { } @section Scripts { }