public class FundFlowService
extends org.egov.infstr.services.PersistenceService
| Constructor and Description |
|---|
FundFlowService() |
FundFlowService(Class type) |
| Modifier and Type | Method and Description |
|---|---|
List<FundFlowBean> |
getAllpaymentAccounts(Long fundId)
All Payment Bank Accounts
|
List<FundFlowBean> |
getAllReceiptAccounts(Long fundId)
get All Receipt Bank Accounts for the selected Fund
|
BigDecimal |
getBankBalance(Long bankaccountId,
Date asPerDate,
Long bankAccGlcodeId) |
List<FundFlowBean> |
getConcurrancePayments(Date asPerDate,
Long fundId) |
List<FundFlowBean> |
getContraPaymentsForTheDay(Date asPerDate,
Long fundId)
get Receipt Bank Accounts of selected Fund which has Contra payment for current day
|
List<FundFlowBean> |
getContraPaymentsForTheDayFromPaymentBanks(Date asPerDate,
Long fundId)
get Receipt Bank Accounts of selected Fund which has Contra payment for current day When you use contraJournal voucher put
fund condition for voucherheader which will remove duplicate entry duplicate is coming since Interfund transfer creates two
vouchers with two different funds.
|
List<FundFlowBean> |
getContraReceiptsForTheDay(Date asPerDate,
Long fundId) |
List<FundFlowBean> |
getOutStandingPayments(Date asPerDate,
Long fundId)
All amounts is in lakhs
|
addFilterCriteriaForObject, addIndexparams, applyAuditing, applyAuditing, create, delete, find, find, findAll, findAll, findAllBy, findAllByNamedQuery, findByExample, findById, findById, findByIdWithJoinFetch, findByNamedQuery, findPageBy, findPageByNamedQuery, getNamedQuery, getSession, getType, load, merge, persist, update, validate, validateModelpublic FundFlowService()
public FundFlowService(Class type)
public List<FundFlowBean> getOutStandingPayments(Date asPerDate, Long fundId)
public List<FundFlowBean> getConcurrancePayments(Date asPerDate, Long fundId)
public List<FundFlowBean> getAllpaymentAccounts(Long fundId)
public List<FundFlowBean> getAllReceiptAccounts(Long fundId)
public List<FundFlowBean> getContraReceiptsForTheDay(Date asPerDate, Long fundId)
public List<FundFlowBean> getContraPaymentsForTheDay(Date asPerDate, Long fundId)
voucherDate - public List<FundFlowBean> getContraPaymentsForTheDayFromPaymentBanks(Date asPerDate, Long fundId)
voucherDate - public BigDecimal getBankBalance(Long bankaccountId, Date asPerDate, Long bankAccGlcodeId)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.