@model PowderCoating.Application.DTOs.Inventory.UpdateInventoryItemDto @{ ViewData["Title"] = "Edit Inventory Item"; ViewData["PageIcon"] = "bi-box-seam"; ViewData["PageHelpTitle"] = "Edit Inventory Item"; ViewData["PageHelpContent"] = "Update any field on this item. Changes to Coverage or Transfer Efficiency will affect the Powder Needed calculation on future quotes and jobs. Changing Unit Cost does not retroactively update historical job costs — it applies going forward. Use AI Lookup to refresh manufacturer details from a part number."; }
Basic Information
Product Details @if ((bool)(ViewBag.AiInventoryAssistEnabled ?? true)) { }
Product image
Surface area coverage per unit of weight (default: 30)
Percentage of coating that sticks to the part (default: 65%)
Coating Specifications
Check if this powder needs a clear top coat
@foreach (var fam in new[] { "Red","Orange","Yellow","Green","Blue","Purple","Pink","Brown","Black","White","Gray","Silver","Gold","Bronze","Copper","Clear" }) { @fam }
Click to toggle which primary color families this powder belongs to (e.g., Teal = Green + Blue)
Stock Information
Pricing & Vendor
$
Financial Accounts

Map this item to chart-of-account entries for proper balance sheet and cost tracking. Leave blank to use defaults.

Asset account where inventory value is tracked (e.g., 1200 Inventory - Powder).
Expense account debited when this material is consumed on a job.
Notes
Cancel
@section Scripts { }