@model PowderCoating.Application.DTOs.Job.UpdateJobDto @using PowderCoating.Core.Entities @{ ViewData["Title"] = "Edit Job"; ViewData["PageIcon"] = "bi-pencil-square"; }
Back to Job
@Html.AntiForgeryToken()
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
Powder Order Custom Powder Order
— edit total to include shipping
1
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
@{ var sendEmailDefault = (bool)(ViewBag.EmailDefaultOnStatusChange ?? Model.SendEmailOnStatusChange); } @if (!string.IsNullOrWhiteSpace(ViewBag.CustomerEmail as string)) {
}
Cancel
@await Html.PartialAsync("_SqFtCalculatorModal") @await Html.PartialAsync("_ItemWizardModal") @if (ViewBag.InventoryCoatings != null) { } @if (ViewBag.CatalogItems != null) { } @section Styles { } @section Scripts { }