@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 ?? false)) { }
Product image
Theoretical coverage from the TDS, usually expressed in sq ft/lb
Store the TDS specific gravity for future reference and calculations
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
$
Showing vendors for this category. Show all
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
Uncheck once the powder has been received to mark it as regular in-stock inventory.
Cancel
@if ((bool)(ViewBag.AiInventoryAssistEnabled ?? false)) { } @section Scripts { @if ((bool)(ViewBag.AiInventoryAssistEnabled ?? false)) { } }