| java.lang.Object org.kuali.module.financial.document.YearEndDocumentUtil
customizeExplicitGeneralLedgerPendingEntry | final public static void customizeExplicitGeneralLedgerPendingEntry(TransactionalDocument transactionalDocument, AccountingLine accountingLine, GeneralLedgerPendingEntry explicitEntry)(Code) | | populates a GeneralLedgerPendingEntry populated with common year end document data into the explicit general
ledger pending entry. currently is the following:
- fiscal period code = final accounting period code
- fiscal year= previous fiscal year
Parameters: transactionalDocument - Parameters: accountingLine - Parameters: explicitEntry - |
getFINAL_ACCOUNTING_PERIOD | public static String getFINAL_ACCOUNTING_PERIOD()(Code) | | Gets the FINAL_ACCOUNTING_PERIOD attribute.
Returns the FINAL_ACCOUNTING_PERIOD. |
getFinalAccountingPeriod | final public static String getFinalAccountingPeriod()(Code) | | the accounting period code used with all GLPE |
getPreviousFiscalYear | final public static Integer getPreviousFiscalYear()(Code) | | the previous fiscal year used with all GLPE |
|
|