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
@@ -5,7 +5,11 @@
<div ng-controller="DistributionReportController as vm">
<h1 class="page-header">
<i class="fa fa-file-o"></i> @ViewBag.Title
<span class="fa-stack" style="font-size: 50%">
<i class="fa fa-file-o fa-stack-2x"></i>
<i class="fa fa-share-square fa-stack-1x"></i>
</span>
@ViewBag.Title
</h1>
<div class="row hidden-print">
<div class="col-md-9">
@@ -5,7 +5,11 @@
<div ng-controller="MovementReportController as vm">
<h1 class="page-header">
<i class="fa fa-file-o"></i> @ViewBag.Title
<span class="fa-stack" style="font-size: 50%">
<i class="fa fa-file-o fa-stack-2x"></i>
<i class="fa fa-cubes fa-stack-1x"></i>
</span>
@ViewBag.Title
</h1>
<div class="row hidden-print">
<div class="col-md-4">
@@ -27,7 +27,7 @@
{
<footer class="footer hidden-print">
<div class="container">
<p>Inventory Traker &copy; 2016 Kolpack Software Consulting LLC</p>
<p>Inventory Traker &copy; ETHRA, 2016 Kolpack Software Consulting LLC</p>
</div>
</footer>
}
@@ -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>