feature: lodge insurance
This commit is contained in:
@@ -23,10 +23,12 @@
|
||||
[ClaimDetails("Remove from Any Queues", "Can remove from any job queues")]
|
||||
public bool RemoveAnyQueues { get; set; }
|
||||
|
||||
[ClaimDetails("Log Warranty", "Can log warranty for jobs")]
|
||||
[ClaimDetails("Lodge Warranty", "Can lodge warranty for jobs")]
|
||||
public bool LogWarranty { get; set; }
|
||||
[ClaimDetails("Log Repair", "Can log repair for non-warranty jobs")]
|
||||
[ClaimDetails("Lodge Repair", "Can lodge repair for non-warranty jobs")]
|
||||
public bool LogRepair { get; set; }
|
||||
[ClaimDetails("Lodge Insurance", "Can lodge insurance for non-warranty jobs")]
|
||||
public bool LogInsurance { get; set; }
|
||||
|
||||
[ClaimDetails("Convert HWar Jobs To HNWar", "Can convert warranty jobs to non-warranty jobs")]
|
||||
public bool ConvertHWarToHNWar { get; set; }
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@
|
||||
[ClaimDetails("Edit Components", "Can edit and remove job components")]
|
||||
public bool EditComponents { get; set; }
|
||||
|
||||
[ClaimDetails("Is Insurance Claim Property", "Can update property")]
|
||||
[ClaimDetails("Is Insurance Claim Property", "Can update property")]
|
||||
public bool IsInsuranceClaim { get; set; }
|
||||
|
||||
[ClaimDetails("Insurance Claim Form Sent Property", "Can update property")]
|
||||
|
||||
Reference in New Issue
Block a user