#pragma warning disable 1591 //------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Disco.Web.Areas.Config.Views.DeviceBatch { using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Text; using System.Web; using System.Web.Helpers; using System.Web.Mvc; using System.Web.Mvc.Ajax; using System.Web.Mvc.Html; using System.Web.Routing; using System.Web.Security; using System.Web.UI; using System.Web.WebPages; using Disco; using Disco.Models.Repository; using Disco.Services; using Disco.Services.Authorization; using Disco.Services.Web; using Disco.Web; using Disco.Web.Extensions; [System.CodeDom.Compiler.GeneratedCodeAttribute("RazorGenerator", "2.0.0.0")] [System.Web.WebPages.PageVirtualPathAttribute("~/Areas/Config/Views/DeviceBatch/Index.cshtml")] public partial class Index : Disco.Services.Web.WebViewPage { public Index() { } public override void Execute() { #line 2 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" Authorization.Require(Claims.Config.DeviceBatch.Show); ViewBag.Title = Html.ToBreadcrumb("Configuration", MVC.Config.Config.Index(), "Device Batches"); var hasDecommissionedBatches = Model.DeviceBatches.Any(db => db.DeviceCount > 0 && db.DeviceDecommissionedCount >= db.DeviceCount); var showTags = hasDecommissionedBatches || Model.DeviceBatches.Any(i => i.IsLinked); #line default #line hidden WriteLiteral("\r\n\r\n"); #line 9 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" #line default #line hidden #line 9 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" if (Model.DeviceBatches.Count == 0) { #line default #line hidden WriteLiteral(" \r\n

No device batches are configured

\r\n \r\n"); #line 14 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" } else { if (hasDecommissionedBatches) { #line default #line hidden WriteLiteral(" Show Decommissioned ("); #line 19 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" Write(Model.DeviceBatches.Count(db => db.DeviceCount > 0 && db.DeviceDecommissionedCount >= db.DeviceCount)); #line default #line hidden WriteLiteral(")\r\n"); WriteLiteral(@" "); #line 31 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" } #line default #line hidden WriteLiteral(" Name Default Model Purchase Date Warranty Expires Insurance Expires Device Count "); #line 40 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" #line default #line hidden #line 40 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" if (showTags) { #line default #line hidden WriteLiteral("  \r\n"); #line 43 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" } #line default #line hidden WriteLiteral(" \r\n"); #line 45 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" #line default #line hidden #line 45 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" foreach (var item in Model.DeviceBatches) { var isDecommissioned = item.DeviceCount > 0 && item.DeviceDecommissionedCount >= item.DeviceCount; #line default #line hidden WriteLiteral(" (isDecommissioned ? "hidden" : null #line default #line hidden , 2177), false) ); WriteLiteral(">\r\n \r\n"); WriteLiteral(" "); #line 50 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" Write(Html.ActionLink(item.Name, MVC.Config.DeviceBatch.Index(item.Id))); #line default #line hidden WriteLiteral("\r\n \r\n \r\n"); WriteLiteral(" "); #line 53 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" Write(item.DefaultDeviceModel); #line default #line hidden WriteLiteral("\r\n \r\n \r\n"); WriteLiteral(" "); #line 56 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" Write(CommonHelpers.FriendlyDate(item.PurchaseDate)); #line default #line hidden WriteLiteral("\r\n \r\n \r\n"); WriteLiteral(" "); #line 59 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" Write(CommonHelpers.FriendlyDate(item.WarrantyExpires, "Unknown")); #line default #line hidden WriteLiteral("\r\n \r\n \r\n"); WriteLiteral(" "); #line 62 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" Write(CommonHelpers.FriendlyDate(item.InsuredUntil, item.InsuranceSupplier == null ? "N/A" : "Unknown")); #line default #line hidden WriteLiteral("\r\n"); WriteLiteral(" "); #line 63 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" Write(item.InsuranceSupplier == null ? string.Empty : string.Format("[{0}]", item.InsuranceSupplier)); #line default #line hidden WriteLiteral("\r\n \r\n \r\n"); #line 66 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" #line default #line hidden #line 66 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" if (item.PurchaseUnitQuantity.HasValue) { #line default #line hidden WriteLiteral(" "); #line 68 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" Write(item.DeviceCount.ToString("n0")); #line default #line hidden WriteLiteral("/"); #line 68 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" Write(item.PurchaseUnitQuantity.Value.ToString("n0")); #line default #line hidden WriteLiteral("\r\n"); #line 69 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" } else { #line default #line hidden #line 72 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" Write(item.DeviceCount.ToString("n0")); #line default #line hidden #line 72 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" } #line default #line hidden WriteLiteral(" "); #line 74 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" if (item.DeviceDecommissionedCount > 0) { #line default #line hidden WriteLiteral(" (item.DeviceDecommissionedCount.ToString("n0") #line default #line hidden , 3602), false) , Tuple.Create(Tuple.Create(" ", 3650), Tuple.Create("Decommissioned", 3651), true) ); WriteLiteral(">("); #line 76 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" Write(item.DeviceDecommissionedCount.ToString("n0")); #line default #line hidden WriteLiteral(")\r\n"); #line 77 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" } #line default #line hidden WriteLiteral(" \r\n"); #line 79 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" #line default #line hidden #line 79 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" if (showTags) { #line default #line hidden WriteLiteral(" \r\n"); #line 82 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" #line default #line hidden #line 82 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" if (item.IsLinked) { #line default #line hidden WriteLiteral(" \r\n"); #line 85 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" } #line default #line hidden WriteLiteral(" "); #line 86 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" if (isDecommissioned) { #line default #line hidden WriteLiteral(" \r\n"); #line 89 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" } #line default #line hidden WriteLiteral(" \r\n"); #line 91 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" } #line default #line hidden WriteLiteral(" \r\n"); #line 93 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" } #line default #line hidden WriteLiteral(" \r\n"); #line 95 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" } #line default #line hidden WriteLiteral("\r\n"); #line 97 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" if (Authorization.HasAny(Claims.Config.DeviceBatch.Create, Claims.Config.DeviceBatch.ShowTimeline)) { #line default #line hidden WriteLiteral(" \r\n"); #line 100 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" #line default #line hidden #line 100 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" if (Authorization.Has(Claims.Config.DeviceBatch.ShowTimeline) && Model.DeviceBatches.Count > 0) { #line default #line hidden #line 102 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" Write(Html.ActionLinkButton("Timeline", MVC.Config.DeviceBatch.Timeline())); #line default #line hidden #line 102 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" } #line default #line hidden WriteLiteral(" "); #line 104 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" if (Authorization.HasAll(Claims.Config.DeviceBatch.Create, Claims.Config.DeviceBatch.Configure)) { #line default #line hidden #line 106 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" Write(Html.ActionLinkButton("Create Device Batch", MVC.Config.DeviceBatch.Create())); #line default #line hidden #line 106 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" } #line default #line hidden WriteLiteral(" \r\n"); #line 109 "..\..\Areas\Config\Views\DeviceBatch\Index.cshtml" } #line default #line hidden } } } #pragma warning restore 1591