Feature: Sale analysis printout changed.
Feature: Sale analysis detail printing built
This commit is contained in:
@ -30,4 +30,13 @@ namespace Tanshu.Accounts.Contracts
|
||||
[DataMember]
|
||||
public decimal Amount { get; set; }
|
||||
}
|
||||
|
||||
[DataContract]
|
||||
public class SettlementReportBO
|
||||
{
|
||||
[DataMember]
|
||||
public PaidStatus Status { get; set; }
|
||||
[DataMember]
|
||||
public decimal Amount { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user