Aggiunta preliminare metodi con filtro data + stato MIN

This commit is contained in:
Samuele Locatelli
2026-01-14 11:52:18 +01:00
parent 745dc5cddf
commit cf4ca7bab6
4 changed files with 94 additions and 20 deletions
@@ -182,6 +182,11 @@ namespace EgwCoreLib.Lux.Data.DbModel.Sales
/// </summary>
public int ProdItemQty { get; set; } = 0;
/// <summary>
/// Tempo complessivo stimato (secondo Status come stima, balance, ...)
/// </summary>
public decimal ProdEstimTime { get; set; } = 0;
/// <summary>
/// Quantità degli item da produrre per PEZZO (es parti del serramento, singole parti BTL...)
/// </summary>