OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Server.App.WebService.TMFinanceWebService Class Reference

this publishes the SOAP web services of OpenPetra.org for module Finance More...

Inheritance diagram for Ict.Petra.Server.App.WebService.TMFinanceWebService:

Public Member Functions

 TMFinanceWebService ()
 constructor, which is called for each http request More...
 
string TAPTransactionWebConnector_GetLedgerInfo (System.Int32 ALedgerNumber)
 web connector method call More...
 
string TAPTransactionWebConnector_LoadAApSupplier (System.Int32 ALedgerNumber, System.Int64 APartnerKey, string ADataBase)
 web connector method call More...
 
string TAPTransactionWebConnector_LoadAApDocument (System.Int32 ALedgerNumber, System.Int32 AApDocumentId, string ADataBase)
 web connector method call More...
 
string TAPTransactionWebConnector_CreateAApDocument (System.Int32 ALedgerNumber, System.Int64 APartnerKey, System.Boolean ACreditNoteOrInvoice, string ADataBase)
 web connector method call More...
 
string TAPTransactionWebConnector_SaveAApDocument (string AInspectDS, string ADataBase)
 web connector method call More...
 
string TAPTransactionWebConnector_CreateAApDocumentDetail (System.Int32 ALedgerNumber, System.Int32 AApDocumentId, System.String AApSupplier_DefaultExpAccount, System.String AApSupplier_DefaultCostCentre, string AAmount, System.Int32 ALastDetailNumber)
 web connector method call More...
 
string TAPTransactionWebConnector_CheckAccountsAndCostCentres (System.Int32 ALedgerNumber, List< String > AccountCodesCostCentres)
 web connector method call More...
 
string TAPTransactionWebConnector_ApproveAPDocuments (System.Int32 ALedgerNumber, List< Int32 > AApproveTheseDocs)
 web connector method call More...
 
void TAPTransactionWebConnector_CancelAPDocuments (System.Int32 ALedgerNumber, List< Int32 > ACancelTheseDocs, System.Boolean ADeleteCancelledRows, string ADataBase)
 web connector method call More...
 
string TAPTransactionWebConnector_PostAPDocuments (System.Int32 ALedgerNumber, List< Int32 > AAPDocumentIds, string APostingDate, System.Boolean Reversal, string ADataBase)
 web connector method call More...
 
string TAPTransactionWebConnector_CreatePaymentTableEntries (string ADataset, System.Int32 ALedgerNumber, List< Int32 > ADocumentsToPay)
 web connector method call More...
 
string TAPTransactionWebConnector_PostAPPayments (string AMainDS, string APostingDate, string ADataBase)
 web connector method call More...
 
string TAPTransactionWebConnector_LoadAPPayment (System.Int32 ALedgerNumber, System.Int32 APaymentNumber, string ADataBase)
 web connector method call More...
 
System.Boolean TAPTransactionWebConnector_WasThisPaymentReversed (System.Int32 ALedgerNumber, System.Int32 APaymentNumber)
 web connector method call More...
 
string TAPTransactionWebConnector_ReversePayment (System.Int32 ALedgerNumber, System.Int32 APaymentNumber, string APostingDate, string ADataBase)
 web connector method call More...
 
string TRemittanceWebConnector_CreateRemittanceAdviceFormData (string AFormLetterFinanceInfo, List< System.Int32 > APaymentNumberList, System.Int32 ALedgerNumber)
 web connector method call More...
 
string TRemittanceWebConnector_CreateRemittanceAdviceAndChequeFormData (string AFormLetterFinanceInfo, string APaymentTable, System.Int32 ALedgerNumber, System.Boolean AIncludeChequeFormData)
 web connector method call More...
 
System.Boolean TBankImportWebConnector_SaveSettings (System.String ASeparator, System.String AFileEncoding, System.String ADateFormat, System.String ANumberFormat, System.String AColumnMeaning, System.String AStartAfterLine)
 web connector method call More...
 
string TBankImportWebConnector_ReadSettings ()
 web connector method call More...
 
string TBankImportWebConnector_ImportFromCSVFile (System.Int32 ALedgerNumber, System.String ABankAccountCode, System.String ABankStatementFilename, System.String ACSVContent, System.String ASeparator, System.String ADateFormat, System.String ANumberFormat, System.String AColumnMeaning, System.String AStartAfterLine)
 web connector method call More...
 
string TBankImportWebConnector_ImportFromMT940File (System.Int32 ALedgerNumber, System.String ABankAccountCode, System.String ABankStatementFilename, System.String AMT940Content)
 web connector method call More...
 
string TBankImportWebConnector_ImportFromCAMTFile (System.Int32 ALedgerNumber, System.String ABankAccountCode, System.String ABankStatementFilename, System.String ACAMTContent)
 web connector method call More...
 
string TBankImportWebConnector_ImportFromCAMTZIPFile (System.Int32 ALedgerNumber, System.String ABankAccountCode, string AZipFileContent)
 web connector method call More...
 
System.Boolean TBankImportWebConnector_TrainBankStatement (System.Int32 ALedgerNumber, string ADateOfStatement, System.String ABankAccountCode)
 web connector method call More...
 
System.Boolean TBankImportWebConnector_TrainBankStatementsLastMonth (System.Int32 ALedgerNumber, string AToday)
 web connector method call More...
 
string TBankImportWebConnector_GetImportedBankStatements (System.Int32 ALedgerNumber, System.Int16 ALimit)
 web connector method call More...
 
string TBankImportWebConnector_DropBankStatement (System.Int32 ALedgerNumber, System.Int32 AStatementKey, string ADataBase)
 web connector method call More...
 
string TBankImportWebConnector_DropBankStatements (System.Int32 ALedgerNumber, System.String ACriteria)
 web connector method call More...
 
string TBankImportWebConnector_GetBankStatementTransactionsAndMatches (System.Int32 AStatementKey, System.Int32 ALedgerNumber, System.Boolean AInitialLoad, System.Boolean AClearTables, string ADataBase)
 web connector method call More...
 
string TBankImportWebConnector_GetTransactions (System.Int32 AStatementKey, System.Int32 ALedgerNumber, System.String AMatchAction)
 web connector method call More...
 
string TBankImportWebConnector_LoadTransactionAndDetails (System.Int32 AStatementKey, System.Int32 ALedgerNumber, System.Int32 AOrderNumber)
 web connector method call More...
 
string TBankImportWebConnector_LoadTransactionDetail (System.Int32 ALedgerNumber, System.Int32 AStatementKey, System.Int32 AOrder, System.Int32 ADetail)
 web connector method call More...
 
System.Boolean TBankImportWebConnector_CommitMatches (string AMainDS)
 web connector method call More...
 
string TBankImportWebConnector_MaintainTransaction (System.String action, System.Int32 ALedgerNumber, System.Int32 AStatementKey, System.Int32 AOrder, System.String MatchAction, System.Int64 ADonorKey)
 web connector method call More...
 
string TBankImportWebConnector_MaintainTransactionDetail (System.String action, System.Int32 ALedgerNumber, System.Int32 AStatementKey, System.Int32 AOrder, System.Int32 ADetail, System.String AMatchAction, System.Int64 ADonorKey, System.String AMotivationGroupCode, System.String AMotivationDetailCode, System.String AAccountCode, System.String ACostCentreCode, System.Int64 ARecipientKey, string AGiftTransactionAmount)
 web connector method call More...
 
string TBankImportWebConnector_CreateGiftBatch (System.Int32 ALedgerNumber, System.Int32 AStatementKey, string ADataBase)
 web connector method call More...
 
string TBankImportWebConnector_CreateGLBatch (System.Int32 ALedgerNumber, System.Int32 AStatementKey)
 web connector method call More...
 
string TBudgetAutoGenerateWebConnector_LoadBudgetForAutoGenerate (System.Int32 ALedgerNumber)
 web connector method call More...
 
System.Boolean TBudgetAutoGenerateWebConnector_GenBudgetForNextYear (System.Int32 ALedgerNumber, System.Int32 ABudgetSeq, System.String AForecastType)
 web connector method call More...
 
System.Decimal TBudgetAutoGenerateWebConnector_SetBudgetPeriodBaseAmount (string FMainDS, System.Int32 ABudgetSequence, System.Int32 APeriodNumber, string ABudgetAmount)
 web connector method call More...
 
System.Decimal TBudgetAutoGenerateWebConnector_GetBudgetPeriodAmount (string FMainDS, System.Int32 ABudgetSequence, System.Int32 APeriodNumber)
 web connector method call More...
 
void TBudgetConsolidateWebConnector_ConsolidateBudgets (System.Int32 ALedgerNumber, System.Boolean AConsolidateAll)
 web connector method call More...
 
string TBudgetConsolidateWebConnector_GetBudgetValue (string APeriodDataTable, System.Int32 AGLMSequence, System.Int32 APeriodNumber)
 web connector method call More...
 
string TBudgetMaintainWebConnector_LoadAllBudgetsForExport (System.Int32 ALedgerNumber)
 web connector method call More...
 
string TBudgetMaintainWebConnector_LoadBudgetsForYear (System.Int32 ALedgerNumber, System.Int32 ABudgetYear)
 web connector method call More...
 
string TBudgetMaintainWebConnector_SaveBudget (string AInspectDS)
 web connector method call More...
 
string TBudgetMaintainWebConnector_ImportBudgets (System.Int32 ALedgerNumber, System.String AImportString, System.String ACSVFileName, string AFdlgSeparator, string AImportDS)
 web connector method call More...
 
string TBudgetMaintainWebConnector_ExportBudgets (System.Int32 ALedgerNumber, System.String ACSVFileName, string AFdlgSeparator, System.String AFileContents, string AExportDS)
 web connector method call More...
 
string TFinanceServerLookupWebConnector_GetCurrentPeriodDates (System.Int32 ALedgerNumber)
 web connector method call More...
 
string TFinanceServerLookupWebConnector_GetCurrentPostingRangeDates (System.Int32 ALedgerNumber)
 web connector method call More...
 
System.Boolean TFinanceServerLookupWebConnector_HasSuspenseAccounts (System.Int32 ALedgerNumber)
 web connector method call More...
 
string TFinanceServerLookupWebConnector_GetPartnerKeyForForeignCostCentreCode (System.Int32 ALedgerNumber, System.String ACostCentreCode)
 web connector method call More...
 
string TFinanceServerLookupWebConnector_GetLedgerBaseCurrency (System.Int32 ALedgerNumber, string ADataBase)
 web connector method call More...
 
string TFinanceServerLookupWebConnector_GetForeignCurrencyAccountActuals (string AForeignCurrencyAccounts, System.Int32 ALedgerNumber, System.Int32 AYear)
 web connector method call More...
 
string TFinanceServerLookupWebConnector_GetCurrencyLanguage (System.String ACurrencyCode)
 web connector method call More...
 
string TFinanceServerLookupWebConnector_TypeAheadAccountCode (System.Int32 ALedgerNumber, System.String ASearch, System.Boolean APostingOnly, System.Boolean AExcludePosting, System.Boolean AActiveOnly, System.Boolean ABankAccountOnly, System.Int32 ALimit)
 web connector method call More...
 
string TFinanceServerLookupWebConnector_TypeAheadCostCentreCode (System.Int32 ALedgerNumber, System.String ASearch, System.Boolean APostingOnly, System.Boolean AExcludePosting, System.Boolean AActiveOnly, System.Boolean ALocalOnly, System.Boolean AIndicateInactive, System.Int32 ALimit)
 web connector method call More...
 
string TFinanceServerLookupWebConnector_TypeAheadMotivationGroup (System.Int32 ALedgerNumber, System.String ASearch, System.Int32 ALimit)
 web connector method call More...
 
string TFinanceServerLookupWebConnector_TypeAheadMotivationDetail (System.Int32 ALedgerNumber, System.String ASearch, System.Int32 ALimit)
 web connector method call More...
 
string TCrossLedger_LoadDailyExchangeRateData (System.Boolean ADeleteAgedExchangeRatesFirst)
 web connector method call More...
 
string TCrossLedger_LoadDailyExchangeRateData2 (System.Boolean ADeleteAgedExchangeRatesFirst, string AFromDate, string AToDate)
 web connector method call More...
 
string TAdjustmentWebConnector_GetGiftsForReverseAdjust (string requestParams, string AGiftDS)
 web connector method call More...
 
string TAdjustmentWebConnector_GetGiftsForFieldChangeAdjustment (string AGiftDS, System.Int32 ALedgerNumber, System.Int64 ARecipientKey, string AStartDate, string AEndDate, System.Int64 AOldField)
 web connector method call More...
 
string TAdjustmentWebConnector_CheckGiftsNotPreviouslyReversed (string AGiftDS)
 web connector method call More...
 
void TAdjustmentWebConnector_ReversedGiftReset (System.Int32 ALedgerNumber, List< System.String > AModifiedDetailKeys)
 web connector method call More...
 
string TAdjustmentWebConnector_GiftRevertAdjust (System.Int32 ALedgerNumber, System.Int32 ABatchNumber, System.Int32 AGiftTransactionNumber, System.Int32 AGiftDetailNumber, System.Boolean ABatchSelected, System.Int32 ANewBatchNumber, string ANewGLDateEffective, string AFunction, System.Boolean ANoReceipt, string ANewPct)
 web connector method call More...
 
string TGiftSetupWebConnector_LoadMotivationDetails (System.Int32 ALedgerNumber, System.String AMotivationGroupCode)
 web connector method call More...
 
string TGiftSetupWebConnector_MaintainMotivationGroups (System.String action, System.Int32 ALedgerNumber, System.String AMotivationGroupCode, System.String AMotivationGroupDescription, System.Boolean AGroupStatus)
 web connector method call More...
 
string TGiftSetupWebConnector_MaintainMotivationDetails (System.String action, System.Int32 ALedgerNumber, System.String AMotivationGroupCode, System.String AMotivationDetailCode, System.String AMotivationDetailDesc, System.String AAccountCode, System.String ACostCentreCode, System.Boolean AMotivationStatus, System.Boolean ATaxDeductible, System.Boolean ASponsorship, System.Boolean AMembership, System.Boolean AWorkerSupport)
 web connector method call More...
 
string TGiftSetupWebConnector_LoadDefaultMotivation (System.Int32 ALedgerNumber)
 web connector method call More...
 
string TGiftSetupWebConnector_SetDefaultMotivationDetail (System.Int32 ALedgerNumber, System.String AMotivationGroupCode, System.String AMotivationDetailCode)
 web connector method call More...
 
string TGiftTransactionWebConnector_CreateAGiftBatch (System.Int32 ALedgerNumber)
 web connector method call More...
 
string TGiftTransactionWebConnector_CreateAGiftBatch2 (System.Int32 ALedgerNumber, string ADateEffective, System.String ABatchDescription, string ADataBase)
 web connector method call More...
 
string TGiftTransactionWebConnector_CreateARecurringGiftBatch (System.Int32 ALedgerNumber, string ADataBase)
 web connector method call More...
 
string TGiftTransactionWebConnector_SubmitRecurringGiftBatch (System.Int32 ALedgerNumber, System.Int32 ARecurringBatchNumber, string AEffectiveDate, System.String AReference, string AExchangeRateToBase, string AExchangeRateIntlToBase)
 web connector method call More...
 
string TGiftTransactionWebConnector_GetAvailableGiftYears (System.Int32 ALedgerNumber)
 web connector method call More...
 
string TGiftTransactionWebConnector_LoadALedgerTable (System.Int32 ALedgerNumber)
 web connector method call More...
 
string TGiftTransactionWebConnector_LoadAGiftBatchForYearPeriod (System.Int32 ALedgerNumber, System.Int32 AYear, System.Int32 APeriod, System.String ABatchStatus)
 web connector method call More...
 
string TGiftTransactionWebConnector_LoadAGiftBatch (System.Int32 ALedgerNumber, System.Int32 ABatchNumber)
 web connector method call More...
 
string TGiftTransactionWebConnector_LoadAGiftBatchesForCurrentYear (System.Int32 ALedgerNumber)
 web connector method call More...
 
string TGiftTransactionWebConnector_LoadAGiftBatchesForCurrentYearPeriod (System.Int32 ALedgerNumber)
 web connector method call More...
 
string TGiftTransactionWebConnector_LoadAGiftSingle (System.Int32 ALedgerNumber, System.Int32 ABatchNumber, System.Int32 AGiftTransactionNumber)
 web connector method call More...
 
string TGiftTransactionWebConnector_LoadDonorLastPostedGift (System.Int64 ADonorPartnerKey, System.Int32 ALedgerNumber, string ALatestUnpostedGiftDateEntered)
 web connector method call More...
 
System.Boolean TGiftTransactionWebConnector_DonorHasGiven (System.Int32 ALedgerNumber, System.Int64 ADonorPartnerKey)
 web connector method call More...
 
string TGiftTransactionWebConnector_LoadAGiftBatchSingle (System.Int32 ALedgerNumber, System.Int32 ABatchNumber)
 web connector method call More...
 
string TGiftTransactionWebConnector_LoadARecurringGiftBatch (System.Int32 ALedgerNumber)
 web connector method call More...
 
string TGiftTransactionWebConnector_LoadARecurringGiftBatchSingle (System.Int32 ALedgerNumber, System.Int32 ABatchNumber)
 web connector method call More...
 
string TGiftTransactionWebConnector_RetrieveCostCentreCodeForRecipient (System.Int32 ALedgerNumber, System.Int64 ARecipientPartnerKey, System.Int64 ARecipientLedgerNumber, string ADateGiftEntered, System.String AMotivationGroupCode, System.String AMotivationDetailCode)
 web connector method call More...
 
string TGiftTransactionWebConnector_IsRecipientLedgerNumberSetupForILT (System.Int32 ALedgerNumber, System.Int64 ARecipientPartnerKey, System.Int64 ARecipientLedgerNumber)
 web connector method call More...
 
string TGiftTransactionWebConnector_LoadGiftTransactionsForBatch (System.Int32 ALedgerNumber, System.Int32 ABatchNumber)
 web connector method call More...
 
string TGiftTransactionWebConnector_LoadGiftTransactionAndDetails (System.Int32 ALedgerNumber, System.Int32 ABatchNumber, System.Int32 AGiftTransactionNumber)
 web connector method call More...
 
string TGiftTransactionWebConnector_LoadGiftTransactionAndDetail (System.Int32 ALedgerNumber, System.Int32 ABatchNumber, System.Int32 AGiftTransactionNumber, System.Int32 ADetailNumber)
 web connector method call More...
 
string TGiftTransactionWebConnector_LoadBankingDetailsOfPartner (System.Int64 APartnerKey)
 web connector method call More...
 
string TGiftTransactionWebConnector_LoadRecurringGiftTransactionsForBatch (System.Int32 ALedgerNumber, System.Int32 ABatchNumber)
 web connector method call More...
 
string TGiftTransactionWebConnector_LoadDonorRecipientHistory (string requestParams)
 web connector method call More...
 
string TGiftTransactionWebConnector_SaveGiftBatchTDS (string AInspectDS, string ADataBase)
 web connector method call More...
 
string TGiftTransactionWebConnector_CancelBatch (System.Int32 ALedgerNumber, System.Int32 ABatchNumber)
 web connector method call More...
 
string TGiftTransactionWebConnector_PreviewGiftBatch (System.Int32 ALedgerNumber, System.Int32 ABatchNumber)
 web connector method call More...
 
string TGiftTransactionWebConnector_MaintainBatches (System.String action, System.Int32 ALedgerNumber, System.Int32 ABatchNumber, System.String ABatchDescription, string AGlEffectiveDate, System.String ABankAccountCode, System.String ABankCostCentre)
 web connector method call More...
 
string TGiftTransactionWebConnector_MaintainRecurringBatches (System.String action, System.Int32 ALedgerNumber, System.Int32 ABatchNumber, System.String ABatchDescription, System.String ABankAccountCode, System.String ABankCostCentre)
 web connector method call More...
 
string TGiftTransactionWebConnector_MaintainGifts (System.String action, System.Int32 ALedgerNumber, System.Int32 ABatchNumber, System.Int32 AGiftTransactionNumber, string ADateEntered, System.Int64 ADonorKey, System.String AReference)
 web connector method call More...
 
string TGiftTransactionWebConnector_MaintainRecurringGifts (System.String action, System.Int32 ALedgerNumber, System.Int32 ABatchNumber, System.Int32 AGiftTransactionNumber, System.Int64 ADonorKey, System.String AReference, System.Int32 ABankingDetailsKey, System.String ASepaMandateReference, string ASepaMandateGiven)
 web connector method call More...
 
string TGiftTransactionWebConnector_MaintainGiftDetails (System.String action, System.Int32 ALedgerNumber, System.Int32 ABatchNumber, System.Int32 AGiftTransactionNumber, System.Int32 ADetailNumber, string AGiftTransactionAmount, System.String AGiftCommentOne, System.String AMotivationGroupCode, System.String AMotivationDetailCode, System.Int64 ARecipientKey)
 web connector method call More...
 
string TGiftTransactionWebConnector_MaintainRecurringGiftDetails (System.String action, System.Int32 ALedgerNumber, System.Int32 ABatchNumber, System.Int32 AGiftTransactionNumber, System.Int32 ADetailNumber, string AGiftAmount, System.String AGiftCommentOne, System.String AMotivationGroupCode, System.String AMotivationDetailCode, System.Int64 ARecipientKey, string AStartDonations, string AEndDonations)
 web connector method call More...
 
string TGiftTransactionWebConnector_FindGiftRecipientExWorker (string AGiftDetailsToCheck, System.Int32 ANotInBatchNumber)
 web connector method call More...
 
string TGiftTransactionWebConnector_CheckCostCentreLinkForRecipient (System.Int32 ALedgerNumber, System.Int64 APartnerKey)
 web connector method call More...
 
System.Int64 TGiftTransactionWebConnector_GetRecipientGiftDestination (System.Int64 APartnerKey, string AGiftDate)
 web connector method call More...
 
string TGiftTransactionWebConnector_CheckCostCentreDestinationForRecipient (System.Int32 ALedgerNumber, System.Int64 APartnerKey, string ADataBase)
 web connector method call More...
 
string TGiftTransactionWebConnector_LoadAGiftBatchAndRelatedData (System.Int32 ALedgerNumber, System.Int32 ABatchNumber, System.Boolean AExcludeBatchRow)
 web connector method call More...
 
string TGiftTransactionWebConnector_LoadARecurringGiftBatchAndRelatedData (System.Int32 ALedgerNumber, System.Int32 ABatchNumber, System.Boolean AExcludeBatchRow)
 web connector method call More...
 
string TGiftTransactionWebConnector_CalculateAdminFee (string AMainDS, System.Int32 ALedgerNumber, System.String AFeeCode, string AGiftAmount)
 web connector method call More...
 
string TGiftTransactionWebConnector_PostGiftBatch (System.Int32 ALedgerNumber, System.Int32 AGiftBatchNumber, string ADataBase)
 web connector method call More...
 
string TGiftTransactionWebConnector_ExportAllGiftBatchData (System.Int32 ALedgerNumber, System.Int32 ABatchNumberStart, System.Int32 ABatchNumberEnd, string ABatchDateFrom, string ABatchDateTo, System.String ADateFormatString, System.Boolean ASummary, System.Boolean AUseBaseCurrency, string ADateForSummary, System.String ANumberFormat, System.Boolean ATransactionsOnly, System.Boolean AExtraColumns, System.Int64 ARecipientNumber, System.Int64 AFieldNumber, System.Boolean AIncludeUnposted)
 web connector method call More...
 
string TGiftTransactionWebConnector_ExportRecurringGiftBatch (System.Int32 ALedgerNumber, System.Int32 ARecurringBatchNumber, string ACollectionDate)
 web connector method call More...
 
string TGiftTransactionWebConnector_ImportGiftBatches (string requestParams, System.String importString)
 web connector method call More...
 
string TGiftTransactionWebConnector_ImportGiftTransactions (string requestParams, System.String importString, System.Int32 AGiftBatchNumber)
 web connector method call More...
 
string TGiftTransactionWebConnector_GetEsrDefaults ()
 web connector method call More...
 
System.Boolean TGiftTransactionWebConnector_CommitEsrDefaults (string AEsrDefaults)
 web connector method call More...
 
System.Boolean TGiftTransactionWebConnector_VerifyPartnerKey (System.Int64 APartnerKey)
 web connector method call More...
 
string TGiftTransactionWebConnector_LoadPartnerData (System.Int64 APartnerKey)
 web connector method call More...
 
string TGiftTransactionWebConnector_LoadAllPartnerDataForBatch (System.Int32 ALedgerNumber, System.Int32 ABatchNumber)
 web connector method call More...
 
string TGiftTransactionWebConnector_GetDonorBankingDetails (System.Int64 APartnerKey, System.Int32 ABankingDetailsKey)
 web connector method call More...
 
string TGiftTransactionWebConnector_LoadPartnerTaxDeductiblePct (System.Int64 APartnerKey)
 web connector method call More...
 
string TGiftTransactionWebConnector_LoadPartnerTaxDeductiblePct2 (System.Int64 APartnerKey, string ADateValidFrom)
 web connector method call More...
 
string TGiftTransactionWebConnector_LoadPartnerPtax (System.Int64 APartnerKey)
 web connector method call More...
 
string TGiftTransactionWebConnector_IdentifyPartnerCostCentre (System.Int32 ALedgerNumber, System.Int64 AFieldNumber)
 web connector method call More...
 
System.Int64 TGiftTransactionWebConnector_GetRecipientFundNumber (System.Int64 APartnerKey, string AGiftDate)
 web connector method call More...
 
string TGiftTransactionWebConnector_KeyMinistryExists (System.Int64 APartnerKey)
 web connector method call More...
 
System.Boolean TGiftTransactionWebConnector_KeyMinistryIsActive (System.Int64 AKeyMinPartnerKey)
 web connector method call More...
 
string TGiftTransactionWebConnector_LoadKeyMinistry (System.Int64 APartnerKey, System.Boolean AActiveOnly)
 web connector method call More...
 
string TGiftTransactionWebConnector_InactiveKeyMinistriesFoundInBatch (System.Int32 ALedgerNumber, System.Int32 ABatchNumber, System.Boolean ARecurringGift)
 web connector method call More...
 
string TGuiTools_GetMotivationGroupAndDetailForPartner (System.Int64 APartnerKey, System.String AMotivationGroup, System.String AMotivationDetail)
 web connector method call More...
 
string TReceiptingWebConnector_CreateAnnualGiftReceipts (System.Int32 ALedgerNumber, System.String AFrequency, string AStartDate, string AEndDate, System.String AHTMLTemplate, string ALogoImage, System.String ALogoFilename, string ASignatureImage, System.String ASignatureFilename, System.String ALanguage, System.String AEmailSubject, System.String AEmailBody, System.String AEmailFrom, System.String AEmailFromName, System.String AEmailFilename, System.Boolean ADeceasedFirst, System.String AExtract, System.Int64 ADonorKey, System.String AAction, System.Boolean AOnlyTest)
 web connector method call More...
 
string TReceiptingWebConnector_GetUnreceiptedGifts (System.Int32 ALedgerNumber)
 web connector method call More...
 
string TReceiptingWebConnector_PrintGiftReceipt (System.String AGiftCurrency, System.String ADonorShortName, System.Int64 ADonorKey, string ADonorClass, string GiftsThisDonor, System.String AHTMLTemplateFilename)
 web connector method call More...
 
string TReceiptingWebConnector_PrintReceipts (System.Int32 ALedgerNumber, string AGiftTbl, System.String AHTMLTemplateFilename)
 web connector method call More...
 
void TReceiptingWebConnector_MarkReceiptsPrinted (System.Int32 ALedgerNumber, System.Int32 ABatchNumber, System.Int32 ATransactionNumber)
 web connector method call More...
 
void TReceiptingWebConnector_MarkReceiptsPrinted2 (System.Int32 ALedgerNumber, string AGiftTbl)
 web connector method call More...
 
System.Int32 TReceiptingWebConnector_GetLastReceiptNumber (System.Int32 ALedgerNumber)
 web connector method call More...
 
void TReceiptingWebConnector_SetLastReceiptNumber (System.Int32 ALedgerNumber, System.Int32 AReceiptNumber)
 web connector method call More...
 
string TReceiptingWebConnector_StoreDefaultFile (System.String APurpose, System.String AFileName, string AFileContent)
 web connector method call More...
 
string TReceiptingWebConnector_LoadReceiptDefaults ()
 web connector method call More...
 
string TTaxDeductibleWebConnector_IsPartnerARecipient (System.Int64 APartnerKey, string APct, string ADateFrom)
 web connector method call More...
 
void TTaxDeductibleWebConnector_UpdateUnpostedGiftsTaxDeductiblePct (System.Int64 ARecipientKey, string ANewPct, string ADateFrom)
 web connector method call More...
 
string TTaxDeductibleWebConnector_GetGiftsForTaxDeductiblePctAdjustment (string AGiftDS, System.Int64 ARecipientKey, string ADateFrom, string ANewPct)
 web connector method call More...
 
string TAccountingPeriodsWebConnector_GetCurrentPeriodDates (System.Int32 ALedgerNumber)
 web connector method call More...
 
string TAccountingPeriodsWebConnector_GetCurrentPostingRangeDates (System.Int32 ALedgerNumber)
 web connector method call More...
 
string TAccountingPeriodsWebConnector_GetRealPeriod (System.Int32 ALedgerNumber, System.Int32 ADiffPeriod, System.Int32 AYear, System.Int32 APeriod)
 web connector method call More...
 
System.Int32 TAccountingPeriodsWebConnector_GetNumberOfPeriods (System.Int32 ALedgerNumber)
 web connector method call More...
 
string TAccountingPeriodsWebConnector_GetPeriodStartDate (System.Int32 ALedgerNumber, System.Int32 AYear, System.Int32 ADiffPeriod, System.Int32 APeriod)
 web connector method call More...
 
string TAccountingPeriodsWebConnector_GetPeriodEndDate (System.Int32 ALedgerNumber, System.Int32 AYear, System.Int32 ADiffPeriod, System.Int32 APeriod, string ADataBase)
 web connector method call More...
 
string TAccountingPeriodsWebConnector_GetPeriodDates (System.Int32 ALedgerNumber, System.Int32 AYearNumber, System.Int32 ADiffPeriod, System.Int32 APeriodNumber)
 web connector method call More...
 
string TAccountingPeriodsWebConnector_GetAccountingYearByDate (System.Int32 ALedgerNumber, string ADate)
 web connector method call More...
 
string TAccountingPeriodsWebConnector_GetAccountingYearPeriodByDate (System.Int32 ALedgerNumber, string ADate)
 web connector method call More...
 
string TAccountingPeriodsWebConnector_GetAvailableGLYears (System.Int32 ALedgerNumber, System.Int32 ADiffPeriod, System.Boolean AIncludeNextYear)
 web connector method call More...
 
string TAccountingPeriodsWebConnector_GetAvailablePeriods (System.Int32 ALedgerNumber, System.Int32 AFinancialYear)
 web connector method call More...
 
string TAccountingPeriodsWebConnector_GetAvailableGLYearEnds (System.Int32 ALedgerNumber, System.Int32 ADiffPeriod, System.Boolean AIncludeNextYear)
 web connector method call More...
 
string TAccountingPeriodsWebConnector_GetAvailableGLYearsHOSA (System.Int32 ALedgerNumber)
 web connector method call More...
 
string TAccountingPeriodsWebConnector_DecrementYear (string ADate)
 web connector method call More...
 
string TAccountingPeriodsWebConnector_GetFirstDayOfAccountingPeriod (System.Int32 ALedgerNumber, string ADateInAPeriod, string ADataBase)
 web connector method call More...
 
string TGLTransactionWebConnector_CreateABatch (System.Int32 ALedgerNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_CreateARecurringBatch (System.Int32 ALedgerNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_LoadABatch (System.Int32 ALedgerNumber, System.Int32 ABatchYear, System.Int32 ABatchPeriod, System.String ABatchStatus, System.Int32 AMaxRecords)
 web connector method call More...
 
string TGLTransactionWebConnector_LoadABatch2 (System.Int32 ALedgerNumber, System.Int32 ABatchNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_LoadABatchAndRelatedTables (System.Int32 ALedgerNumber, System.Int32 ABatchNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_LoadABatchAJournalATransaction (System.Int32 ALedgerNumber, System.Int32 ABatchNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_LoadARecurringBatchARecurJournalARecurTransaction (System.Int32 ALedgerNumber, System.Int32 ABatchNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_LoadABatchAJournal (System.Int32 ALedgerNumber, System.Int32 ABatchNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_LoadAJournal (System.Int32 ALedgerNumber, System.Int32 ABatchNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_LoadABatchAJournal2 (System.Int32 ALedgerNumber, System.Int32 ABatchNumber, System.Int32 AJournalNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_LoadAJournal2 (System.Int32 ALedgerNumber, System.Int32 ABatchNumber, System.Int32 AJournalNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_LoadAJournalATransaction (System.Int32 ALedgerNumber, System.Int32 ABatchNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_LoadAJournalAndRelatedTablesForBatch (System.Int32 ALedgerNumber, System.Int32 ABatchNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_LoadAJournalAndRelatedTables (System.Int32 ALedgerNumber, System.Int32 ABatchNumber, System.Int32 AJournalNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_LoadARecurringJournalAndRelatedTablesForBatch (System.Int32 ALedgerNumber, System.Int32 ABatchNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_LoadARecurringTransactionAndRelatedTablesForBatch (System.Int32 ALedgerNumber, System.Int32 ABatchNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_LoadAJournalATransaction2 (System.Int32 ALedgerNumber, System.Int32 ABatchNumber, System.Int32 AJournalNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_LoadARecurringJournalARecurringTransaction (System.Int32 ALedgerNumber, System.Int32 ABatchNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_LoadARecurringJournalARecurringTransaction2 (System.Int32 ALedgerNumber, System.Int32 ABatchNumber, System.Int32 AJournalNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_LoadATransactionForJournal (System.Int32 ALedgerNumber, System.Int32 ABatchNumber, System.Int32 AJournalNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_LoadARecurringTransaction (System.Int32 ALedgerNumber, System.Int32 ABatchNumber, System.Int32 AJournalNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_LoadARecurringTransactionAndRelatedTablesForJournal (System.Int32 ALedgerNumber, System.Int32 ABatchNumber, System.Int32 AJournalNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_LoadATransactionForBatch (System.Int32 ALedgerNumber, System.Int32 ABatchNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_LoadARecurringTransaction2 (System.Int32 ALedgerNumber, System.Int32 ABatchNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_LoadATransactionAndRelatedTablesForBatch (System.Int32 ALedgerNumber, System.Int32 ABatchNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_LoadATransactionAndRelatedTablesForJournal (System.Int32 ALedgerNumber, System.Int32 ABatchNumber, System.Int32 AJournalNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_LoadATransAnalAttribForTransaction (System.Int32 ALedgerNumber, System.Int32 ABatchNumber, System.Int32 AJournalNumber, System.Int32 ATransactionNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_LoadATransAnalAttribForBatch (System.Int32 ALedgerNumber, System.Int32 ABatchNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_LoadATransAnalAttribForJournal (System.Int32 ALedgerNumber, System.Int32 ABatchNumber, System.Int32 AJournalNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_LoadAAnalysisAttributes (System.Int32 ALedgerNumber, System.Boolean AActiveOnly)
 web connector method call More...
 
string TGLTransactionWebConnector_LoadALedgerTable (System.Int32 ALedgerNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_LoadARecurringBatch (System.Int32 ALedgerNumber, string AFilterBatchStatus)
 web connector method call More...
 
string TGLTransactionWebConnector_LoadARecurringBatchAndRelatedTables (System.Int32 ALedgerNumber, System.Int32 ABatchNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_LoadARecurringJournal (System.Int32 ALedgerNumber, System.Int32 ABatchNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_LoadARecurringJournal2 (System.Int32 ALedgerNumber, System.Int32 ABatchNumber, System.Int32 AJournalNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_LoadARecurringTransactionARecurringTransAnalAttrib (System.Int32 ALedgerNumber, System.Int32 ABatchNumber, System.Int32 AJournalNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_LoadARecurringTransAnalAttrib (System.Int32 ALedgerNumber, System.Int32 ABatchNumber, System.Int32 AJournalNumber, System.Int32 ATransactionNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_LoadARecurringTransAnalAttribForBatch (System.Int32 ALedgerNumber, System.Int32 ABatchNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_LoadARecurringTransAnalAttribForJournal (System.Int32 ALedgerNumber, System.Int32 ABatchNumber, System.Int32 AJournalNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_SaveGLBatchTDS (string AInspectDS, string ADataBase)
 web connector method call More...
 
string TGLTransactionWebConnector_MaintainBatches (System.String action, System.Int32 ALedgerNumber, System.Int32 ABatchNumber, System.String ABatchDescription, string ADateEffective, System.String ABatchStatus, System.String TransactionCurrency, string ABatchCreditTotal, string ABatchDebitTotal, string ADataBase)
 web connector method call More...
 
string TGLTransactionWebConnector_MaintainTransactions (System.String action, System.Int32 ALedgerNumber, System.Int32 ABatchNumber, System.Int32 AJournalNumber, System.Int32 ATransactionNumber, System.String ANarrative, System.String AReference, string ATransactionDate, string AAmountInBaseCurrency, string AAmountInIntlCurrency, System.Boolean ADebitCreditIndicator, System.String AAccountCode, System.String ACostCentreCode, string ADataBase)
 web connector method call More...
 
string TGLTransactionWebConnector_ProcessTransAndAttributesForDeletion (string AMainDS, System.Int32 ALedgerNumber, System.Int32 ABatchNumber, System.Int32 AJournalNumber, System.Int32 AHighestTransactionNumber, System.Int32 ATransactionToDelete)
 web connector method call More...
 
string TGLTransactionWebConnector_ProcessRecurrJrnlTransAttribForDeletion (string AMainDS, System.Int32 ALedgerNumber, System.Int32 ABatchNumber, System.Int32 AHighestJournalNumber, System.Int32 AJournalToDelete)
 web connector method call More...
 
string TGLTransactionWebConnector_ProcessRecurringTransAndAttributesForDeletion (string AMainDS, System.Int32 ALedgerNumber, System.Int32 ABatchNumber, System.Int32 AJournalNumber, System.Int32 AHighestTransactionNumber, System.Int32 ATransactionToDelete)
 web connector method call More...
 
string TGLTransactionWebConnector_ReverseBatch (System.Int32 ALedgerNumber, System.Int32 ABatchNumberToReverse, string ADateForReversal, System.Boolean AAutoPostReverseBatch)
 web connector method call More...
 
string TGLTransactionWebConnector_PostGLBatch (System.Int32 ALedgerNumber, System.Int32 ABatchNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_CancelGLBatch (System.Int32 ALedgerNumber, System.Int32 ABatchNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_TestPostGLBatch (System.Int32 ALedgerNumber, System.Int32 ABatchNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_SubmitRecurringGLBatch (string AGLMainDS, string ARequestParams, string AExchangeRatesDictionary, string AVerifications)
 web connector method call More...
 
string TGLTransactionWebConnector_GetStandardCostCentre (System.Int32 ALedgerNumber)
 web connector method call More...
 
System.Decimal TGLTransactionWebConnector_GetDailyExchangeRate (System.String ACurrencyFrom, System.String ACurrencyTo, string ADateEffective)
 web connector method call More...
 
System.Decimal TGLTransactionWebConnector_GetDailyExchangeRate2 (System.String ACurrencyFrom, System.String ACurrencyTo, string ADateEffective, System.Int32 APriorDaysAllowed, System.Boolean AEnforceUniqueRate)
 web connector method call More...
 
System.Decimal TGLTransactionWebConnector_GetCorporateExchangeRate (System.String ACurrencyFrom, System.String ACurrencyTo, string AStartDate, string AEndDate)
 web connector method call More...
 
string TGLTransactionWebConnector_GLBatchCanBeCancelled (System.Int32 ALedgerNumber, System.Int32 ABatchNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_ExportAllGLBatchData (string batches, string requestParams)
 web connector method call More...
 
string TGLTransactionWebConnector_ExportGLBatchTransactions (System.Int32 ALedgerNumber, System.Int32 ABatchNumber, System.Int32 AJournalNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_ImportGLBatches (System.Int32 ALedgerNumber, System.String AImportString, System.String ADelimiter, System.String ADateFormatString, System.String ANumberFormat, System.String ANewLine)
 web connector method call More...
 
string TGLTransactionWebConnector_ImportGLTransactions (System.Int32 ALedgerNumber, System.Int32 ABatchNumber, System.Int32 AJournalNumber, System.String AImportString, System.String ADelimiter, System.String ADateFormatString, System.String ANumberFormat, System.String ANewLine)
 web connector method call More...
 
string TGLTransactionWebConnector_GetAccountsForReallocationJournal (System.Int32 ALedgerNumber, System.Int32 APeriodNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_UpdateBatchTotalsWithLoad (string AMainDS, System.Int32 ALedgerNumber, System.Int32 ABatchNumber)
 web connector method call More...
 
string TGLTransactionWebConnector_UpdateRecurringBatchTotalsWithLoad (string AMainDS, System.Int32 ALedgerNumber, System.Int32 ABatchNumber)
 web connector method call More...
 
void TPeriodIntervalConnector_CancelPeriodOperation ()
 web connector method call More...
 
string TPeriodIntervalConnector_PeriodYearEnd (System.Int32 ALedgerNum, System.Boolean AIsInInfoMode, string ADataBase)
 web connector method call More...
 
string TPeriodIntervalConnector_PeriodMonthEnd (System.Int32 ALedgerNumber, System.Boolean AInfoMode, string ADataBase)
 web connector method call More...
 
string TRevaluationWebConnector_Revaluate (System.Int32 ALedgerNum, string AForeignAccount, string AForeignCurrency, string ANewExchangeRate, System.String ACostCentre)
 web connector method call More...
 
string TGenHOSAFilesReportsWebConnector_GenerateHOSAFiles (System.Int32 ALedgerNumber, System.Int32 APeriodNumber, System.Int32 AIchNumber, System.String ACostCentre, System.String ACurrencySelect, System.String AFileName, string ADataBase)
 web connector method call More...
 
string TGenHOSAFilesReportsWebConnector_ReplaceHeaderInFile (System.String AFileName, System.String AHeaderText, string AVerificationResult)
 web connector method call More...
 
string TStewardshipCalculationWebConnector_PerformStewardshipCalculation (System.Int32 ALedgerNumber, System.Int32 APeriodNumber, string ADataBase)
 web connector method call More...
 
System.Boolean TStewardshipCalculationWebConnector_SelectedPeriodRequiresStewardshipRun (System.Int32 ALedgerNumber, System.Int32 ASelectedPeriod, System.Int32 ASelectedYear)
 web connector method call More...
 
string TFinanceReportingWebConnector_GetLedgerPeriodDetails (System.Int32 ALedgerNumber)
 web connector method call More...
 
string TFinanceReportingWebConnector_GetAvailableFinancialYears (System.Int32 ALedgerNumber, System.Int32 ADiffPeriod)
 web connector method call More...
 
string TFinanceReportingWebConnector_GetReceivingFields (System.Int32 ALedgerNumber, System.Boolean ASeparateDBConnection)
 web connector method call More...
 
string TFinanceReportingWebConnector_GetReportingCostCentres (System.Int32 ALedgerNumber, System.String ASummaryCostCentreCode, System.String ARemoveCostCentresFromList)
 web connector method call More...
 
string TFinanceReportingWebConnector_GetReportingAccounts (System.Int32 ALedgerNumber, System.String ASummaryAccountCodes, System.String ARemoveAccountsFromList)
 web connector method call More...
 
string TFinanceReportingWebConnector_GetLedgerName (System.Int32 ALedgerNumber)
 web connector method call More...
 
string TFinanceReportingWebConnector_GetPeriodBalances (System.String ALedgerFilter, System.String AAccountCodeFilter, System.String ACostCentreFilter, System.Int32 AFinancialYear, System.String ASortBy, string ATransactionsTbl, System.Int32 AStartPeriod, System.Int32 AEndPeriod, System.String ASelectedCurrency)
 web connector method call More...
 
string TFinanceReportingWebConnector_GetTransactionCurrency (System.Int32 ALedgerNumber, System.Int32 ABatchNumber)
 web connector method call More...
 
string TCorporateExchangeRatesSetupWebConnector_SaveCorporateExchangeSetupTDS (string AInspectDS)
 web connector method call More...
 
System.Boolean TCorporateExchangeRatesSetupWebConnector_CanDeleteCorporateExchangeRate (string ADateEffectiveFrom, System.String AIntlCurrency, System.String ATransactionCurrency)
 web connector method call More...
 
string TGLSetupWebConnector_LoadLedgerInfo (System.Int32 ALedgerNumber)
 web connector method call More...
 
string TGLSetupWebConnector_LoadLedgerSettings (System.Int32 ALedgerNumber)
 web connector method call More...
 
System.Boolean TGLSetupWebConnector_IsCalendarChangeAllowed (System.Int32 ALedgerNumber)
 web connector method call More...
 
System.Int32 TGLSetupWebConnector_NumberOfAccountingPeriods (System.Int32 ALedgerNumber)
 web connector method call More...
 
string TGLSetupWebConnector_GetActivatedSubsystems (System.Int32 ALedgerNumber)
 web connector method call More...
 
void TGLSetupWebConnector_ActivateGiftProcessingSubsystem (System.Int32 ALedgerNumber, System.Int32 AStartingReceiptNumber, string ADataBase)
 web connector method call More...
 
void TGLSetupWebConnector_ActivateAccountsPayableSubsystem (System.Int32 ALedgerNumber)
 web connector method call More...
 
System.Boolean TGLSetupWebConnector_CanGiftProcessingSubsystemBeDeactivated (System.Int32 ALedgerNumber)
 web connector method call More...
 
System.Boolean TGLSetupWebConnector_CanAccountsPayableSubsystemBeDeactivated (System.Int32 ALedgerNumber)
 web connector method call More...
 
System.Boolean TGLSetupWebConnector_DeactivateGiftProcessingSubsystem (System.Int32 ALedgerNumber)
 web connector method call More...
 
System.Boolean TGLSetupWebConnector_DeactivateAccountsPayableSubsystem (System.Int32 ALedgerNumber)
 web connector method call More...
 
string TGLSetupWebConnector_LoadAccountHierarchies (System.Int32 ALedgerNumber)
 web connector method call More...
 
string TGLSetupWebConnector_LoadAccountHierarchyHtmlCode (System.Int32 ALedgerNumber, System.String AAccountHierarchyCode)
 web connector method call More...
 
string TGLSetupWebConnector_LoadCostCentreHierarchyHtmlCode (System.Int32 ALedgerNumber)
 web connector method call More...
 
string TGLSetupWebConnector_LoadCostCentreHierarchy (System.Int32 ALedgerNumber)
 web connector method call More...
 
string TGLSetupWebConnector_LoadLocalCostCentres (System.Int32 ALedgerNumber)
 web connector method call More...
 
string TGLSetupWebConnector_LoadCostCentrePartnerLinks (System.Int32 ALedgerNumber, System.Int64 APartnerKey, string ADataBase)
 web connector method call More...
 
System.Boolean TGLSetupWebConnector_CostCentrePartnerLinksExist (System.Int32 ALedgerNumber, System.Int64 APartnerKey)
 web connector method call More...
 
string TGLSetupWebConnector_GetLinkedPartners (System.Int32 ALedgerNumber, System.String ACostCentreFilter)
 web connector method call More...
 
void TGLSetupWebConnector_SaveCostCentrePartnerLinks (System.Int32 ALedgerNumber, string APartnerCostCentreTbl)
 web connector method call More...
 
string TGLSetupWebConnector_SaveLedgerSettings (System.Int32 ALedgerNumber, string ACalendarStartDate, string AInspectDS)
 web connector method call More...
 
string TGLSetupWebConnector_SaveGLSetupTDS (System.Int32 ALedgerNumber, string AInspectDS)
 web connector method call More...
 
string TGLSetupWebConnector_GetAccountCodeAttributes (System.Int32 ALedgerNumber, System.String AAccountCode)
 web connector method call More...
 
string TGLSetupWebConnector_ExportAccountHierarchy (System.Int32 ALedgerNumber, System.String AAccountHierarchyName)
 web connector method call More...
 
string TGLSetupWebConnector_ExportAccountHierarchyYml (System.Int32 ALedgerNumber, System.String AAccountHierarchyName)
 web connector method call More...
 
string TGLSetupWebConnector_ExportCostCentreHierarchy (System.Int32 ALedgerNumber)
 web connector method call More...
 
string TGLSetupWebConnector_ExportCostCentreHierarchyYml (System.Int32 ALedgerNumber)
 web connector method call More...
 
string TGLSetupWebConnector_ImportAccountHierarchy (System.Int32 ALedgerNumber, System.String AHierarchyName, System.String AYmlAccountHierarchy)
 web connector method call More...
 
string TGLSetupWebConnector_ImportCostCentreHierarchy (System.Int32 ALedgerNumber, System.String AYmlHierarchy)
 web connector method call More...
 
string TGLSetupWebConnector_GetCountryCodes ()
 web connector method call More...
 
string TGLSetupWebConnector_GetCurrencyCodes ()
 web connector method call More...
 
string TGLSetupWebConnector_CreateNewLedger (System.Int32 ANewLedgerNumber, System.String ALedgerName, System.String ACountryCode, System.String ABaseCurrency, System.String AIntlCurrency, string ACalendarStartDate, System.Int32 ANumberOfAccountingPeriods, System.Int32 ACurrentPeriod, System.Int32 ANumberFwdPostingPeriods, System.Boolean AWithILT)
 web connector method call More...
 
System.Boolean TGLSetupWebConnector_ContainsTransactions (System.Int32 ALedgerNumber)
 web connector method call More...
 
string TGLSetupWebConnector_DeleteLedger (System.Int32 ALedgerNumber)
 web connector method call More...
 
string TGLSetupWebConnector_MaintainLedger (System.String action, System.Int32 ALedgerNumber, System.String ALedgerName, System.String ASepaCreditorName, System.String ASepaCreditorIban, System.String ASepaCreditorBic, System.String ASepaCreditorSchemeId, System.String AReceiptEmailPublicationCode)
 web connector method call More...
 
string TGLSetupWebConnector_GetAvailableLedgers ()
 web connector method call More...
 
string TGLSetupWebConnector_GetLedgerSystemDefaults (System.Int32 ALedgerNumber)
 web connector method call More...
 
string TGLSetupWebConnector_LoadAFreeformAnalysis (System.Int32 ALedgerNumber)
 web connector method call More...
 
string TGLSetupWebConnector_CanDetachTypeCodeFromAccount (System.Int32 ALedgerNumber, System.String AAccountCode, System.String ATypeCode)
 web connector method call More...
 
System.Int32 TGLSetupWebConnector_CheckDeleteAFreeformAnalysis (System.Int32 ALedgerNumber, System.String ATypeCode, System.String AAnalysisValue)
 web connector method call More...
 
System.Int32 TGLSetupWebConnector_CheckDeleteAAnalysisType (System.Int32 ALedgerNumber, System.String ATypeCode)
 web connector method call More...
 
string TGLSetupWebConnector_RequiredAnalysisAttributesForAccount (System.Int32 ALedgerNumber, System.String AAccountCode, System.Boolean AActiveOnly)
 web connector method call More...
 
string TGLSetupWebConnector_AccountHasAnalysisAttributes (System.Int32 ALedgerNumber, System.String AAccountCode, System.Boolean AActiveOnly)
 web connector method call More...
 
System.Boolean TGLSetupWebConnector_AccountHasAnalysisAttributes2 (System.Int32 ALedgerNumber, System.String AAccountCode, System.Boolean AActiveOnly)
 web connector method call More...
 
System.Boolean TGLSetupWebConnector_AccountAnalysisAttributeRequiresValues (System.Int32 ALedgerNumber, System.String AAnalysisTypeCode, System.Boolean AActiveOnly)
 web connector method call More...
 
string TGLSetupWebConnector_RenameAccountCode (System.String AOldCode, System.String ANewCode, System.Int32 ALedgerNumber)
 web connector method call More...
 
string TGLSetupWebConnector_GetCostCentreAttributes (System.Int32 ALedgerNumber, System.String ACostCentreCode)
 web connector method call More...
 
string TGLSetupWebConnector_RenameCostCentreCode (System.String AOldCode, System.String ANewCode, System.Int32 ALedgerNumber)
 web connector method call More...
 
System.Boolean TGLSetupWebConnector_CheckAccountCanBeMadeForeign (System.Int32 ALedgerNumber, System.String AAccountCode)
 web connector method call More...
 
System.Boolean TGLSetupWebConnector_CheckForeignAccountHasBalances (System.Int32 ALedgerNumber, System.Int32 AYear, System.String AAccountCode)
 web connector method call More...
 
System.Boolean TGLSetupWebConnector_ZeroForeignCurrencyBalances (System.Int32 ALedgerNumber, System.Int32 AYear, string AAccountCode)
 web connector method call More...
 

Detailed Description

this publishes the SOAP web services of OpenPetra.org for module Finance

Constructor & Destructor Documentation

◆ TMFinanceWebService()

Ict.Petra.Server.App.WebService.TMFinanceWebService.TMFinanceWebService ( )
inline

constructor, which is called for each http request

Member Function Documentation

◆ TAccountingPeriodsWebConnector_DecrementYear()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TAccountingPeriodsWebConnector_DecrementYear ( string  ADate)
inline

web connector method call

◆ TAccountingPeriodsWebConnector_GetAccountingYearByDate()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TAccountingPeriodsWebConnector_GetAccountingYearByDate ( System.Int32  ALedgerNumber,
string  ADate 
)
inline

web connector method call

◆ TAccountingPeriodsWebConnector_GetAccountingYearPeriodByDate()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TAccountingPeriodsWebConnector_GetAccountingYearPeriodByDate ( System.Int32  ALedgerNumber,
string  ADate 
)
inline

web connector method call

◆ TAccountingPeriodsWebConnector_GetAvailableGLYearEnds()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TAccountingPeriodsWebConnector_GetAvailableGLYearEnds ( System.Int32  ALedgerNumber,
System.Int32  ADiffPeriod,
System.Boolean  AIncludeNextYear 
)
inline

web connector method call

◆ TAccountingPeriodsWebConnector_GetAvailableGLYears()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TAccountingPeriodsWebConnector_GetAvailableGLYears ( System.Int32  ALedgerNumber,
System.Int32  ADiffPeriod,
System.Boolean  AIncludeNextYear 
)
inline

web connector method call

◆ TAccountingPeriodsWebConnector_GetAvailableGLYearsHOSA()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TAccountingPeriodsWebConnector_GetAvailableGLYearsHOSA ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TAccountingPeriodsWebConnector_GetAvailablePeriods()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TAccountingPeriodsWebConnector_GetAvailablePeriods ( System.Int32  ALedgerNumber,
System.Int32  AFinancialYear 
)
inline

web connector method call

◆ TAccountingPeriodsWebConnector_GetCurrentPeriodDates()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TAccountingPeriodsWebConnector_GetCurrentPeriodDates ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TAccountingPeriodsWebConnector_GetCurrentPostingRangeDates()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TAccountingPeriodsWebConnector_GetCurrentPostingRangeDates ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TAccountingPeriodsWebConnector_GetFirstDayOfAccountingPeriod()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TAccountingPeriodsWebConnector_GetFirstDayOfAccountingPeriod ( System.Int32  ALedgerNumber,
string  ADateInAPeriod,
string  ADataBase 
)
inline

web connector method call

◆ TAccountingPeriodsWebConnector_GetNumberOfPeriods()

System.Int32 Ict.Petra.Server.App.WebService.TMFinanceWebService.TAccountingPeriodsWebConnector_GetNumberOfPeriods ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TAccountingPeriodsWebConnector_GetPeriodDates()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TAccountingPeriodsWebConnector_GetPeriodDates ( System.Int32  ALedgerNumber,
System.Int32  AYearNumber,
System.Int32  ADiffPeriod,
System.Int32  APeriodNumber 
)
inline

web connector method call

◆ TAccountingPeriodsWebConnector_GetPeriodEndDate()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TAccountingPeriodsWebConnector_GetPeriodEndDate ( System.Int32  ALedgerNumber,
System.Int32  AYear,
System.Int32  ADiffPeriod,
System.Int32  APeriod,
string  ADataBase 
)
inline

web connector method call

◆ TAccountingPeriodsWebConnector_GetPeriodStartDate()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TAccountingPeriodsWebConnector_GetPeriodStartDate ( System.Int32  ALedgerNumber,
System.Int32  AYear,
System.Int32  ADiffPeriod,
System.Int32  APeriod 
)
inline

web connector method call

◆ TAccountingPeriodsWebConnector_GetRealPeriod()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TAccountingPeriodsWebConnector_GetRealPeriod ( System.Int32  ALedgerNumber,
System.Int32  ADiffPeriod,
System.Int32  AYear,
System.Int32  APeriod 
)
inline

web connector method call

◆ TAdjustmentWebConnector_CheckGiftsNotPreviouslyReversed()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TAdjustmentWebConnector_CheckGiftsNotPreviouslyReversed ( string  AGiftDS)
inline

web connector method call

◆ TAdjustmentWebConnector_GetGiftsForFieldChangeAdjustment()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TAdjustmentWebConnector_GetGiftsForFieldChangeAdjustment ( string  AGiftDS,
System.Int32  ALedgerNumber,
System.Int64  ARecipientKey,
string  AStartDate,
string  AEndDate,
System.Int64  AOldField 
)
inline

web connector method call

◆ TAdjustmentWebConnector_GetGiftsForReverseAdjust()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TAdjustmentWebConnector_GetGiftsForReverseAdjust ( string  requestParams,
string  AGiftDS 
)
inline

web connector method call

◆ TAdjustmentWebConnector_GiftRevertAdjust()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TAdjustmentWebConnector_GiftRevertAdjust ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber,
System.Int32  AGiftTransactionNumber,
System.Int32  AGiftDetailNumber,
System.Boolean  ABatchSelected,
System.Int32  ANewBatchNumber,
string  ANewGLDateEffective,
string  AFunction,
System.Boolean  ANoReceipt,
string  ANewPct 
)
inline

web connector method call

◆ TAdjustmentWebConnector_ReversedGiftReset()

void Ict.Petra.Server.App.WebService.TMFinanceWebService.TAdjustmentWebConnector_ReversedGiftReset ( System.Int32  ALedgerNumber,
List< System.String >  AModifiedDetailKeys 
)
inline

web connector method call

◆ TAPTransactionWebConnector_ApproveAPDocuments()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TAPTransactionWebConnector_ApproveAPDocuments ( System.Int32  ALedgerNumber,
List< Int32 >  AApproveTheseDocs 
)
inline

web connector method call

◆ TAPTransactionWebConnector_CancelAPDocuments()

void Ict.Petra.Server.App.WebService.TMFinanceWebService.TAPTransactionWebConnector_CancelAPDocuments ( System.Int32  ALedgerNumber,
List< Int32 >  ACancelTheseDocs,
System.Boolean  ADeleteCancelledRows,
string  ADataBase 
)
inline

web connector method call

◆ TAPTransactionWebConnector_CheckAccountsAndCostCentres()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TAPTransactionWebConnector_CheckAccountsAndCostCentres ( System.Int32  ALedgerNumber,
List< String >  AccountCodesCostCentres 
)
inline

web connector method call

◆ TAPTransactionWebConnector_CreateAApDocument()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TAPTransactionWebConnector_CreateAApDocument ( System.Int32  ALedgerNumber,
System.Int64  APartnerKey,
System.Boolean  ACreditNoteOrInvoice,
string  ADataBase 
)
inline

web connector method call

◆ TAPTransactionWebConnector_CreateAApDocumentDetail()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TAPTransactionWebConnector_CreateAApDocumentDetail ( System.Int32  ALedgerNumber,
System.Int32  AApDocumentId,
System.String  AApSupplier_DefaultExpAccount,
System.String  AApSupplier_DefaultCostCentre,
string  AAmount,
System.Int32  ALastDetailNumber 
)
inline

web connector method call

◆ TAPTransactionWebConnector_CreatePaymentTableEntries()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TAPTransactionWebConnector_CreatePaymentTableEntries ( string  ADataset,
System.Int32  ALedgerNumber,
List< Int32 >  ADocumentsToPay 
)
inline

web connector method call

◆ TAPTransactionWebConnector_GetLedgerInfo()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TAPTransactionWebConnector_GetLedgerInfo ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TAPTransactionWebConnector_LoadAApDocument()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TAPTransactionWebConnector_LoadAApDocument ( System.Int32  ALedgerNumber,
System.Int32  AApDocumentId,
string  ADataBase 
)
inline

web connector method call

◆ TAPTransactionWebConnector_LoadAApSupplier()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TAPTransactionWebConnector_LoadAApSupplier ( System.Int32  ALedgerNumber,
System.Int64  APartnerKey,
string  ADataBase 
)
inline

web connector method call

◆ TAPTransactionWebConnector_LoadAPPayment()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TAPTransactionWebConnector_LoadAPPayment ( System.Int32  ALedgerNumber,
System.Int32  APaymentNumber,
string  ADataBase 
)
inline

web connector method call

◆ TAPTransactionWebConnector_PostAPDocuments()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TAPTransactionWebConnector_PostAPDocuments ( System.Int32  ALedgerNumber,
List< Int32 >  AAPDocumentIds,
string  APostingDate,
System.Boolean  Reversal,
string  ADataBase 
)
inline

web connector method call

◆ TAPTransactionWebConnector_PostAPPayments()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TAPTransactionWebConnector_PostAPPayments ( string  AMainDS,
string  APostingDate,
string  ADataBase 
)
inline

web connector method call

◆ TAPTransactionWebConnector_ReversePayment()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TAPTransactionWebConnector_ReversePayment ( System.Int32  ALedgerNumber,
System.Int32  APaymentNumber,
string  APostingDate,
string  ADataBase 
)
inline

web connector method call

◆ TAPTransactionWebConnector_SaveAApDocument()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TAPTransactionWebConnector_SaveAApDocument ( string  AInspectDS,
string  ADataBase 
)
inline

web connector method call

◆ TAPTransactionWebConnector_WasThisPaymentReversed()

System.Boolean Ict.Petra.Server.App.WebService.TMFinanceWebService.TAPTransactionWebConnector_WasThisPaymentReversed ( System.Int32  ALedgerNumber,
System.Int32  APaymentNumber 
)
inline

web connector method call

◆ TBankImportWebConnector_CommitMatches()

System.Boolean Ict.Petra.Server.App.WebService.TMFinanceWebService.TBankImportWebConnector_CommitMatches ( string  AMainDS)
inline

web connector method call

◆ TBankImportWebConnector_CreateGiftBatch()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TBankImportWebConnector_CreateGiftBatch ( System.Int32  ALedgerNumber,
System.Int32  AStatementKey,
string  ADataBase 
)
inline

web connector method call

◆ TBankImportWebConnector_CreateGLBatch()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TBankImportWebConnector_CreateGLBatch ( System.Int32  ALedgerNumber,
System.Int32  AStatementKey 
)
inline

web connector method call

◆ TBankImportWebConnector_DropBankStatement()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TBankImportWebConnector_DropBankStatement ( System.Int32  ALedgerNumber,
System.Int32  AStatementKey,
string  ADataBase 
)
inline

web connector method call

◆ TBankImportWebConnector_DropBankStatements()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TBankImportWebConnector_DropBankStatements ( System.Int32  ALedgerNumber,
System.String  ACriteria 
)
inline

web connector method call

◆ TBankImportWebConnector_GetBankStatementTransactionsAndMatches()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TBankImportWebConnector_GetBankStatementTransactionsAndMatches ( System.Int32  AStatementKey,
System.Int32  ALedgerNumber,
System.Boolean  AInitialLoad,
System.Boolean  AClearTables,
string  ADataBase 
)
inline

web connector method call

◆ TBankImportWebConnector_GetImportedBankStatements()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TBankImportWebConnector_GetImportedBankStatements ( System.Int32  ALedgerNumber,
System.Int16  ALimit 
)
inline

web connector method call

◆ TBankImportWebConnector_GetTransactions()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TBankImportWebConnector_GetTransactions ( System.Int32  AStatementKey,
System.Int32  ALedgerNumber,
System.String  AMatchAction 
)
inline

web connector method call

◆ TBankImportWebConnector_ImportFromCAMTFile()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TBankImportWebConnector_ImportFromCAMTFile ( System.Int32  ALedgerNumber,
System.String  ABankAccountCode,
System.String  ABankStatementFilename,
System.String  ACAMTContent 
)
inline

web connector method call

◆ TBankImportWebConnector_ImportFromCAMTZIPFile()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TBankImportWebConnector_ImportFromCAMTZIPFile ( System.Int32  ALedgerNumber,
System.String  ABankAccountCode,
string  AZipFileContent 
)
inline

web connector method call

◆ TBankImportWebConnector_ImportFromCSVFile()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TBankImportWebConnector_ImportFromCSVFile ( System.Int32  ALedgerNumber,
System.String  ABankAccountCode,
System.String  ABankStatementFilename,
System.String  ACSVContent,
System.String  ASeparator,
System.String  ADateFormat,
System.String  ANumberFormat,
System.String  AColumnMeaning,
System.String  AStartAfterLine 
)
inline

web connector method call

◆ TBankImportWebConnector_ImportFromMT940File()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TBankImportWebConnector_ImportFromMT940File ( System.Int32  ALedgerNumber,
System.String  ABankAccountCode,
System.String  ABankStatementFilename,
System.String  AMT940Content 
)
inline

web connector method call

◆ TBankImportWebConnector_LoadTransactionAndDetails()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TBankImportWebConnector_LoadTransactionAndDetails ( System.Int32  AStatementKey,
System.Int32  ALedgerNumber,
System.Int32  AOrderNumber 
)
inline

web connector method call

◆ TBankImportWebConnector_LoadTransactionDetail()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TBankImportWebConnector_LoadTransactionDetail ( System.Int32  ALedgerNumber,
System.Int32  AStatementKey,
System.Int32  AOrder,
System.Int32  ADetail 
)
inline

web connector method call

◆ TBankImportWebConnector_MaintainTransaction()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TBankImportWebConnector_MaintainTransaction ( System.String  action,
System.Int32  ALedgerNumber,
System.Int32  AStatementKey,
System.Int32  AOrder,
System.String  MatchAction,
System.Int64  ADonorKey 
)
inline

web connector method call

◆ TBankImportWebConnector_MaintainTransactionDetail()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TBankImportWebConnector_MaintainTransactionDetail ( System.String  action,
System.Int32  ALedgerNumber,
System.Int32  AStatementKey,
System.Int32  AOrder,
System.Int32  ADetail,
System.String  AMatchAction,
System.Int64  ADonorKey,
System.String  AMotivationGroupCode,
System.String  AMotivationDetailCode,
System.String  AAccountCode,
System.String  ACostCentreCode,
System.Int64  ARecipientKey,
string  AGiftTransactionAmount 
)
inline

web connector method call

◆ TBankImportWebConnector_ReadSettings()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TBankImportWebConnector_ReadSettings ( )
inline

web connector method call

◆ TBankImportWebConnector_SaveSettings()

System.Boolean Ict.Petra.Server.App.WebService.TMFinanceWebService.TBankImportWebConnector_SaveSettings ( System.String  ASeparator,
System.String  AFileEncoding,
System.String  ADateFormat,
System.String  ANumberFormat,
System.String  AColumnMeaning,
System.String  AStartAfterLine 
)
inline

web connector method call

◆ TBankImportWebConnector_TrainBankStatement()

System.Boolean Ict.Petra.Server.App.WebService.TMFinanceWebService.TBankImportWebConnector_TrainBankStatement ( System.Int32  ALedgerNumber,
string  ADateOfStatement,
System.String  ABankAccountCode 
)
inline

web connector method call

◆ TBankImportWebConnector_TrainBankStatementsLastMonth()

System.Boolean Ict.Petra.Server.App.WebService.TMFinanceWebService.TBankImportWebConnector_TrainBankStatementsLastMonth ( System.Int32  ALedgerNumber,
string  AToday 
)
inline

web connector method call

◆ TBudgetAutoGenerateWebConnector_GenBudgetForNextYear()

System.Boolean Ict.Petra.Server.App.WebService.TMFinanceWebService.TBudgetAutoGenerateWebConnector_GenBudgetForNextYear ( System.Int32  ALedgerNumber,
System.Int32  ABudgetSeq,
System.String  AForecastType 
)
inline

web connector method call

◆ TBudgetAutoGenerateWebConnector_GetBudgetPeriodAmount()

System.Decimal Ict.Petra.Server.App.WebService.TMFinanceWebService.TBudgetAutoGenerateWebConnector_GetBudgetPeriodAmount ( string  FMainDS,
System.Int32  ABudgetSequence,
System.Int32  APeriodNumber 
)
inline

web connector method call

◆ TBudgetAutoGenerateWebConnector_LoadBudgetForAutoGenerate()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TBudgetAutoGenerateWebConnector_LoadBudgetForAutoGenerate ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TBudgetAutoGenerateWebConnector_SetBudgetPeriodBaseAmount()

System.Decimal Ict.Petra.Server.App.WebService.TMFinanceWebService.TBudgetAutoGenerateWebConnector_SetBudgetPeriodBaseAmount ( string  FMainDS,
System.Int32  ABudgetSequence,
System.Int32  APeriodNumber,
string  ABudgetAmount 
)
inline

web connector method call

◆ TBudgetConsolidateWebConnector_ConsolidateBudgets()

void Ict.Petra.Server.App.WebService.TMFinanceWebService.TBudgetConsolidateWebConnector_ConsolidateBudgets ( System.Int32  ALedgerNumber,
System.Boolean  AConsolidateAll 
)
inline

web connector method call

◆ TBudgetConsolidateWebConnector_GetBudgetValue()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TBudgetConsolidateWebConnector_GetBudgetValue ( string  APeriodDataTable,
System.Int32  AGLMSequence,
System.Int32  APeriodNumber 
)
inline

web connector method call

◆ TBudgetMaintainWebConnector_ExportBudgets()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TBudgetMaintainWebConnector_ExportBudgets ( System.Int32  ALedgerNumber,
System.String  ACSVFileName,
string  AFdlgSeparator,
System.String  AFileContents,
string  AExportDS 
)
inline

web connector method call

◆ TBudgetMaintainWebConnector_ImportBudgets()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TBudgetMaintainWebConnector_ImportBudgets ( System.Int32  ALedgerNumber,
System.String  AImportString,
System.String  ACSVFileName,
string  AFdlgSeparator,
string  AImportDS 
)
inline

web connector method call

◆ TBudgetMaintainWebConnector_LoadAllBudgetsForExport()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TBudgetMaintainWebConnector_LoadAllBudgetsForExport ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TBudgetMaintainWebConnector_LoadBudgetsForYear()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TBudgetMaintainWebConnector_LoadBudgetsForYear ( System.Int32  ALedgerNumber,
System.Int32  ABudgetYear 
)
inline

web connector method call

◆ TBudgetMaintainWebConnector_SaveBudget()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TBudgetMaintainWebConnector_SaveBudget ( string  AInspectDS)
inline

web connector method call

◆ TCorporateExchangeRatesSetupWebConnector_CanDeleteCorporateExchangeRate()

System.Boolean Ict.Petra.Server.App.WebService.TMFinanceWebService.TCorporateExchangeRatesSetupWebConnector_CanDeleteCorporateExchangeRate ( string  ADateEffectiveFrom,
System.String  AIntlCurrency,
System.String  ATransactionCurrency 
)
inline

web connector method call

◆ TCorporateExchangeRatesSetupWebConnector_SaveCorporateExchangeSetupTDS()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TCorporateExchangeRatesSetupWebConnector_SaveCorporateExchangeSetupTDS ( string  AInspectDS)
inline

web connector method call

◆ TCrossLedger_LoadDailyExchangeRateData()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TCrossLedger_LoadDailyExchangeRateData ( System.Boolean  ADeleteAgedExchangeRatesFirst)
inline

web connector method call

◆ TCrossLedger_LoadDailyExchangeRateData2()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TCrossLedger_LoadDailyExchangeRateData2 ( System.Boolean  ADeleteAgedExchangeRatesFirst,
string  AFromDate,
string  AToDate 
)
inline

web connector method call

◆ TFinanceReportingWebConnector_GetAvailableFinancialYears()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TFinanceReportingWebConnector_GetAvailableFinancialYears ( System.Int32  ALedgerNumber,
System.Int32  ADiffPeriod 
)
inline

web connector method call

◆ TFinanceReportingWebConnector_GetLedgerName()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TFinanceReportingWebConnector_GetLedgerName ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TFinanceReportingWebConnector_GetLedgerPeriodDetails()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TFinanceReportingWebConnector_GetLedgerPeriodDetails ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TFinanceReportingWebConnector_GetPeriodBalances()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TFinanceReportingWebConnector_GetPeriodBalances ( System.String  ALedgerFilter,
System.String  AAccountCodeFilter,
System.String  ACostCentreFilter,
System.Int32  AFinancialYear,
System.String  ASortBy,
string  ATransactionsTbl,
System.Int32  AStartPeriod,
System.Int32  AEndPeriod,
System.String  ASelectedCurrency 
)
inline

web connector method call

◆ TFinanceReportingWebConnector_GetReceivingFields()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TFinanceReportingWebConnector_GetReceivingFields ( System.Int32  ALedgerNumber,
System.Boolean  ASeparateDBConnection 
)
inline

web connector method call

◆ TFinanceReportingWebConnector_GetReportingAccounts()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TFinanceReportingWebConnector_GetReportingAccounts ( System.Int32  ALedgerNumber,
System.String  ASummaryAccountCodes,
System.String  ARemoveAccountsFromList 
)
inline

web connector method call

◆ TFinanceReportingWebConnector_GetReportingCostCentres()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TFinanceReportingWebConnector_GetReportingCostCentres ( System.Int32  ALedgerNumber,
System.String  ASummaryCostCentreCode,
System.String  ARemoveCostCentresFromList 
)
inline

web connector method call

◆ TFinanceReportingWebConnector_GetTransactionCurrency()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TFinanceReportingWebConnector_GetTransactionCurrency ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber 
)
inline

web connector method call

◆ TFinanceServerLookupWebConnector_GetCurrencyLanguage()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TFinanceServerLookupWebConnector_GetCurrencyLanguage ( System.String  ACurrencyCode)
inline

web connector method call

◆ TFinanceServerLookupWebConnector_GetCurrentPeriodDates()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TFinanceServerLookupWebConnector_GetCurrentPeriodDates ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TFinanceServerLookupWebConnector_GetCurrentPostingRangeDates()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TFinanceServerLookupWebConnector_GetCurrentPostingRangeDates ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TFinanceServerLookupWebConnector_GetForeignCurrencyAccountActuals()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TFinanceServerLookupWebConnector_GetForeignCurrencyAccountActuals ( string  AForeignCurrencyAccounts,
System.Int32  ALedgerNumber,
System.Int32  AYear 
)
inline

web connector method call

◆ TFinanceServerLookupWebConnector_GetLedgerBaseCurrency()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TFinanceServerLookupWebConnector_GetLedgerBaseCurrency ( System.Int32  ALedgerNumber,
string  ADataBase 
)
inline

web connector method call

◆ TFinanceServerLookupWebConnector_GetPartnerKeyForForeignCostCentreCode()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TFinanceServerLookupWebConnector_GetPartnerKeyForForeignCostCentreCode ( System.Int32  ALedgerNumber,
System.String  ACostCentreCode 
)
inline

web connector method call

◆ TFinanceServerLookupWebConnector_HasSuspenseAccounts()

System.Boolean Ict.Petra.Server.App.WebService.TMFinanceWebService.TFinanceServerLookupWebConnector_HasSuspenseAccounts ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TFinanceServerLookupWebConnector_TypeAheadAccountCode()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TFinanceServerLookupWebConnector_TypeAheadAccountCode ( System.Int32  ALedgerNumber,
System.String  ASearch,
System.Boolean  APostingOnly,
System.Boolean  AExcludePosting,
System.Boolean  AActiveOnly,
System.Boolean  ABankAccountOnly,
System.Int32  ALimit 
)
inline

web connector method call

◆ TFinanceServerLookupWebConnector_TypeAheadCostCentreCode()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TFinanceServerLookupWebConnector_TypeAheadCostCentreCode ( System.Int32  ALedgerNumber,
System.String  ASearch,
System.Boolean  APostingOnly,
System.Boolean  AExcludePosting,
System.Boolean  AActiveOnly,
System.Boolean  ALocalOnly,
System.Boolean  AIndicateInactive,
System.Int32  ALimit 
)
inline

web connector method call

◆ TFinanceServerLookupWebConnector_TypeAheadMotivationDetail()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TFinanceServerLookupWebConnector_TypeAheadMotivationDetail ( System.Int32  ALedgerNumber,
System.String  ASearch,
System.Int32  ALimit 
)
inline

web connector method call

◆ TFinanceServerLookupWebConnector_TypeAheadMotivationGroup()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TFinanceServerLookupWebConnector_TypeAheadMotivationGroup ( System.Int32  ALedgerNumber,
System.String  ASearch,
System.Int32  ALimit 
)
inline

web connector method call

◆ TGenHOSAFilesReportsWebConnector_GenerateHOSAFiles()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGenHOSAFilesReportsWebConnector_GenerateHOSAFiles ( System.Int32  ALedgerNumber,
System.Int32  APeriodNumber,
System.Int32  AIchNumber,
System.String  ACostCentre,
System.String  ACurrencySelect,
System.String  AFileName,
string  ADataBase 
)
inline

web connector method call

◆ TGenHOSAFilesReportsWebConnector_ReplaceHeaderInFile()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGenHOSAFilesReportsWebConnector_ReplaceHeaderInFile ( System.String  AFileName,
System.String  AHeaderText,
string  AVerificationResult 
)
inline

web connector method call

◆ TGiftSetupWebConnector_LoadDefaultMotivation()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftSetupWebConnector_LoadDefaultMotivation ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TGiftSetupWebConnector_LoadMotivationDetails()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftSetupWebConnector_LoadMotivationDetails ( System.Int32  ALedgerNumber,
System.String  AMotivationGroupCode 
)
inline

web connector method call

◆ TGiftSetupWebConnector_MaintainMotivationDetails()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftSetupWebConnector_MaintainMotivationDetails ( System.String  action,
System.Int32  ALedgerNumber,
System.String  AMotivationGroupCode,
System.String  AMotivationDetailCode,
System.String  AMotivationDetailDesc,
System.String  AAccountCode,
System.String  ACostCentreCode,
System.Boolean  AMotivationStatus,
System.Boolean  ATaxDeductible,
System.Boolean  ASponsorship,
System.Boolean  AMembership,
System.Boolean  AWorkerSupport 
)
inline

web connector method call

◆ TGiftSetupWebConnector_MaintainMotivationGroups()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftSetupWebConnector_MaintainMotivationGroups ( System.String  action,
System.Int32  ALedgerNumber,
System.String  AMotivationGroupCode,
System.String  AMotivationGroupDescription,
System.Boolean  AGroupStatus 
)
inline

web connector method call

◆ TGiftSetupWebConnector_SetDefaultMotivationDetail()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftSetupWebConnector_SetDefaultMotivationDetail ( System.Int32  ALedgerNumber,
System.String  AMotivationGroupCode,
System.String  AMotivationDetailCode 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_CalculateAdminFee()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_CalculateAdminFee ( string  AMainDS,
System.Int32  ALedgerNumber,
System.String  AFeeCode,
string  AGiftAmount 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_CancelBatch()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_CancelBatch ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_CheckCostCentreDestinationForRecipient()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_CheckCostCentreDestinationForRecipient ( System.Int32  ALedgerNumber,
System.Int64  APartnerKey,
string  ADataBase 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_CheckCostCentreLinkForRecipient()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_CheckCostCentreLinkForRecipient ( System.Int32  ALedgerNumber,
System.Int64  APartnerKey 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_CommitEsrDefaults()

System.Boolean Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_CommitEsrDefaults ( string  AEsrDefaults)
inline

web connector method call

◆ TGiftTransactionWebConnector_CreateAGiftBatch()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_CreateAGiftBatch ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TGiftTransactionWebConnector_CreateAGiftBatch2()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_CreateAGiftBatch2 ( System.Int32  ALedgerNumber,
string  ADateEffective,
System.String  ABatchDescription,
string  ADataBase 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_CreateARecurringGiftBatch()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_CreateARecurringGiftBatch ( System.Int32  ALedgerNumber,
string  ADataBase 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_DonorHasGiven()

System.Boolean Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_DonorHasGiven ( System.Int32  ALedgerNumber,
System.Int64  ADonorPartnerKey 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_ExportAllGiftBatchData()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_ExportAllGiftBatchData ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumberStart,
System.Int32  ABatchNumberEnd,
string  ABatchDateFrom,
string  ABatchDateTo,
System.String  ADateFormatString,
System.Boolean  ASummary,
System.Boolean  AUseBaseCurrency,
string  ADateForSummary,
System.String  ANumberFormat,
System.Boolean  ATransactionsOnly,
System.Boolean  AExtraColumns,
System.Int64  ARecipientNumber,
System.Int64  AFieldNumber,
System.Boolean  AIncludeUnposted 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_ExportRecurringGiftBatch()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_ExportRecurringGiftBatch ( System.Int32  ALedgerNumber,
System.Int32  ARecurringBatchNumber,
string  ACollectionDate 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_FindGiftRecipientExWorker()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_FindGiftRecipientExWorker ( string  AGiftDetailsToCheck,
System.Int32  ANotInBatchNumber 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_GetAvailableGiftYears()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_GetAvailableGiftYears ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TGiftTransactionWebConnector_GetDonorBankingDetails()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_GetDonorBankingDetails ( System.Int64  APartnerKey,
System.Int32  ABankingDetailsKey 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_GetEsrDefaults()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_GetEsrDefaults ( )
inline

web connector method call

◆ TGiftTransactionWebConnector_GetRecipientFundNumber()

System.Int64 Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_GetRecipientFundNumber ( System.Int64  APartnerKey,
string  AGiftDate 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_GetRecipientGiftDestination()

System.Int64 Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_GetRecipientGiftDestination ( System.Int64  APartnerKey,
string  AGiftDate 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_IdentifyPartnerCostCentre()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_IdentifyPartnerCostCentre ( System.Int32  ALedgerNumber,
System.Int64  AFieldNumber 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_ImportGiftBatches()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_ImportGiftBatches ( string  requestParams,
System.String  importString 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_ImportGiftTransactions()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_ImportGiftTransactions ( string  requestParams,
System.String  importString,
System.Int32  AGiftBatchNumber 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_InactiveKeyMinistriesFoundInBatch()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_InactiveKeyMinistriesFoundInBatch ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber,
System.Boolean  ARecurringGift 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_IsRecipientLedgerNumberSetupForILT()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_IsRecipientLedgerNumberSetupForILT ( System.Int32  ALedgerNumber,
System.Int64  ARecipientPartnerKey,
System.Int64  ARecipientLedgerNumber 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_KeyMinistryExists()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_KeyMinistryExists ( System.Int64  APartnerKey)
inline

web connector method call

◆ TGiftTransactionWebConnector_KeyMinistryIsActive()

System.Boolean Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_KeyMinistryIsActive ( System.Int64  AKeyMinPartnerKey)
inline

web connector method call

◆ TGiftTransactionWebConnector_LoadAGiftBatch()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_LoadAGiftBatch ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_LoadAGiftBatchAndRelatedData()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_LoadAGiftBatchAndRelatedData ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber,
System.Boolean  AExcludeBatchRow 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_LoadAGiftBatchesForCurrentYear()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_LoadAGiftBatchesForCurrentYear ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TGiftTransactionWebConnector_LoadAGiftBatchesForCurrentYearPeriod()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_LoadAGiftBatchesForCurrentYearPeriod ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TGiftTransactionWebConnector_LoadAGiftBatchForYearPeriod()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_LoadAGiftBatchForYearPeriod ( System.Int32  ALedgerNumber,
System.Int32  AYear,
System.Int32  APeriod,
System.String  ABatchStatus 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_LoadAGiftBatchSingle()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_LoadAGiftBatchSingle ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_LoadAGiftSingle()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_LoadAGiftSingle ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber,
System.Int32  AGiftTransactionNumber 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_LoadALedgerTable()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_LoadALedgerTable ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TGiftTransactionWebConnector_LoadAllPartnerDataForBatch()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_LoadAllPartnerDataForBatch ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_LoadARecurringGiftBatch()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_LoadARecurringGiftBatch ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TGiftTransactionWebConnector_LoadARecurringGiftBatchAndRelatedData()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_LoadARecurringGiftBatchAndRelatedData ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber,
System.Boolean  AExcludeBatchRow 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_LoadARecurringGiftBatchSingle()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_LoadARecurringGiftBatchSingle ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_LoadBankingDetailsOfPartner()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_LoadBankingDetailsOfPartner ( System.Int64  APartnerKey)
inline

web connector method call

◆ TGiftTransactionWebConnector_LoadDonorLastPostedGift()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_LoadDonorLastPostedGift ( System.Int64  ADonorPartnerKey,
System.Int32  ALedgerNumber,
string  ALatestUnpostedGiftDateEntered 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_LoadDonorRecipientHistory()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_LoadDonorRecipientHistory ( string  requestParams)
inline

web connector method call

◆ TGiftTransactionWebConnector_LoadGiftTransactionAndDetail()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_LoadGiftTransactionAndDetail ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber,
System.Int32  AGiftTransactionNumber,
System.Int32  ADetailNumber 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_LoadGiftTransactionAndDetails()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_LoadGiftTransactionAndDetails ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber,
System.Int32  AGiftTransactionNumber 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_LoadGiftTransactionsForBatch()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_LoadGiftTransactionsForBatch ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_LoadKeyMinistry()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_LoadKeyMinistry ( System.Int64  APartnerKey,
System.Boolean  AActiveOnly 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_LoadPartnerData()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_LoadPartnerData ( System.Int64  APartnerKey)
inline

web connector method call

◆ TGiftTransactionWebConnector_LoadPartnerPtax()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_LoadPartnerPtax ( System.Int64  APartnerKey)
inline

web connector method call

◆ TGiftTransactionWebConnector_LoadPartnerTaxDeductiblePct()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_LoadPartnerTaxDeductiblePct ( System.Int64  APartnerKey)
inline

web connector method call

◆ TGiftTransactionWebConnector_LoadPartnerTaxDeductiblePct2()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_LoadPartnerTaxDeductiblePct2 ( System.Int64  APartnerKey,
string  ADateValidFrom 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_LoadRecurringGiftTransactionsForBatch()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_LoadRecurringGiftTransactionsForBatch ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_MaintainBatches()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_MaintainBatches ( System.String  action,
System.Int32  ALedgerNumber,
System.Int32  ABatchNumber,
System.String  ABatchDescription,
string  AGlEffectiveDate,
System.String  ABankAccountCode,
System.String  ABankCostCentre 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_MaintainGiftDetails()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_MaintainGiftDetails ( System.String  action,
System.Int32  ALedgerNumber,
System.Int32  ABatchNumber,
System.Int32  AGiftTransactionNumber,
System.Int32  ADetailNumber,
string  AGiftTransactionAmount,
System.String  AGiftCommentOne,
System.String  AMotivationGroupCode,
System.String  AMotivationDetailCode,
System.Int64  ARecipientKey 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_MaintainGifts()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_MaintainGifts ( System.String  action,
System.Int32  ALedgerNumber,
System.Int32  ABatchNumber,
System.Int32  AGiftTransactionNumber,
string  ADateEntered,
System.Int64  ADonorKey,
System.String  AReference 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_MaintainRecurringBatches()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_MaintainRecurringBatches ( System.String  action,
System.Int32  ALedgerNumber,
System.Int32  ABatchNumber,
System.String  ABatchDescription,
System.String  ABankAccountCode,
System.String  ABankCostCentre 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_MaintainRecurringGiftDetails()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_MaintainRecurringGiftDetails ( System.String  action,
System.Int32  ALedgerNumber,
System.Int32  ABatchNumber,
System.Int32  AGiftTransactionNumber,
System.Int32  ADetailNumber,
string  AGiftAmount,
System.String  AGiftCommentOne,
System.String  AMotivationGroupCode,
System.String  AMotivationDetailCode,
System.Int64  ARecipientKey,
string  AStartDonations,
string  AEndDonations 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_MaintainRecurringGifts()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_MaintainRecurringGifts ( System.String  action,
System.Int32  ALedgerNumber,
System.Int32  ABatchNumber,
System.Int32  AGiftTransactionNumber,
System.Int64  ADonorKey,
System.String  AReference,
System.Int32  ABankingDetailsKey,
System.String  ASepaMandateReference,
string  ASepaMandateGiven 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_PostGiftBatch()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_PostGiftBatch ( System.Int32  ALedgerNumber,
System.Int32  AGiftBatchNumber,
string  ADataBase 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_PreviewGiftBatch()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_PreviewGiftBatch ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_RetrieveCostCentreCodeForRecipient()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_RetrieveCostCentreCodeForRecipient ( System.Int32  ALedgerNumber,
System.Int64  ARecipientPartnerKey,
System.Int64  ARecipientLedgerNumber,
string  ADateGiftEntered,
System.String  AMotivationGroupCode,
System.String  AMotivationDetailCode 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_SaveGiftBatchTDS()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_SaveGiftBatchTDS ( string  AInspectDS,
string  ADataBase 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_SubmitRecurringGiftBatch()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_SubmitRecurringGiftBatch ( System.Int32  ALedgerNumber,
System.Int32  ARecurringBatchNumber,
string  AEffectiveDate,
System.String  AReference,
string  AExchangeRateToBase,
string  AExchangeRateIntlToBase 
)
inline

web connector method call

◆ TGiftTransactionWebConnector_VerifyPartnerKey()

System.Boolean Ict.Petra.Server.App.WebService.TMFinanceWebService.TGiftTransactionWebConnector_VerifyPartnerKey ( System.Int64  APartnerKey)
inline

web connector method call

◆ TGLSetupWebConnector_AccountAnalysisAttributeRequiresValues()

System.Boolean Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_AccountAnalysisAttributeRequiresValues ( System.Int32  ALedgerNumber,
System.String  AAnalysisTypeCode,
System.Boolean  AActiveOnly 
)
inline

web connector method call

◆ TGLSetupWebConnector_AccountHasAnalysisAttributes()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_AccountHasAnalysisAttributes ( System.Int32  ALedgerNumber,
System.String  AAccountCode,
System.Boolean  AActiveOnly 
)
inline

web connector method call

◆ TGLSetupWebConnector_AccountHasAnalysisAttributes2()

System.Boolean Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_AccountHasAnalysisAttributes2 ( System.Int32  ALedgerNumber,
System.String  AAccountCode,
System.Boolean  AActiveOnly 
)
inline

web connector method call

◆ TGLSetupWebConnector_ActivateAccountsPayableSubsystem()

void Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_ActivateAccountsPayableSubsystem ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TGLSetupWebConnector_ActivateGiftProcessingSubsystem()

void Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_ActivateGiftProcessingSubsystem ( System.Int32  ALedgerNumber,
System.Int32  AStartingReceiptNumber,
string  ADataBase 
)
inline

web connector method call

◆ TGLSetupWebConnector_CanAccountsPayableSubsystemBeDeactivated()

System.Boolean Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_CanAccountsPayableSubsystemBeDeactivated ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TGLSetupWebConnector_CanDetachTypeCodeFromAccount()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_CanDetachTypeCodeFromAccount ( System.Int32  ALedgerNumber,
System.String  AAccountCode,
System.String  ATypeCode 
)
inline

web connector method call

◆ TGLSetupWebConnector_CanGiftProcessingSubsystemBeDeactivated()

System.Boolean Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_CanGiftProcessingSubsystemBeDeactivated ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TGLSetupWebConnector_CheckAccountCanBeMadeForeign()

System.Boolean Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_CheckAccountCanBeMadeForeign ( System.Int32  ALedgerNumber,
System.String  AAccountCode 
)
inline

web connector method call

◆ TGLSetupWebConnector_CheckDeleteAAnalysisType()

System.Int32 Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_CheckDeleteAAnalysisType ( System.Int32  ALedgerNumber,
System.String  ATypeCode 
)
inline

web connector method call

◆ TGLSetupWebConnector_CheckDeleteAFreeformAnalysis()

System.Int32 Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_CheckDeleteAFreeformAnalysis ( System.Int32  ALedgerNumber,
System.String  ATypeCode,
System.String  AAnalysisValue 
)
inline

web connector method call

◆ TGLSetupWebConnector_CheckForeignAccountHasBalances()

System.Boolean Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_CheckForeignAccountHasBalances ( System.Int32  ALedgerNumber,
System.Int32  AYear,
System.String  AAccountCode 
)
inline

web connector method call

◆ TGLSetupWebConnector_ContainsTransactions()

System.Boolean Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_ContainsTransactions ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TGLSetupWebConnector_CostCentrePartnerLinksExist()

System.Boolean Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_CostCentrePartnerLinksExist ( System.Int32  ALedgerNumber,
System.Int64  APartnerKey 
)
inline

web connector method call

◆ TGLSetupWebConnector_CreateNewLedger()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_CreateNewLedger ( System.Int32  ANewLedgerNumber,
System.String  ALedgerName,
System.String  ACountryCode,
System.String  ABaseCurrency,
System.String  AIntlCurrency,
string  ACalendarStartDate,
System.Int32  ANumberOfAccountingPeriods,
System.Int32  ACurrentPeriod,
System.Int32  ANumberFwdPostingPeriods,
System.Boolean  AWithILT 
)
inline

web connector method call

◆ TGLSetupWebConnector_DeactivateAccountsPayableSubsystem()

System.Boolean Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_DeactivateAccountsPayableSubsystem ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TGLSetupWebConnector_DeactivateGiftProcessingSubsystem()

System.Boolean Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_DeactivateGiftProcessingSubsystem ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TGLSetupWebConnector_DeleteLedger()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_DeleteLedger ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TGLSetupWebConnector_ExportAccountHierarchy()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_ExportAccountHierarchy ( System.Int32  ALedgerNumber,
System.String  AAccountHierarchyName 
)
inline

web connector method call

◆ TGLSetupWebConnector_ExportAccountHierarchyYml()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_ExportAccountHierarchyYml ( System.Int32  ALedgerNumber,
System.String  AAccountHierarchyName 
)
inline

web connector method call

◆ TGLSetupWebConnector_ExportCostCentreHierarchy()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_ExportCostCentreHierarchy ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TGLSetupWebConnector_ExportCostCentreHierarchyYml()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_ExportCostCentreHierarchyYml ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TGLSetupWebConnector_GetAccountCodeAttributes()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_GetAccountCodeAttributes ( System.Int32  ALedgerNumber,
System.String  AAccountCode 
)
inline

web connector method call

◆ TGLSetupWebConnector_GetActivatedSubsystems()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_GetActivatedSubsystems ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TGLSetupWebConnector_GetAvailableLedgers()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_GetAvailableLedgers ( )
inline

web connector method call

◆ TGLSetupWebConnector_GetCostCentreAttributes()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_GetCostCentreAttributes ( System.Int32  ALedgerNumber,
System.String  ACostCentreCode 
)
inline

web connector method call

◆ TGLSetupWebConnector_GetCountryCodes()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_GetCountryCodes ( )
inline

web connector method call

◆ TGLSetupWebConnector_GetCurrencyCodes()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_GetCurrencyCodes ( )
inline

web connector method call

◆ TGLSetupWebConnector_GetLedgerSystemDefaults()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_GetLedgerSystemDefaults ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TGLSetupWebConnector_GetLinkedPartners()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_GetLinkedPartners ( System.Int32  ALedgerNumber,
System.String  ACostCentreFilter 
)
inline

web connector method call

◆ TGLSetupWebConnector_ImportAccountHierarchy()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_ImportAccountHierarchy ( System.Int32  ALedgerNumber,
System.String  AHierarchyName,
System.String  AYmlAccountHierarchy 
)
inline

web connector method call

◆ TGLSetupWebConnector_ImportCostCentreHierarchy()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_ImportCostCentreHierarchy ( System.Int32  ALedgerNumber,
System.String  AYmlHierarchy 
)
inline

web connector method call

◆ TGLSetupWebConnector_IsCalendarChangeAllowed()

System.Boolean Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_IsCalendarChangeAllowed ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TGLSetupWebConnector_LoadAccountHierarchies()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_LoadAccountHierarchies ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TGLSetupWebConnector_LoadAccountHierarchyHtmlCode()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_LoadAccountHierarchyHtmlCode ( System.Int32  ALedgerNumber,
System.String  AAccountHierarchyCode 
)
inline

web connector method call

◆ TGLSetupWebConnector_LoadAFreeformAnalysis()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_LoadAFreeformAnalysis ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TGLSetupWebConnector_LoadCostCentreHierarchy()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_LoadCostCentreHierarchy ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TGLSetupWebConnector_LoadCostCentreHierarchyHtmlCode()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_LoadCostCentreHierarchyHtmlCode ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TGLSetupWebConnector_LoadCostCentrePartnerLinks()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_LoadCostCentrePartnerLinks ( System.Int32  ALedgerNumber,
System.Int64  APartnerKey,
string  ADataBase 
)
inline

web connector method call

◆ TGLSetupWebConnector_LoadLedgerInfo()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_LoadLedgerInfo ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TGLSetupWebConnector_LoadLedgerSettings()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_LoadLedgerSettings ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TGLSetupWebConnector_LoadLocalCostCentres()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_LoadLocalCostCentres ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TGLSetupWebConnector_MaintainLedger()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_MaintainLedger ( System.String  action,
System.Int32  ALedgerNumber,
System.String  ALedgerName,
System.String  ASepaCreditorName,
System.String  ASepaCreditorIban,
System.String  ASepaCreditorBic,
System.String  ASepaCreditorSchemeId,
System.String  AReceiptEmailPublicationCode 
)
inline

web connector method call

◆ TGLSetupWebConnector_NumberOfAccountingPeriods()

System.Int32 Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_NumberOfAccountingPeriods ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TGLSetupWebConnector_RenameAccountCode()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_RenameAccountCode ( System.String  AOldCode,
System.String  ANewCode,
System.Int32  ALedgerNumber 
)
inline

web connector method call

◆ TGLSetupWebConnector_RenameCostCentreCode()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_RenameCostCentreCode ( System.String  AOldCode,
System.String  ANewCode,
System.Int32  ALedgerNumber 
)
inline

web connector method call

◆ TGLSetupWebConnector_RequiredAnalysisAttributesForAccount()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_RequiredAnalysisAttributesForAccount ( System.Int32  ALedgerNumber,
System.String  AAccountCode,
System.Boolean  AActiveOnly 
)
inline

web connector method call

◆ TGLSetupWebConnector_SaveCostCentrePartnerLinks()

void Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_SaveCostCentrePartnerLinks ( System.Int32  ALedgerNumber,
string  APartnerCostCentreTbl 
)
inline

web connector method call

◆ TGLSetupWebConnector_SaveGLSetupTDS()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_SaveGLSetupTDS ( System.Int32  ALedgerNumber,
string  AInspectDS 
)
inline

web connector method call

◆ TGLSetupWebConnector_SaveLedgerSettings()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_SaveLedgerSettings ( System.Int32  ALedgerNumber,
string  ACalendarStartDate,
string  AInspectDS 
)
inline

web connector method call

◆ TGLSetupWebConnector_ZeroForeignCurrencyBalances()

System.Boolean Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLSetupWebConnector_ZeroForeignCurrencyBalances ( System.Int32  ALedgerNumber,
System.Int32  AYear,
string  AAccountCode 
)
inline

web connector method call

◆ TGLTransactionWebConnector_CancelGLBatch()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_CancelGLBatch ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_CreateABatch()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_CreateABatch ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TGLTransactionWebConnector_CreateARecurringBatch()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_CreateARecurringBatch ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TGLTransactionWebConnector_ExportAllGLBatchData()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_ExportAllGLBatchData ( string  batches,
string  requestParams 
)
inline

web connector method call

◆ TGLTransactionWebConnector_ExportGLBatchTransactions()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_ExportGLBatchTransactions ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber,
System.Int32  AJournalNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_GetAccountsForReallocationJournal()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_GetAccountsForReallocationJournal ( System.Int32  ALedgerNumber,
System.Int32  APeriodNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_GetCorporateExchangeRate()

System.Decimal Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_GetCorporateExchangeRate ( System.String  ACurrencyFrom,
System.String  ACurrencyTo,
string  AStartDate,
string  AEndDate 
)
inline

web connector method call

◆ TGLTransactionWebConnector_GetDailyExchangeRate()

System.Decimal Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_GetDailyExchangeRate ( System.String  ACurrencyFrom,
System.String  ACurrencyTo,
string  ADateEffective 
)
inline

web connector method call

◆ TGLTransactionWebConnector_GetDailyExchangeRate2()

System.Decimal Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_GetDailyExchangeRate2 ( System.String  ACurrencyFrom,
System.String  ACurrencyTo,
string  ADateEffective,
System.Int32  APriorDaysAllowed,
System.Boolean  AEnforceUniqueRate 
)
inline

web connector method call

◆ TGLTransactionWebConnector_GetStandardCostCentre()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_GetStandardCostCentre ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TGLTransactionWebConnector_GLBatchCanBeCancelled()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_GLBatchCanBeCancelled ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_ImportGLBatches()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_ImportGLBatches ( System.Int32  ALedgerNumber,
System.String  AImportString,
System.String  ADelimiter,
System.String  ADateFormatString,
System.String  ANumberFormat,
System.String  ANewLine 
)
inline

web connector method call

◆ TGLTransactionWebConnector_ImportGLTransactions()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_ImportGLTransactions ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber,
System.Int32  AJournalNumber,
System.String  AImportString,
System.String  ADelimiter,
System.String  ADateFormatString,
System.String  ANumberFormat,
System.String  ANewLine 
)
inline

web connector method call

◆ TGLTransactionWebConnector_LoadAAnalysisAttributes()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_LoadAAnalysisAttributes ( System.Int32  ALedgerNumber,
System.Boolean  AActiveOnly 
)
inline

web connector method call

◆ TGLTransactionWebConnector_LoadABatch()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_LoadABatch ( System.Int32  ALedgerNumber,
System.Int32  ABatchYear,
System.Int32  ABatchPeriod,
System.String  ABatchStatus,
System.Int32  AMaxRecords 
)
inline

web connector method call

◆ TGLTransactionWebConnector_LoadABatch2()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_LoadABatch2 ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_LoadABatchAJournal()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_LoadABatchAJournal ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_LoadABatchAJournal2()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_LoadABatchAJournal2 ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber,
System.Int32  AJournalNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_LoadABatchAJournalATransaction()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_LoadABatchAJournalATransaction ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_LoadABatchAndRelatedTables()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_LoadABatchAndRelatedTables ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_LoadAJournal()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_LoadAJournal ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_LoadAJournal2()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_LoadAJournal2 ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber,
System.Int32  AJournalNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_LoadAJournalAndRelatedTables()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_LoadAJournalAndRelatedTables ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber,
System.Int32  AJournalNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_LoadAJournalAndRelatedTablesForBatch()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_LoadAJournalAndRelatedTablesForBatch ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_LoadAJournalATransaction()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_LoadAJournalATransaction ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_LoadAJournalATransaction2()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_LoadAJournalATransaction2 ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber,
System.Int32  AJournalNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_LoadALedgerTable()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_LoadALedgerTable ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TGLTransactionWebConnector_LoadARecurringBatch()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_LoadARecurringBatch ( System.Int32  ALedgerNumber,
string  AFilterBatchStatus 
)
inline

web connector method call

◆ TGLTransactionWebConnector_LoadARecurringBatchAndRelatedTables()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_LoadARecurringBatchAndRelatedTables ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_LoadARecurringBatchARecurJournalARecurTransaction()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_LoadARecurringBatchARecurJournalARecurTransaction ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_LoadARecurringJournal()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_LoadARecurringJournal ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_LoadARecurringJournal2()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_LoadARecurringJournal2 ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber,
System.Int32  AJournalNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_LoadARecurringJournalAndRelatedTablesForBatch()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_LoadARecurringJournalAndRelatedTablesForBatch ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_LoadARecurringJournalARecurringTransaction()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_LoadARecurringJournalARecurringTransaction ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_LoadARecurringJournalARecurringTransaction2()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_LoadARecurringJournalARecurringTransaction2 ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber,
System.Int32  AJournalNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_LoadARecurringTransaction()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_LoadARecurringTransaction ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber,
System.Int32  AJournalNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_LoadARecurringTransaction2()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_LoadARecurringTransaction2 ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_LoadARecurringTransactionAndRelatedTablesForBatch()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_LoadARecurringTransactionAndRelatedTablesForBatch ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_LoadARecurringTransactionAndRelatedTablesForJournal()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_LoadARecurringTransactionAndRelatedTablesForJournal ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber,
System.Int32  AJournalNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_LoadARecurringTransactionARecurringTransAnalAttrib()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_LoadARecurringTransactionARecurringTransAnalAttrib ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber,
System.Int32  AJournalNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_LoadARecurringTransAnalAttrib()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_LoadARecurringTransAnalAttrib ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber,
System.Int32  AJournalNumber,
System.Int32  ATransactionNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_LoadARecurringTransAnalAttribForBatch()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_LoadARecurringTransAnalAttribForBatch ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_LoadARecurringTransAnalAttribForJournal()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_LoadARecurringTransAnalAttribForJournal ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber,
System.Int32  AJournalNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_LoadATransactionAndRelatedTablesForBatch()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_LoadATransactionAndRelatedTablesForBatch ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_LoadATransactionAndRelatedTablesForJournal()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_LoadATransactionAndRelatedTablesForJournal ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber,
System.Int32  AJournalNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_LoadATransactionForBatch()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_LoadATransactionForBatch ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_LoadATransactionForJournal()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_LoadATransactionForJournal ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber,
System.Int32  AJournalNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_LoadATransAnalAttribForBatch()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_LoadATransAnalAttribForBatch ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_LoadATransAnalAttribForJournal()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_LoadATransAnalAttribForJournal ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber,
System.Int32  AJournalNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_LoadATransAnalAttribForTransaction()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_LoadATransAnalAttribForTransaction ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber,
System.Int32  AJournalNumber,
System.Int32  ATransactionNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_MaintainBatches()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_MaintainBatches ( System.String  action,
System.Int32  ALedgerNumber,
System.Int32  ABatchNumber,
System.String  ABatchDescription,
string  ADateEffective,
System.String  ABatchStatus,
System.String  TransactionCurrency,
string  ABatchCreditTotal,
string  ABatchDebitTotal,
string  ADataBase 
)
inline

web connector method call

◆ TGLTransactionWebConnector_MaintainTransactions()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_MaintainTransactions ( System.String  action,
System.Int32  ALedgerNumber,
System.Int32  ABatchNumber,
System.Int32  AJournalNumber,
System.Int32  ATransactionNumber,
System.String  ANarrative,
System.String  AReference,
string  ATransactionDate,
string  AAmountInBaseCurrency,
string  AAmountInIntlCurrency,
System.Boolean  ADebitCreditIndicator,
System.String  AAccountCode,
System.String  ACostCentreCode,
string  ADataBase 
)
inline

web connector method call

◆ TGLTransactionWebConnector_PostGLBatch()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_PostGLBatch ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_ProcessRecurringTransAndAttributesForDeletion()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_ProcessRecurringTransAndAttributesForDeletion ( string  AMainDS,
System.Int32  ALedgerNumber,
System.Int32  ABatchNumber,
System.Int32  AJournalNumber,
System.Int32  AHighestTransactionNumber,
System.Int32  ATransactionToDelete 
)
inline

web connector method call

◆ TGLTransactionWebConnector_ProcessRecurrJrnlTransAttribForDeletion()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_ProcessRecurrJrnlTransAttribForDeletion ( string  AMainDS,
System.Int32  ALedgerNumber,
System.Int32  ABatchNumber,
System.Int32  AHighestJournalNumber,
System.Int32  AJournalToDelete 
)
inline

web connector method call

◆ TGLTransactionWebConnector_ProcessTransAndAttributesForDeletion()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_ProcessTransAndAttributesForDeletion ( string  AMainDS,
System.Int32  ALedgerNumber,
System.Int32  ABatchNumber,
System.Int32  AJournalNumber,
System.Int32  AHighestTransactionNumber,
System.Int32  ATransactionToDelete 
)
inline

web connector method call

◆ TGLTransactionWebConnector_ReverseBatch()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_ReverseBatch ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumberToReverse,
string  ADateForReversal,
System.Boolean  AAutoPostReverseBatch 
)
inline

web connector method call

◆ TGLTransactionWebConnector_SaveGLBatchTDS()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_SaveGLBatchTDS ( string  AInspectDS,
string  ADataBase 
)
inline

web connector method call

◆ TGLTransactionWebConnector_SubmitRecurringGLBatch()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_SubmitRecurringGLBatch ( string  AGLMainDS,
string  ARequestParams,
string  AExchangeRatesDictionary,
string  AVerifications 
)
inline

web connector method call

◆ TGLTransactionWebConnector_TestPostGLBatch()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_TestPostGLBatch ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_UpdateBatchTotalsWithLoad()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_UpdateBatchTotalsWithLoad ( string  AMainDS,
System.Int32  ALedgerNumber,
System.Int32  ABatchNumber 
)
inline

web connector method call

◆ TGLTransactionWebConnector_UpdateRecurringBatchTotalsWithLoad()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGLTransactionWebConnector_UpdateRecurringBatchTotalsWithLoad ( string  AMainDS,
System.Int32  ALedgerNumber,
System.Int32  ABatchNumber 
)
inline

web connector method call

◆ TGuiTools_GetMotivationGroupAndDetailForPartner()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TGuiTools_GetMotivationGroupAndDetailForPartner ( System.Int64  APartnerKey,
System.String  AMotivationGroup,
System.String  AMotivationDetail 
)
inline

web connector method call

◆ TPeriodIntervalConnector_CancelPeriodOperation()

void Ict.Petra.Server.App.WebService.TMFinanceWebService.TPeriodIntervalConnector_CancelPeriodOperation ( )
inline

web connector method call

◆ TPeriodIntervalConnector_PeriodMonthEnd()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TPeriodIntervalConnector_PeriodMonthEnd ( System.Int32  ALedgerNumber,
System.Boolean  AInfoMode,
string  ADataBase 
)
inline

web connector method call

◆ TPeriodIntervalConnector_PeriodYearEnd()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TPeriodIntervalConnector_PeriodYearEnd ( System.Int32  ALedgerNum,
System.Boolean  AIsInInfoMode,
string  ADataBase 
)
inline

web connector method call

◆ TReceiptingWebConnector_CreateAnnualGiftReceipts()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TReceiptingWebConnector_CreateAnnualGiftReceipts ( System.Int32  ALedgerNumber,
System.String  AFrequency,
string  AStartDate,
string  AEndDate,
System.String  AHTMLTemplate,
string  ALogoImage,
System.String  ALogoFilename,
string  ASignatureImage,
System.String  ASignatureFilename,
System.String  ALanguage,
System.String  AEmailSubject,
System.String  AEmailBody,
System.String  AEmailFrom,
System.String  AEmailFromName,
System.String  AEmailFilename,
System.Boolean  ADeceasedFirst,
System.String  AExtract,
System.Int64  ADonorKey,
System.String  AAction,
System.Boolean  AOnlyTest 
)
inline

web connector method call

◆ TReceiptingWebConnector_GetLastReceiptNumber()

System.Int32 Ict.Petra.Server.App.WebService.TMFinanceWebService.TReceiptingWebConnector_GetLastReceiptNumber ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TReceiptingWebConnector_GetUnreceiptedGifts()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TReceiptingWebConnector_GetUnreceiptedGifts ( System.Int32  ALedgerNumber)
inline

web connector method call

◆ TReceiptingWebConnector_LoadReceiptDefaults()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TReceiptingWebConnector_LoadReceiptDefaults ( )
inline

web connector method call

◆ TReceiptingWebConnector_MarkReceiptsPrinted()

void Ict.Petra.Server.App.WebService.TMFinanceWebService.TReceiptingWebConnector_MarkReceiptsPrinted ( System.Int32  ALedgerNumber,
System.Int32  ABatchNumber,
System.Int32  ATransactionNumber 
)
inline

web connector method call

◆ TReceiptingWebConnector_MarkReceiptsPrinted2()

void Ict.Petra.Server.App.WebService.TMFinanceWebService.TReceiptingWebConnector_MarkReceiptsPrinted2 ( System.Int32  ALedgerNumber,
string  AGiftTbl 
)
inline

web connector method call

◆ TReceiptingWebConnector_PrintGiftReceipt()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TReceiptingWebConnector_PrintGiftReceipt ( System.String  AGiftCurrency,
System.String  ADonorShortName,
System.Int64  ADonorKey,
string  ADonorClass,
string  GiftsThisDonor,
System.String  AHTMLTemplateFilename 
)
inline

web connector method call

◆ TReceiptingWebConnector_PrintReceipts()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TReceiptingWebConnector_PrintReceipts ( System.Int32  ALedgerNumber,
string  AGiftTbl,
System.String  AHTMLTemplateFilename 
)
inline

web connector method call

◆ TReceiptingWebConnector_SetLastReceiptNumber()

void Ict.Petra.Server.App.WebService.TMFinanceWebService.TReceiptingWebConnector_SetLastReceiptNumber ( System.Int32  ALedgerNumber,
System.Int32  AReceiptNumber 
)
inline

web connector method call

◆ TReceiptingWebConnector_StoreDefaultFile()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TReceiptingWebConnector_StoreDefaultFile ( System.String  APurpose,
System.String  AFileName,
string  AFileContent 
)
inline

web connector method call

◆ TRemittanceWebConnector_CreateRemittanceAdviceAndChequeFormData()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TRemittanceWebConnector_CreateRemittanceAdviceAndChequeFormData ( string  AFormLetterFinanceInfo,
string  APaymentTable,
System.Int32  ALedgerNumber,
System.Boolean  AIncludeChequeFormData 
)
inline

web connector method call

◆ TRemittanceWebConnector_CreateRemittanceAdviceFormData()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TRemittanceWebConnector_CreateRemittanceAdviceFormData ( string  AFormLetterFinanceInfo,
List< System.Int32 >  APaymentNumberList,
System.Int32  ALedgerNumber 
)
inline

web connector method call

◆ TRevaluationWebConnector_Revaluate()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TRevaluationWebConnector_Revaluate ( System.Int32  ALedgerNum,
string  AForeignAccount,
string  AForeignCurrency,
string  ANewExchangeRate,
System.String  ACostCentre 
)
inline

web connector method call

◆ TStewardshipCalculationWebConnector_PerformStewardshipCalculation()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TStewardshipCalculationWebConnector_PerformStewardshipCalculation ( System.Int32  ALedgerNumber,
System.Int32  APeriodNumber,
string  ADataBase 
)
inline

web connector method call

◆ TStewardshipCalculationWebConnector_SelectedPeriodRequiresStewardshipRun()

System.Boolean Ict.Petra.Server.App.WebService.TMFinanceWebService.TStewardshipCalculationWebConnector_SelectedPeriodRequiresStewardshipRun ( System.Int32  ALedgerNumber,
System.Int32  ASelectedPeriod,
System.Int32  ASelectedYear 
)
inline

web connector method call

◆ TTaxDeductibleWebConnector_GetGiftsForTaxDeductiblePctAdjustment()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TTaxDeductibleWebConnector_GetGiftsForTaxDeductiblePctAdjustment ( string  AGiftDS,
System.Int64  ARecipientKey,
string  ADateFrom,
string  ANewPct 
)
inline

web connector method call

◆ TTaxDeductibleWebConnector_IsPartnerARecipient()

string Ict.Petra.Server.App.WebService.TMFinanceWebService.TTaxDeductibleWebConnector_IsPartnerARecipient ( System.Int64  APartnerKey,
string  APct,
string  ADateFrom 
)
inline

web connector method call

◆ TTaxDeductibleWebConnector_UpdateUnpostedGiftsTaxDeductiblePct()

void Ict.Petra.Server.App.WebService.TMFinanceWebService.TTaxDeductibleWebConnector_UpdateUnpostedGiftsTaxDeductiblePct ( System.Int64  ARecipientKey,
string  ANewPct,
string  ADateFrom 
)
inline

web connector method call


The documentation for this class was generated from the following file: