public interface GeneralLedgerDAO
| Modifier and Type | Method and Description |
|---|---|
List<CGeneralLedger> |
findCGeneralLedgerByVoucherHeaderId(Long voucherHeaderId) |
String |
getActualsDecCurr(String accCode,
String functionId,
String budgetingType) |
String |
getActualsPrev(String accCode,
String functionId,
String budgetingType) |
String |
getCBillDeductionAmtByVhId(Long voucherHeaderId) |
BigDecimal |
getGlAmountbyGlcodeList(List glCodeList,
BigDecimal glAmount) |
BigDecimal |
getGlAmountForBudgetingType(Long budType,
List glcodeList,
String fiscalYearID,
String functionId,
String schemeId,
String subSchemeId,
String asOnDate) |
String getActualsPrev(String accCode, String functionId, String budgetingType) throws Exception
ExceptionString getActualsDecCurr(String accCode, String functionId, String budgetingType) throws Exception
ExceptionList<CGeneralLedger> findCGeneralLedgerByVoucherHeaderId(Long voucherHeaderId) throws Exception
ExceptionBigDecimal getGlAmountForBudgetingType(Long budType, List glcodeList, String fiscalYearID, String functionId, String schemeId, String subSchemeId, String asOnDate) throws Exception
ExceptionBigDecimal getGlAmountbyGlcodeList(List glCodeList, BigDecimal glAmount) throws Exception
ExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.