Fix: Show HNWar jobs where repair not yet logged

This commit is contained in:
Gary Sharp
2013-03-28 16:48:43 +11:00
parent 230f543ab6
commit 8657d4ec32
9 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0326.1428")]
[assembly: AssemblyFileVersion("1.2.0326.1428")]
[assembly: AssemblyVersion("1.2.0328.1100")]
[assembly: AssemblyFileVersion("1.2.0328.1100")]
+2 -2
View File
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0326.1427")]
[assembly: AssemblyFileVersion("1.2.0326.1427")]
[assembly: AssemblyVersion("1.2.0328.1059")]
[assembly: AssemblyFileVersion("1.2.0328.1059")]
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0326.1427")]
[assembly: AssemblyFileVersion("1.2.0326.1427")]
[assembly: AssemblyVersion("1.2.0328.1059")]
[assembly: AssemblyFileVersion("1.2.0328.1059")]
+2 -2
View File
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0326.1428")]
[assembly: AssemblyFileVersion("1.2.0326.1428")]
[assembly: AssemblyVersion("1.2.0328.1100")]
[assembly: AssemblyFileVersion("1.2.0328.1100")]
+2 -2
View File
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0326.1428")]
[assembly: AssemblyFileVersion("1.2.0326.1428")]
[assembly: AssemblyVersion("1.2.0328.1100")]
[assembly: AssemblyFileVersion("1.2.0328.1100")]
+2 -2
View File
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0326.1428")]
[assembly: AssemblyFileVersion("1.2.0326.1428")]
[assembly: AssemblyVersion("1.2.0328.1100")]
[assembly: AssemblyFileVersion("1.2.0328.1100")]
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0326.1428")]
[assembly: AssemblyFileVersion("1.2.0326.1428")]
[assembly: AssemblyVersion("1.2.0328.1100")]
[assembly: AssemblyFileVersion("1.2.0328.1100")]
+1 -1
View File
@@ -37,7 +37,7 @@ namespace Disco.Web.Controllers
&& !j.WaitingForUserAction.HasValue
&& !(j.JobTypeId == JobType.JobTypeIds.HNWar && (j.JobMetaNonWarranty.RepairerLoggedDate.HasValue && j.JobMetaNonWarranty.IsInsuranceClaim && !j.JobMetaInsurance.ClaimFormSentDate.HasValue))
&& !(j.JobTypeId == JobType.JobTypeIds.HNWar && (j.JobMetaNonWarranty.RepairerLoggedDate.HasValue && !j.JobMetaNonWarranty.RepairerCompletedDate.HasValue))
&& !(j.JobTypeId == JobType.JobTypeIds.HNWar && (j.JobMetaNonWarranty.AccountingChargeAddedDate.HasValue && !j.JobMetaNonWarranty.AccountingChargePaidDate.HasValue))
&& !(j.JobTypeId == JobType.JobTypeIds.HNWar && (j.JobMetaNonWarranty.RepairerLoggedDate.HasValue && j.JobMetaNonWarranty.AccountingChargeAddedDate.HasValue && !j.JobMetaNonWarranty.AccountingChargePaidDate.HasValue))
&& !(j.JobTypeId == JobType.JobTypeIds.HWar && (j.JobMetaWarranty.ExternalLoggedDate.HasValue && !j.JobMetaWarranty.ExternalCompletedDate.HasValue))
&& (j.DeviceHeld == null || j.DeviceReturnedDate != null || j.DeviceReadyForReturn == null)).OrderBy(j => j.Id));
+2 -2
View File
@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0326.1428")]
[assembly: AssemblyFileVersion("1.2.0326.1428")]
[assembly: AssemblyVersion("1.2.0328.1100")]
[assembly: AssemblyFileVersion("1.2.0328.1100")]