@model PowderCoating.Application.DTOs.Inventory.InventoryItemDto
@{
ViewData["Title"] = $"Label - {Model.Name}";
Layout = null; // standalone print page
}
Powder Coating Logix
@Model.Name
SKU: @Model.SKU
@if (!string.IsNullOrEmpty(Model.ColorName))
{
@Model.ColorName
@if (!string.IsNullOrEmpty(Model.Finish))
{
— @Model.Finish
}
}
@if (!string.IsNullOrEmpty(Model.Manufacturer))
{
@Model.Manufacturer
}
@if (!string.IsNullOrEmpty(Model.Location))
{
Location: @Model.Location
}
Scan to log usage • Powder Coating Logix