SuggestedQuantity field added to pm and wo item parts

This commit is contained in:
2021-11-09 18:10:52 +00:00
parent e3d73d00de
commit 10287d90e7
12 changed files with 40 additions and 5 deletions

View File

@@ -27,6 +27,7 @@ namespace AyaNova.Models
public string PartWarehouseViz { get; set; }
[Required]
public decimal Quantity { get; set; }
public decimal SuggestedQuantity { get; set; }
public long? TaxPartSaleId { get; set; }
[NotMapped]
public string TaxCodeViz { get; set; }