signing estimate

This commit is contained in:
Paul Schneider 2017-02-22 22:58:02 +01:00
commit 65eebf6409
8 changed files with 64 additions and 49 deletions

View file

@ -16,6 +16,8 @@ namespace Yavsc.Models.Billing
public string Description { get; set; }
public BaseProduct Article { get; set; }
public int Count { get; set; }
[DisplayFormat(DataFormatString="{0:C}")]
public decimal UnitaryCost { get; set; }
public long EstimateId { get; set; }