After code cleanup
This commit is contained in:
@@ -1,10 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace AyaNovaQBI
|
||||
namespace AyaNovaQBI
|
||||
{
|
||||
internal class WorkOrderItemExpense
|
||||
{
|
||||
@@ -13,29 +7,29 @@ namespace AyaNovaQBI
|
||||
|
||||
public string Description { get; set; }
|
||||
public string Name { get; set; }
|
||||
|
||||
|
||||
public decimal TotalCost { get; set; }
|
||||
|
||||
|
||||
public decimal ChargeAmount { get; set; }
|
||||
|
||||
|
||||
public decimal TaxPaid { get; set; }
|
||||
public long? ChargeTaxCodeId { get; set; }
|
||||
|
||||
|
||||
public string TaxCodeViz { get; set; }
|
||||
|
||||
public bool ReimburseUser { get; set; } = false;
|
||||
public long? UserId { get; set; }
|
||||
|
||||
|
||||
public string UserViz { get; set; }
|
||||
public bool ChargeToCustomer { get; set; } = false;
|
||||
|
||||
|
||||
|
||||
public decimal TaxAViz { get; set; }
|
||||
|
||||
|
||||
public decimal TaxBViz { get; set; }
|
||||
|
||||
|
||||
public decimal LineTotalViz { get; set; }
|
||||
|
||||
|
||||
public long WorkOrderItemId { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user