{{vm.inventory.id}}
{{vm.inventory.programName}} / {{vm.inventory.programSubtype}}
@inventory.FormGroupFor(m => m.Description)
{{vm.isInInventory() ? "Yes" : "No"}}
@inventory.FormGroupFor(m => m.ShredReadyDate)
{{vm.inventory.addedDate | date:'shortDate'}}
@inventory.FormGroupFor(m => m.Memo)
Transactions
| Type |
Memo |
Transaction Date |
In Inventory |
|
| {{transaction.transactionType}} |
{{transaction.memo}} |
{{transaction.transactionDate | date:'shortDate'}} |
{{transaction.currentQuantity > 0 ? "Yes" : "No"}} |
|
|
Warning: Deleting the only transaction will delete the entire inventory
|