@model PowderCoating.Application.DTOs.Inventory.InventoryItemDto @{ ViewData["Title"] = $"Label - {Model.Name}"; Layout = null; // standalone print page } Inventory Label — @Model.Name @if (!(bool)(ViewBag.IsEmbed ?? false)) {
← Back to Item
}
QR Code for @Model.Name
@Model.Name
SKU: @Model.SKU
@if (!string.IsNullOrEmpty(Model.ColorName) && !string.Equals(Model.ColorName, Model.Name, StringComparison.OrdinalIgnoreCase)) {
@Model.ColorName @if (!string.IsNullOrEmpty(Model.Finish) && Model.Name.IndexOf(Model.Finish, StringComparison.OrdinalIgnoreCase) < 0) { — @Model.Finish }
}
@Model.Manufacturer
@if (!string.IsNullOrEmpty(Model.Location)) {
Location: @Model.Location
}