Import a GL Batch
More...
|
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...
|
|
◆ 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 | |
AImportString | the import file as a simple String |
ADelimiter | |
ADateFormatString | dmy or mdy |
ANumberFormat | European or American |
ANewLine | |
AClientRefreshRequired | Will be set to true on exit if the client needs to refresh its data |
AMessages | Additional 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 | |
AImportString | the import file as a simple String |
ADelimiter | |
ADateFormatString | dmy or mdy |
ANumberFormat | European or American |
ANewLine | |
AClientRefreshRequired | Will be set to true on exit if the client needs to refresh its data |
AMessages | Additional messages to display in a messagebox |
- Returns
- false if error
The documentation for this class was generated from the following file: