forked from apache/fineract
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request apache#13 from sughosh88/CC-124
CC-124 Collateral Management Reports Added Category
- Loading branch information
Showing
9 changed files
with
110 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+14.9 KB
fineract-provider/src/main/pentahoReports/Collateral Stock Report.prpt
Binary file not shown.
Binary file added
BIN
+14.9 KB
fineract-provider/src/main/pentahoReports/Collateral value And Coverage Report.prpt
Binary file not shown.
Binary file added
BIN
+15.2 KB
fineract-provider/src/main/pentahoReports/Loan Transaction Collateral Management.prpt
Binary file not shown.
Binary file added
BIN
+18 KB
fineract-provider/src/main/pentahoReports/Pledge Acceptance Report.prpt
Binary file not shown.
22 changes: 22 additions & 0 deletions
22
fineract-provider/src/main/pentahoReports/collateralStock.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
collateralStockReport=Collateral Stock Report | ||
On=On: | ||
accountStatement=Account Statement | ||
branch=Branch | ||
fromDate=From Date | ||
toDate=To Date | ||
slno=SLNO | ||
clientName=Client Name | ||
contactNo=Contact No: | ||
sealNo=Seal No: | ||
pledgeNo=Pledge No: | ||
loanNo=Loan No: | ||
loanProduct=Loan Product | ||
qualityStandard=Quality Standard | ||
noOfItems=No Of Items | ||
itemDescription=Item Description | ||
grossWeight=Gross Weight | ||
netWeight=Net Weight | ||
pledgeDate=Pledge Date | ||
lastAuditedDate=Last Audited Date | ||
from=From : | ||
to=To : |
20 changes: 20 additions & 0 deletions
20
fineract-provider/src/main/pentahoReports/collateralValueCoverage.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
collateralStockReport=Collateral Stock Report | ||
On=On: | ||
accountStatement=Account Statement | ||
branch=Branch | ||
fromDate=From Date | ||
toDate=To Date | ||
slno=SLNO | ||
sealNo=Seal No: | ||
pledgeNo=Pledge No: | ||
loanNo=Loan No: | ||
loanProduct=Loan Product | ||
pledgeDate=Pledge Date | ||
currentValueOfCollateral=Current Value Of Collateral | ||
collateralValueAtPledge=Collateral Value At Pledge | ||
loanAmount=Loan Amount | ||
osAmount=OS Amount | ||
percentageCoverage=% Coverage | ||
loanStatus=Loan Status | ||
from=From : | ||
to=To : |
22 changes: 22 additions & 0 deletions
22
fineract-provider/src/main/pentahoReports/loanTransactionCollateral.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
loanTransaction=Loan Transaction Report | ||
sealNo=Seal No: | ||
pledgeNo=Pledge No: | ||
clientId=Client ID | ||
clientName=Client Name | ||
address=Address | ||
phoneNo=Phone No : | ||
noOfItems=No Of Items | ||
descriptionOfGold=Description Of Gold | ||
grossWeight=Gross Wt.(gm) | ||
stoneWeight=Stone Wt.(gm) | ||
netWeight=Net Wt.(gm) | ||
productType=Product Type | ||
interest=Interest | ||
duration=Duration | ||
disbursal=Disbursal | ||
loanNo=Loan No: | ||
repaymentDate=Repayment Date | ||
on=On : | ||
branch=Branch : | ||
date=Date : | ||
signature=Signature of DEO/Cashier |
27 changes: 27 additions & 0 deletions
27
fineract-provider/src/main/pentahoReports/pledgeAcceptanceReport.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
pledgeAcceptance=Pledge Acceptance Report | ||
chaitanyaIndiaPvtLtd=CHAITANYA INDIA FIN CREDIT PVT. LTD. | ||
nameOfUser=Name Of The User : | ||
slno=SL No: | ||
sealNo=Seal No: | ||
assessedPurity=Assessed Purity | ||
pledgeNo=Pledge No: | ||
clientId=Client ID | ||
clientName=Client Name | ||
address=Address | ||
phoneNo=Phone No : | ||
noOfItems=No Of Items | ||
descriptionOfGold=Description Of Gold | ||
grossWeight=Gross Wt.(gm) | ||
stoneWeight=Stone Wt.(gm) | ||
netWeight=Net Wt.(gm) | ||
netWeightCt=Net Wt.(In Carat) | ||
productType=Product Type | ||
interest=Interest | ||
duration=Duration | ||
sanctioned=Sanctioned | ||
loanNo=Loan No: | ||
repaymentDate=Repayment Date | ||
on=On : | ||
branch=Branch : | ||
date=Date : | ||
signature=Signature of Gold Assessor |
19 changes: 19 additions & 0 deletions
19
...ovider/src/main/resources/sql/migrations/core_db/V3011__Collateral_Management_Reports.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
INSERT INTO `stretchy_report` (`report_name`, `report_type`, `report_subtype`, `report_category`, `report_sql`, `description`, `core_report`, `use_report`) VALUES ('Collateral Stock Report', 'Pentaho', NULL, 'Collateral Management', NULL, NULL, 0, 0); | ||
INSERT INTO `stretchy_report` (`report_name`, `report_type`, `report_subtype`, `report_category`, `report_sql`, `description`, `core_report`, `use_report`) VALUES ('Collateral Value And Coverage Report', 'Pentaho', NULL, 'Collateral Management', NULL, NULL, 0, 0); | ||
INSERT INTO `stretchy_report` (`report_name`, `report_type`, `report_subtype`, `report_category`, `report_sql`, `description`, `core_report`, `use_report`) VALUES ('Loan Transaction Collateral Management', 'Pentaho', NULL, 'Collateral Management', NULL, NULL, 0, 0); | ||
INSERT INTO `stretchy_report` (`report_name`, `report_type`, `report_subtype`, `report_category`, `report_sql`, `description`, `core_report`, `use_report`) VALUES ('Pledge Acceptance Report', 'Pentaho', NULL, NULL, 'Collateral Management', NULL, 0, 0); | ||
INSERT INTO `stretchy_parameter` (`parameter_name`, `parameter_variable`, `parameter_label`, `parameter_displayType`, `parameter_FormatType`, `parameter_default`, `special`, `selectOne`, `selectAll`, `parameter_sql`, `parent_id`) VALUES ('pledgeSeal', 'Pledge/Seal No', 'Pledge/Seal No', 'text', 'string', 'n/a', NULL, NULL, NULL, NULL, NULL); | ||
|
||
INSERT INTO `stretchy_report_parameter` (`report_id`, `parameter_id`, `report_parameter_name`) VALUES ((select id from stretchy_report where report_name='Collateral Stock Report'), (select id from stretchy_parameter where parameter_name='startDateSelect'), 'fromDate'); | ||
INSERT INTO `stretchy_report_parameter` (`report_id`, `parameter_id`, `report_parameter_name`) VALUES ((select id from stretchy_report where report_name='Collateral Stock Report'), (select id from stretchy_parameter where parameter_name='endDateSelect'), 'toDate'); | ||
INSERT INTO `stretchy_report_parameter` (`report_id`, `parameter_id`, `report_parameter_name`) VALUES ((select id from stretchy_report where report_name='Collateral Stock Report'), (select id from stretchy_parameter where parameter_name='OfficeIdSelectOne'), 'branch'); | ||
|
||
INSERT INTO `stretchy_report_parameter` (`report_id`, `parameter_id`, `report_parameter_name`) VALUES ((select id from stretchy_report where report_name='Collateral Value And Coverage Report'), (select id from stretchy_parameter where parameter_name='startDateSelect'), 'fromDate'); | ||
INSERT INTO `stretchy_report_parameter` (`report_id`, `parameter_id`, `report_parameter_name`) VALUES ((select id from stretchy_report where report_name='Collateral Value And Coverage Report'), (select id from stretchy_parameter where parameter_name='endDateSelect'), 'toDate'); | ||
INSERT INTO `stretchy_report_parameter` (`report_id`, `parameter_id`, `report_parameter_name`) VALUES ((select id from stretchy_report where report_name='Collateral Value And Coverage Report'), (select id from stretchy_parameter where parameter_name='OfficeIdSelectOne'), 'branch'); | ||
|
||
INSERT INTO `stretchy_report_parameter` (`report_id`, `parameter_id`, `report_parameter_name`) VALUES ((select id from stretchy_report where report_name='Loan Transaction Collateral Management'), (select id from stretchy_parameter where parameter_name='OfficeIdSelectOne'), 'branch'); | ||
INSERT INTO `stretchy_report_parameter` (`report_id`, `parameter_id`, `report_parameter_name`) VALUES ((select id from stretchy_report where report_name='Loan Transaction Collateral Management'), (select id from stretchy_parameter where parameter_name='pledgeSeal'), 'pledgeSeal'); | ||
|
||
INSERT INTO `stretchy_report_parameter` (`report_id`, `parameter_id`, `report_parameter_name`) VALUES ((select id from stretchy_report where report_name='Pledge Acceptance Report'), (select id from stretchy_parameter where parameter_name='OfficeIdSelectOne'), 'branch'); | ||
INSERT INTO `stretchy_report_parameter` (`report_id`, `parameter_id`, `report_parameter_name`) VALUES ((select id from stretchy_report where report_name='Pledge Acceptance Report'), (select id from stretchy_parameter where parameter_name='pledgeSeal'), 'pledgeSeal'); |