Uncommitted Updates

This commit is contained in:
2024-02-22 08:24:33 -05:00
parent 3caf0bd766
commit e472004211
16 changed files with 1101 additions and 36 deletions
@@ -1,6 +1,4 @@
@using InventoryTraker.Web.Helpers
@using InventoryTraker.Web.Models
@model dynamic
@model dynamic
@{
ViewBag.Title = "Inventory";
@@ -8,7 +6,7 @@
<div ng-controller="TransactionController as vm">
<h1 class="page-header">
Transaction History
<i class="fa fa-fw fa-list"></i> Transaction History
</h1>
<div class="pull-right">
</div>