[Quantproject-developers] QuantProject/b4_Business/a1_Financial/a2_Accounting/h5_Reporting Account
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-01-27 02:25:48
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a1_Financial/a2_Accounting/h5_Reporting In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19133/b4_Business/a1_Financial/a2_Accounting/h5_Reporting Modified Files: AccountReport.cs Log Message: A text description for the report, suitable for file names also Index: AccountReport.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a1_Financial/a2_Accounting/h5_Reporting/AccountReport.cs,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** AccountReport.cs 19 Feb 2006 18:03:44 -0000 1.18 --- AccountReport.cs 27 Jan 2008 02:25:43 -0000 1.19 *************** *** 125,128 **** --- 125,135 ---- } + /// <summary> + /// A text description for the report, suitable for file names also + /// </summary> + public string Description + { + get { return this.reportName; } + } /// <summary> /// Add the last account record to the AccountReport |