OpenPetra
Free Administration Software for Non-Profits
|
contains a method that calculates the gifts for a HOSA More...
Static Public Member Functions | |
static DataTable | TotalGiftsThroughFieldMonth (TParameterList AParameters, TResultList AResults) |
Find all the gifts for a specific month, returning "worker", "field" and "total" results. More... | |
static DataTable | TotalGiftsThroughFieldYear (TParameterList AParameters, TResultList AResults) |
Find all the gifts for a year, returning "worker", "field" and "total" results. More... | |
static DataTable | SelectGiftRecipients (TParameterList AParameters, TResultList AResults) |
Find recipient Partner Key and name for all partners who received gifts in the timeframe. NOTE - the user can select the PartnerType of the recipient. More... | |
static DataTable | SelectGiftDonors (TParameterList AParameters, TResultList AResults) |
Find all the gifts for a worker, presenting the results in four year columns. NOTE - the user can select the field of the donor. More... | |
contains a method that calculates the gifts for a HOSA
|
inlinestatic |
Find all the gifts for a worker, presenting the results in four year columns. NOTE - the user can select the field of the donor.
All the DB work was previously done by the Select Gift Recipients function above. I only need to filter the table by recipientKey.
|
inlinestatic |
Find recipient Partner Key and name for all partners who received gifts in the timeframe. NOTE - the user can select the PartnerType of the recipient.
With only a little more load on the DB, I can get all the data that the report will need, and store it in a DataTable local to this class, so that when more detailed data is requested below, I don't need another DB query.
|
inlinestatic |
Find all the gifts for a specific month, returning "worker", "field" and "total" results.
|
inlinestatic |
Find all the gifts for a year, returning "worker", "field" and "total" results.