|
OpenPetra
Free Administration Software for Non-Profits
|
Routines for running the period month end check. More...
Static Public Member Functions | |
| static bool | PeriodMonthEnd (Int32 ALedgerNumber, bool AInfoMode, out List< Int32 >AglBatchNumbers, out Boolean AStewardshipBatch, out TVerificationResultCollection AVerificationResults, TDataBase ADataBase=null) |
| MonthEnd master routine ... More... | |
| static void | CancelPeriodOperation () |
| Cancels, and prevents database commit, of a currently running PeriodEnd operation. More... | |
| static bool | PeriodYearEnd (int ALedgerNum, bool AIsInInfoMode, out List< Int32 >AglBatchNumbers, out TVerificationResultCollection AVerificationResult, TDataBase ADataBase=null) |
| Routine to run the year end calculations ... More... | |
Routines for running the period month end check.
|
inlinestatic |
Cancels, and prevents database commit, of a currently running PeriodEnd operation.
|
inlinestatic |
MonthEnd master routine ...
| ALedgerNumber | |
| AInfoMode | |
| AglBatchNumbers | |
| AStewardshipBatch | True if Stewardship Batch was generated |
| AVerificationResults | |
| ADataBase |
|
inlinestatic |
Routine to run the year end calculations ...
| ALedgerNum | |
| AIsInInfoMode | True means: no calculation is done, only verification result messages are collected |
| AglBatchNumbers | The Client should print this list of Batches |
| AVerificationResult | |
| ADataBase |