@model Disco.Web.Models.Job.LogWarrantyModel @{ Authorization.Require(Claims.Job.Actions.LogWarranty); ViewBag.Title = Html.ToBreadcrumb("Jobs", MVC.Job.Index(), string.Format("Job: {0}", Model.Job.Id), MVC.Job.Show(Model.Job.Id), "Lodge Warranty Error"); }
|
@Model.Error.Message
(show more)
|
| Internal Job Id: | @Model.JobId |
|---|---|
| Device Serial Number: | @Model.Job.Device.SerialNumber |
| Device Model: | @Model.Job.Device.DeviceModel.Manufacturer @Model.Job.Device.DeviceModel.Model |
| Technician: |
@Model.TechUser.DisplayName
Email Address: @Model.TechUser.EmailAddress
Phone Number: @Model.TechUser.PhoneNumber |
| Repair Address: |
@Model.OrganisationAddress.Name
@Model.OrganisationAddress.Address
@Model.OrganisationAddress.Suburb, @Model.OrganisationAddress.Postcode @Model.OrganisationAddress.State, @Model.OrganisationAddress.Country |
| Warranty Provider: | @if (Model.WarrantyProvider != null) { @Model.WarrantyProvider.Name (@Model.WarrantyProvider.Id) @Model.WarrantyProvider.PluginManifest.Version.ToString(3) } else { None Selected } |
| Fault Description: | @Model.FaultDescription.ToMultilineString() |