@model PowderCoating.Application.DTOs.Accounting.ExpenseDto @{ ViewData["Title"] = $"Expense {Model.ExpenseNumber}"; ViewData["PageIcon"] = "bi-receipt"; ViewData["PageHelpTitle"] = "Expense"; ViewData["PageHelpContent"] = "A direct purchase paid at the time of transaction. Expense Account shows what was bought; Paid From shows which bank/cash account was debited. Edit to correct any details. Delete permanently removes the record — there is no Void for expenses."; }
@Model.ExpenseAccountNumber @Model.ExpenseAccountName
Amount
@Model.Amount.ToString("C")
PDF receipt attached
Download PDFNo receipt attached
Upload Receipt