signing estimate

This commit is contained in:
2017-02-22 22:58:02 +01:00
parent f0a94ef3d8
commit 11f9714b65
8 changed files with 69 additions and 54 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; }