Property | Type | Description | |
---|---|---|---|
_googleGraph | String |
Method | Description | |
---|---|---|
GetDonationTransactions ( bool IsIncome ) : IList |
||
GetGLSummaryTransactions ( bool IsIncome ) : IList |
||
GetIESummaryTransactions ( bool IsIncome ) : IList |
||
GetMonth ( int offset ) : string | ||
SetIESummary ( IList |
||
SummaryTable ( bool IsIncome, bool IsIE, string title = "" ) : |
||
SummaryTable ( bool IsIncome, bool IsIE, string title = "", bool IsDonations = false ) : |
||
Translate ( String ResourceString ) : string | ||
getGoogleData ( ) : string | ||
getPointSizeForAvg ( int order ) : string |
Method | Description | |
---|---|---|
MyAccounts_SelectedIndexChanged ( object sender, |
||
MyCountries_SelectedIndexChanged ( object sender, |
||
MyProfiles_SelectedIndexChanged ( object sender, |
||
Page_Load ( object sender, |
||
PopulateDropdowns ( ) : void | ||
ReloadTablesAndGraph ( ) : void | ||
ReloadTablesAndGraphs ( ) : void | ||
gvDonationSummary_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void | ||
gvExpensesGLSummary_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void | ||
gvIncomeGLSummary_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void |
Method | Description | |
---|---|---|
CreateTableForDataGrid ( System.DateTime beginDate, System.DateTime endDate, bool IsIncome, IList |
||
DecodeNumberString ( string inputString ) : Double | ||
FirstDayOfMonthFromDateTime ( System.DateTime dateTime ) : System.DateTime | ||
FormatNumber ( double inputNumber ) : string | ||
GetAccounts ( System.DateTime startDate, System.DateTime endDate, string selectedCountry, string selectedProfile, string selectedAccount ) : DSAccount | ||
GetProxyTicketFromCAS ( string targetService, string _pgt ) : string | ||
IdentifyViaGCXTNT ( ) : void | ||
InitializeRowForDataTable ( |
||
InitializeValues ( ) : void | ||
LastDayOfMonthFromDateTime ( System.DateTime dateTime ) : System.DateTime | ||
SetColumnWidth ( |
||
SetDonationSummary ( int &counter, string ¤tDonor, IList |
||
SetGLSummary ( int &counter, string ¤tGl, IList |
||
getPT ( string ServiceName ) : string | ||
saveTransactions ( ) : void |
public GetDonationTransactions ( bool IsIncome ) : IList |
||
IsIncome | bool | |
return | IList |
public GetGLSummaryTransactions ( bool IsIncome ) : IList |
||
IsIncome | bool | |
return | IList |
public GetIESummaryTransactions ( bool IsIncome ) : IList |
||
IsIncome | bool | |
return | IList |
protected MyAccounts_SelectedIndexChanged ( object sender, |
||
sender | object | |
e | ||
return | void |
protected MyCountries_SelectedIndexChanged ( object sender, |
||
sender | object | |
e | ||
return | void |
protected MyProfiles_SelectedIndexChanged ( object sender, |
||
sender | object | |
e | ||
return | void |
protected Page_Load ( object sender, |
||
sender | object | |
e | ||
return | void |
public SetIESummary ( IList |
||
transactions | IList |
|
returnTable | ||
return | void |
public SummaryTable ( bool IsIncome, bool IsIE, string title = "" ) : |
||
IsIncome | bool | |
IsIE | bool | |
title | string | |
return |
public SummaryTable ( bool IsIncome, bool IsIE, string title = "", bool IsDonations = false ) : |
||
IsIncome | bool | |
IsIE | bool | |
title | string | |
IsDonations | bool | |
return |
public Translate ( String ResourceString ) : string | ||
ResourceString | String | |
return | string |
public getPointSizeForAvg ( int order ) : string | ||
order | int | |
return | string |
protected gvDonationSummary_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void | ||
sender | object | |
e | System.Web.UI.WebControls.GridViewRowEventArgs | |
return | void |
protected gvExpensesGLSummary_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void | ||
sender | object | |
e | System.Web.UI.WebControls.GridViewRowEventArgs | |
return | void |
protected gvIncomeGLSummary_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void | ||
sender | object | |
e | System.Web.UI.WebControls.GridViewRowEventArgs | |
return | void |