|
static Boolean | GetCurrentPeriodDates (Int32 ALedgerNumber, out DateTime AStartDateCurrentPeriod, out DateTime AEndDateCurrentPeriod) |
|
static Boolean | GetCurrentPostingRangeDates (Int32 ALedgerNumber, out DateTime AStartDateCurrentPeriod, out DateTime AEndDateLastForwardingPeriod) |
| Returns starting and ending posting dates for the ledger More...
|
|
static Boolean | HasSuspenseAccounts (Int32 ALedgerNumber) |
| return information if ledger with given number has suspense accounts set up More...
|
|
static Boolean | GetPartnerKeyForForeignCostCentreCode (Int32 ALedgerNumber, String ACostCentreCode, out Int64 APartnerKey) |
| return partner key associated with cost centre code in a_valid_ledger_number table returns false if cost centre type is not "Foreign" or if cost centre cannot be found in a_valid_ledger_number table More...
|
|
static string | GetLedgerBaseCurrency (Int32 ALedgerNumber, TDataBase ADataBase=null) |
| return ledger's base currency More...
|
|
static void | GetForeignCurrencyAccountActuals (ref DataTable AForeignCurrencyAccounts, Int32 ALedgerNumber, Int32 AYear) |
| Get Foreign Currency Accounts' YTD Actuals More...
|
|
static ACurrencyLanguageRow | GetCurrencyLanguage (string ACurrencyCode) |
| Returns CurrencyLanguageRow for a corresponding currency code More...
|
|
static bool | TypeAheadAccountCode (Int32 ALedgerNumber, string ASearch, bool APostingOnly, bool AExcludePosting, bool AActiveOnly, bool ABankAccountOnly, Int32 ALimit, out DataTable AResult) |
| Returns a list of possible candidates for the account code More...
|
|
static bool | TypeAheadCostCentreCode (Int32 ALedgerNumber, string ASearch, bool APostingOnly, bool AExcludePosting, bool AActiveOnly, bool ALocalOnly, bool AIndicateInactive, Int32 ALimit, out DataTable AResult) |
| Returns a list of possible candidates for the cost centre code More...
|
|
static bool | TypeAheadMotivationGroup (Int32 ALedgerNumber, string ASearch, Int32 ALimit, out DataTable AResult) |
| Returns a list of possible candidates for the motivation group More...
|
|
static bool | TypeAheadMotivationDetail (Int32 ALedgerNumber, string ASearch, Int32 ALimit, out DataTable AResult) |
| Returns a list of possible candidates for the motivation detail More...
|
|
Performs server-side lookups for the Client in the MFinance.Common.ServerLookups sub-namespace.