This commit is contained in:
@@ -25,6 +25,8 @@ namespace AyaNova.Models
|
||||
public decimal NoChargeQuantity { get; set; }
|
||||
public long? ServiceBankId { get; set; }
|
||||
public long? TaxCodeSaleId { get; set; }
|
||||
[NotMapped]
|
||||
public string TaxCodeSaleViz { get; set; }
|
||||
|
||||
|
||||
/*
|
||||
@@ -42,14 +44,19 @@ namespace AyaNova.Models
|
||||
*/
|
||||
|
||||
//PRICE FIELDS
|
||||
[Required]
|
||||
public decimal Cost { get; set; }
|
||||
[Required]
|
||||
public decimal ListPrice { get; set; }
|
||||
[Required]
|
||||
public decimal Price { get; set; }
|
||||
[Required]
|
||||
public string TaxName { get; set; }
|
||||
[Required]
|
||||
public decimal TaxAPct { get; set; }
|
||||
[Required]
|
||||
public decimal TaxBPct { get; set; }
|
||||
[Required]
|
||||
public bool TaxOnTax { get; set; }
|
||||
[NotMapped]
|
||||
public decimal TaxAViz { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user