Driver Mileage export

This commit is contained in:
2015-10-23 21:40:52 -04:00
parent ad13d9f5b4
commit 1fb8c54076
7 changed files with 55 additions and 5 deletions
+4
View File
@@ -9,6 +9,10 @@
<h2><i class="fa fa-road"></i> @ViewBag.Title</h2>
<div class="btn-toolbar clearfix">
@Html.ActionLink("Export", "ExportDriverMileageReport", Model.Query, new { @class = "btn" })
</div>
@Html.DisplayFor(m => m.Query)
<table class="table">
+1 -1
View File
@@ -10,7 +10,7 @@
<h2><i class="fa fa-road"></i> @ViewBag.Title</h2>
<div class="btn-toolbar clearfix">
@Html.ActionLink("Export", "ExportMonthlyVehicleMileage", Model.Query, new { @class = "btn" })
@Html.ActionLink("Export", "ExportVehicleMileageReport", Model.Query, new { @class = "btn" })
</div>
@Html.DisplayFor(m => m.Query)