estimate free from catalog references

This commit is contained in:
2016-09-17 03:41:31 +02:00
parent ca1433fb7c
commit d5d78e7546
6 changed files with 2142 additions and 11 deletions

View File

@ -10,7 +10,9 @@ namespace Yavsc.Models.Billing
[Key(), DatabaseGenerated(DatabaseGeneratedOption.Identity)]
public long Id { get; set; }
public string Comment { get; set; }
[Required]
public string Description { get; set; }
public BaseProduct Article { get; set; }
public int Count { get; set; }
public decimal UnitaryCost { get; set; }