@model PowderCoating.Application.DTOs.Accounting.CreateExpenseDto @{ ViewData["Title"] = "New Expense"; ViewData["PageIcon"] = "bi-receipt"; ViewData["PageHelpTitle"] = "New Expense"; ViewData["PageHelpContent"] = "Use this for purchases paid immediately — credit card swipes, cash payments, debit transactions. For vendor invoices paid later, use Bills instead. Select the expense account (what was bought) and the payment account (where the money came from)."; }