fine mostra filtri attivi

This commit is contained in:
zaccaria.majid
2022-11-29 11:05:54 +01:00
parent 443737196c
commit 41b080afcf
4 changed files with 62 additions and 120 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ namespace MP.SPEC.Data
public string CodReparto { get; set; } = "*";
public int CurrPage { get; set; } = 1;
public DateTime DtEnd { get; set; } = Utils.InitDatetime(DateTime.Now, 5);
public DateTime DtStart { get; set; } = Utils.InitDatetime(DateTime.Now, 5).AddDays(-10);
public DateTime DtStart { get; set; } = Utils.InitDatetime(DateTime.Now, 5).AddMonths(-2);
public bool HasOdl { get; set; } = false;
public string IdxMacchina { get; set; } = "*";
public bool IsActive { get; set; } = true;