This commit is contained in:
2021-07-19 23:05:31 +00:00
parent 7c18a0e160
commit ae58f45cab
10 changed files with 110 additions and 83 deletions

View File

@@ -606,7 +606,7 @@ namespace AyaNova.Util
c.Name = "Bronze";
c.Active = true;
c.Notes = "These are notes providing additional information when users view the contract";
c.AlertNotes = "These are alert notes displayed on workorders about this contract";
c.AlertNotes = "These are alert notes displayed on workorders about this BRONZE contract";
c.PartsOverridePct = 5m;
c.PartsOverrideType = ContractOverrideType.PriceDiscount;
c.ServiceRatesOverridePct = 5m;
@@ -641,7 +641,7 @@ namespace AyaNova.Util
c.Name = "Silver";
c.Active = true;
c.Notes = "These are notes providing additional information when users view the contract";
c.AlertNotes = "These are alert notes displayed on workorders about this contract";
c.AlertNotes = "These are alert notes displayed on workorders about this SILVER contract";
c.PartsOverridePct = 10m;
c.PartsOverrideType = ContractOverrideType.PriceDiscount;
c.ServiceRatesOverridePct = 10m;
@@ -676,7 +676,7 @@ namespace AyaNova.Util
c.Name = "Gold";
c.Active = true;
c.Notes = "These are notes providing additional information when users view the contract";
c.AlertNotes = "These are alert notes displayed on workorders about this contract";
c.AlertNotes = "These are alert notes displayed on workorders about this GOLD contract";
c.PartsOverridePct = 15m;
c.PartsOverrideType = ContractOverrideType.PriceDiscount;
c.ServiceRatesOverridePct = 15m;