OpenPetra
Free Administration Software for Non-Profits
|
Some methods for creating gift batches /summary> More...
Static Public Member Functions | |
static AGiftBatchRow | CreateANewGiftBatchRow (ref GiftBatchTDS AMainDS, ref TDBTransaction ATransaction, ref ALedgerTable ALedgerTbl, Int32 ALedgerNumber, DateTime ADateEffective, bool AForceEffectiveDateToFit=true) |
create a new batch with a consecutive batch number in the ledger for call inside a server function for performance reasons submitting (save the data in the database) is done later (not here) More... | |
static ARecurringGiftBatchRow | CreateANewRecurringGiftBatchRow (ref GiftBatchTDS AMainDS, ref TDBTransaction ATransaction, Int32 ALedgerNumber) |
create a new batch with a consecutive batch number in the ledger for call inside a server function for performance reasons submitting (save the data in the database) is done later (not here) More... | |
Some methods for creating gift batches /summary>
|
inlinestatic |
create a new batch with a consecutive batch number in the ledger for call inside a server function for performance reasons submitting (save the data in the database) is done later (not here)
AMainDS | |
ATransaction | |
ALedgerTbl | |
ALedgerNumber | |
ADateEffective | |
AForceEffectiveDateToFit |
|
inlinestatic |
create a new batch with a consecutive batch number in the ledger for call inside a server function for performance reasons submitting (save the data in the database) is done later (not here)
AMainDS | |
ATransaction | |
ALedgerNumber |