Feature: Sale analysis printout changed.

Feature: Sale analysis detail printing built
This commit is contained in:
Amritanshu
2013-11-16 11:31:58 +05:30
parent f834520db9
commit b6498a7b1c
59 changed files with 678 additions and 1388 deletions

View File

@ -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; }
}
}