OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Server.MFinance.GL.TGLImporting Class Reference

Import a GL Batch More...

Public Member Functions

bool ImportGLBatches (Int32 ALedgerNumber, String AImportString, string ADelimiter, string ADateFormatString, string ANumberFormat, string ANewLine, out bool AClientRefreshRequired, out TVerificationResultCollection AMessages)
 Import GL Batches data The data file contents from the client is sent as a string, imported in the database and committed immediately More...
 
bool ImportGLTransactions (Int32 ALedgerNumber, Int32 ABatchNumber, Int32 AJournalNumber, String AImportString, string ADelimiter, string ADateFormatString, string ANumberFormat, string ANewLine, out bool AClientRefreshRequired, out TVerificationResultCollection AMessages)
 Wrapper for importing GL Transactions. Called from client side More...
 

Detailed Description

Import a GL Batch

Member Function Documentation

◆ ImportGLBatches()

bool Ict.Petra.Server.MFinance.GL.TGLImporting.ImportGLBatches ( Int32  ALedgerNumber,
String  AImportString,
string  ADelimiter,
string  ADateFormatString,
string  ANumberFormat,
string  ANewLine,
out bool  AClientRefreshRequired,
out TVerificationResultCollection  AMessages 
)
inline

Import GL Batches data The data file contents from the client is sent as a string, imported in the database and committed immediately

Parameters
ALedgerNumber
AImportStringthe import file as a simple String
ADelimiter
ADateFormatStringdmy or mdy
ANumberFormatEuropean or American
ANewLine
AClientRefreshRequiredWill be set to true on exit if the client needs to refresh its data
AMessagesAdditional messages to display in a messagebox
Returns
false if error

◆ ImportGLTransactions()

bool Ict.Petra.Server.MFinance.GL.TGLImporting.ImportGLTransactions ( Int32  ALedgerNumber,
Int32  ABatchNumber,
Int32  AJournalNumber,
String  AImportString,
string  ADelimiter,
string  ADateFormatString,
string  ANumberFormat,
string  ANewLine,
out bool  AClientRefreshRequired,
out TVerificationResultCollection  AMessages 
)
inline

Wrapper for importing GL Transactions. Called from client side

Parameters
ALedgerNumber
ABatchNumber
AJournalNumber
AImportStringthe import file as a simple String
ADelimiter
ADateFormatStringdmy or mdy
ANumberFormatEuropean or American
ANewLine
AClientRefreshRequiredWill be set to true on exit if the client needs to refresh its data
AMessagesAdditional messages to display in a messagebox
Returns
false if error

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