C# Class DotNetNuke.Modules.Account.AccountReport

Inheritance: DotNetNuke.Entities.Modules.PortalModuleBase
Mostrar archivo Open project: AgapeEurope/AgapeConnect1

Public Properties

Property Type Description
_googleGraph String

Public Methods

Method Description
GetDonationTransactions ( bool IsIncome ) : IList
GetGLSummaryTransactions ( bool IsIncome ) : IList
GetIESummaryTransactions ( bool IsIncome ) : IList
GetMonth ( int offset ) : string
SetIESummary ( IList transactions, DataTable returnTable ) : void
SummaryTable ( bool IsIncome, bool IsIE, string title = "" ) : DataTable
SummaryTable ( bool IsIncome, bool IsIE, string title = "", bool IsDonations = false ) : DataTable
Translate ( String ResourceString ) : string
getGoogleData ( ) : string
getPointSizeForAvg ( int order ) : string

Protected Methods

Method Description
MyAccounts_SelectedIndexChanged ( object sender, EventArgs e ) : void
MyCountries_SelectedIndexChanged ( object sender, EventArgs e ) : void
MyProfiles_SelectedIndexChanged ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
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

Private Methods

Method Description
CreateTableForDataGrid ( System.DateTime beginDate, System.DateTime endDate, bool IsIncome, IList ft, DataTable returnTable ) : DataTable
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 ( DataTable returnTable, int counter, string currentGl, string columnZeroName ) : void
InitializeValues ( ) : void
LastDayOfMonthFromDateTime ( System.DateTime dateTime ) : System.DateTime
SetColumnWidth ( GridView &gv, System color, System.Boolean isTitle = false ) : void
SetDonationSummary ( int &counter, string &currentDonor, IList transactions, DataTable returnTable, string columnZeroName ) : void
SetGLSummary ( int &counter, string &currentGl, IList transactions, DataTable returnTable, string columnZeroName ) : void
getPT ( string ServiceName ) : string
saveTransactions ( ) : void

Method Details

GetDonationTransactions() public method

public GetDonationTransactions ( bool IsIncome ) : IList
IsIncome bool
return IList

GetGLSummaryTransactions() public method

public GetGLSummaryTransactions ( bool IsIncome ) : IList
IsIncome bool
return IList

GetIESummaryTransactions() public method

public GetIESummaryTransactions ( bool IsIncome ) : IList
IsIncome bool
return IList

GetMonth() public method

public GetMonth ( int offset ) : string
offset int
return string

MyAccounts_SelectedIndexChanged() protected method

protected MyAccounts_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

MyCountries_SelectedIndexChanged() protected method

protected MyCountries_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

MyProfiles_SelectedIndexChanged() protected method

protected MyProfiles_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

PopulateDropdowns() protected method

protected PopulateDropdowns ( ) : void
return void

ReloadTablesAndGraph() protected method

protected ReloadTablesAndGraph ( ) : void
return void

ReloadTablesAndGraphs() protected method

protected ReloadTablesAndGraphs ( ) : void
return void

SetIESummary() public method

public SetIESummary ( IList transactions, DataTable returnTable ) : void
transactions IList
returnTable System.Data.DataTable
return void

SummaryTable() public method

public SummaryTable ( bool IsIncome, bool IsIE, string title = "" ) : DataTable
IsIncome bool
IsIE bool
title string
return System.Data.DataTable

SummaryTable() public method

public SummaryTable ( bool IsIncome, bool IsIE, string title = "", bool IsDonations = false ) : DataTable
IsIncome bool
IsIE bool
title string
IsDonations bool
return System.Data.DataTable

Translate() public method

public Translate ( String ResourceString ) : string
ResourceString String
return string

getGoogleData() public method

public getGoogleData ( ) : string
return string

getPointSizeForAvg() public method

public getPointSizeForAvg ( int order ) : string
order int
return string

gvDonationSummary_RowDataBound() protected method

protected gvDonationSummary_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewRowEventArgs
return void

gvExpensesGLSummary_RowDataBound() protected method

protected gvExpensesGLSummary_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewRowEventArgs
return void

gvIncomeGLSummary_RowDataBound() protected method

protected gvIncomeGLSummary_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewRowEventArgs
return void

Property Details

_googleGraph public_oe property

public String _googleGraph
return String