public class FinancialUtil extends Object
| Constructor and Description |
|---|
FinancialUtil() |
| Modifier and Type | Method and Description |
|---|---|
void |
createVoucher(String indexNum,
Map<org.egov.commons.Installment,Map<String,BigDecimal>> amounts,
String transaction)
This method creates a Voucher
|
String |
getDepartmentCode()
Gets the Department Code for Collections from AppConfigValues
|
BigDecimal |
getFunctionaryCode()
Gets the Functionary Code for Collections from AppConfigValues
|
String |
getFunctionCode()
Gets the Function Code for Collections from AppConfigValues
|
String |
getFundCode()
Gets the Fund Code for Collections from AppConfigValues
|
String |
getFundSourceCode()
Gets the Fund Source Code for Collections from AppConfigValues
|
public void createVoucher(String indexNum, Map<org.egov.commons.Installment,Map<String,BigDecimal>> amounts, String transaction)
indexNum - Property id for which the voucher is creating.amounts - Map of Installment and reason wise demand map demand map --
(key-demand reason, val-respective demand)transaction - Reason for voucher creation ( Property creation or
modification etc )IOExceptionpublic BigDecimal getFunctionaryCode()
public String getFundCode()
public String getFundSourceCode()
public String getDepartmentCode()
public String getFunctionCode()
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.