This commit is contained in:
2021-07-27 23:57:34 +00:00
parent 6b90c2c7d4
commit 33769e77a9
3 changed files with 657 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ namespace AyaNova.Models
public DateTime NextServiceDate { get; set; }
public TimeSpan Repeat { get; set; }//was generate span
public TimeSpan GenerateBefore { get; set; }//was threshold span
public DateTime? GenerateDate { get; set; }
public DateTime? GenerateDate { get; set; }//Internal, not exposed to UI and is the date to do the next generate on that takes into account generatebefore and next service date and is calcd when generate happens for next time see pmbiz top with reference v7 code
//----
[Required]