|
static bool | CreateAnnualGiftReceipts (Int32 ALedgerNumber, string AFrequency, DateTime AStartDate, DateTime AEndDate, string AHTMLTemplate, byte[] ALogoImage, string ALogoFilename, byte[] ASignatureImage, string ASignatureFilename, string ALanguage, string AEmailSubject, string AEmailBody, string AEmailFrom, string AEmailFromName, string AEmailFilename, out string APDFReceipt, out string AHTMLReceipt, out TVerificationResultCollection AVerification, bool ADeceasedFirst=false, string AExtract=null, Int64 ADonorKey=0, string AAction="all", bool AOnlyTest=true) |
| create the annual gift receipts for all donors in the given year; returns the PDF file containing all receipts More...
|
|
static DataTable | GetUnreceiptedGifts (Int32 ALedgerNumber) |
|
static string | FormatHtmlReceipt (String ADonorShortName, Int64 ADonorKey, TPartnerClass ADonorClass, String AGiftCurrency, string ALocalCountryCode, AGiftTable AGiftsThisDonor, string AHTMLTemplateFilename, TDBTransaction ATransaction) |
| Create a single gift receipt More...
|
|
static string | PrintGiftReceipt (String AGiftCurrency, String ADonorShortName, Int64 ADonorKey, TPartnerClass ADonorClass, AGiftTable GiftsThisDonor, string AHTMLTemplateFilename) |
|
static string | PrintReceipts (int ALedgerNumber, DataTable AGiftTbl, string AHTMLTemplateFilename) |
|
static void | MarkReceiptsPrinted (Int32 ALedgerNumber, Int32 ABatchNumber, Int32 ATransactionNumber) |
| Mark a gift as receipted in the AGift table. More...
|
|
static void | MarkReceiptsPrinted (int ALedgerNumber, DataTable AGiftTbl) |
| Mark selected gifts as receipted in the AGift table. More...
|
|
static Int32 | GetLastReceiptNumber (Int32 ALedgerNumber) |
|
static void | SetLastReceiptNumber (Int32 ALedgerNumber, Int32 AReceiptNumber) |
|
static bool | StoreDefaultFile (string APurpose, string AFileName, byte[] AFileContent, out TVerificationResultCollection AVerificationResult) |
| Store a default HTML or logo or signature file. More...
|
|
static bool | LoadReceiptDefaults (out string AFileNameHTML, out string AFileNameLogo, out string AFileNameSignature, out string AEmailSubject, out string AEmailBody, out string AEmailFrom, out string AEmailFromName, out string AEmailFilename) |
| get the filenames of the stored template files for annual gift receipt, and other defaults More...
|
|
This connector allows creating the gift receipts /summary>