@page "/stock/new"
@page "/stock/{Id:int}"
@inject StockItemService StockItemService
@inject MaterialService MaterialService
@inject NavigationManager Navigation
@using CutList.Core.Formatting
Loading...
} else {No transaction history yet.
} else {| Date | Type | Qty | Notes |
|---|---|---|---|
| @txn.CreatedAt.ToLocalTime().ToString("MM/dd/yy HH:mm") | @txn.Type | @(txn.Quantity >= 0 ? "+" : "")@txn.Quantity | @(txn.Notes ?? "-") |