[Quantproject-developers] QuantProject/b4_Business/a1_Financial/a2_Accounting/h5_Reporting AccountRe
Brought to you by:
glauco_1
|
From: <gla...@us...> - 2003-11-28 15:37:17
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a1_Financial/a2_Accounting/h5_Reporting
In directory sc8-pr-cvs1:/tmp/cvs-serv2874/b4_Business/a1_Financial/a2_Accounting/h5_Reporting
Modified Files:
AccountReport.cs
Log Message:
Summary type has been fixed: now it is of type
Tables.Summary (it was a general ReportTable).
Index: AccountReport.cs
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a1_Financial/a2_Accounting/h5_Reporting/AccountReport.cs,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** AccountReport.cs 8 Nov 2003 20:54:41 -0000 1.6
--- AccountReport.cs 28 Nov 2003 15:37:13 -0000 1.7
***************
*** 47,51 ****
private ReportTable roundTrades;
private ReportTable equity;
! private ReportTable summary;
public string Name
--- 47,51 ----
private ReportTable roundTrades;
private ReportTable equity;
! private Tables.Summary summary;
public string Name
***************
*** 81,85 ****
get { return equity; }
}
! public ReportTable Summary
{
get { return summary; }
--- 81,85 ----
get { return equity; }
}
! public Tables.Summary Summary
{
get { return summary; }
|