@model Disco.Web.Models.Job.ShowModel
Accounting Charge Required @Html.EditorFor(m => m.Job.JobMetaNonWarranty.AccountingChargeRequiredDate) @(string.IsNullOrEmpty(Model.Job.JobMetaNonWarranty.AccountingChargeRequiredUserId) ? string.Empty : string.Format("by {0}", Model.Job.JobMetaNonWarranty.AccountingChargeRequiredUser.ToString())) @AjaxHelpers.AjaxLoader()
Accounting Charge Added @Html.EditorFor(m => m.Job.JobMetaNonWarranty.AccountingChargeAddedDate) @(string.IsNullOrEmpty(Model.Job.JobMetaNonWarranty.AccountingChargeAddedUserId) ? string.Empty : string.Format("by {0}", Model.Job.JobMetaNonWarranty.AccountingChargeAddedUser.ToString())) @AjaxHelpers.AjaxLoader()
Accounting Charge Paid @Html.EditorFor(m => m.Job.JobMetaNonWarranty.AccountingChargePaidDate) @(string.IsNullOrEmpty(Model.Job.JobMetaNonWarranty.AccountingChargePaidUserId) ? string.Empty : string.Format("by {0}", Model.Job.JobMetaNonWarranty.AccountingChargePaidUser.ToString())) @AjaxHelpers.AjaxLoader()
Purchase Order Raised @Html.EditorFor(m => m.Job.JobMetaNonWarranty.PurchaseOrderRaisedDate) @(string.IsNullOrEmpty(Model.Job.JobMetaNonWarranty.PurchaseOrderRaisedUserId) ? string.Empty : string.Format("by {0}", Model.Job.JobMetaNonWarranty.PurchaseOrderRaisedUser.ToString())) @AjaxHelpers.AjaxLoader()
Purchase Order Reference @Html.TextBoxFor(m => m.Job.JobMetaNonWarranty.PurchaseOrderReference) @AjaxHelpers.AjaxSave() @AjaxHelpers.AjaxLoader()
Purchase Order Sent @Html.EditorFor(m => m.Job.JobMetaNonWarranty.PurchaseOrderSentDate) @(string.IsNullOrEmpty(Model.Job.JobMetaNonWarranty.PurchaseOrderSentUserId) ? string.Empty : string.Format("by {0}", Model.Job.JobMetaNonWarranty.PurchaseOrderSentUser.ToString())) @AjaxHelpers.AjaxLoader()
Invoice Received @Html.EditorFor(m => m.Job.JobMetaNonWarranty.InvoiceReceivedDate) @(string.IsNullOrEmpty(Model.Job.JobMetaNonWarranty.InvoiceReceivedUserId) ? string.Empty : string.Format("by {0}", Model.Job.JobMetaNonWarranty.InvoiceReceivedUser.ToString())) @AjaxHelpers.AjaxLoader()