@model PowderCoating.Application.DTOs.Catalog.CreateCatalogItemDto @{ ViewData["Title"] = "Add Catalog Item"; var allowAccounting = Context.Items["AllowAccounting"] as bool? ?? false; }

Add Catalog Item

Basic Information
Select an existing category or click "New" to create one.
Pricing
$
Optional: Surface area for quoting purposes
@if (allowAccounting) {
Financial Accounts

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

Account credited when this item is invoiced.
Account debited when materials are consumed.
}
Sale Options
When checked, this item appears in the merchandise picker on invoices and can be sold without a job (e.g. branded apparel, retail cleaning products).
Cancel
@section Scripts { }