@model PowderCoating.Application.DTOs.Accounting.EditAccountDto @{ ViewData["Title"] = "Edit Account"; ViewData["PageIcon"] = "bi-pencil-square"; ViewData["PageHelpTitle"] = "Edit Account"; ViewData["PageHelpContent"] = "You can change number, name, type, sub-type, parent, and opening balance. Changing the account type or sub-type on an account that already has transactions is allowed but use caution — it changes how balances are reported going forward. Inactive accounts are hidden from pickers but preserved in history."; }
@Html.AntiForgeryToken()

Opening balance represents the account's value before transactions were recorded in this system.

$
Leave blank to apply before all transactions.
Cancel
@section Scripts { @{await Html.RenderPartialAsync("_ValidationScriptsPartial");} }