Skip to content

Commit

Permalink
Merge pull request apache#13 from sughosh88/CC-124
Browse files Browse the repository at this point in the history
CC-124 Collateral Management Reports Added Category
  • Loading branch information
vishwasbabu committed Mar 14, 2016
2 parents f294d38 + bf80c98 commit b6656b1
Show file tree
Hide file tree
Showing 9 changed files with 110 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 :
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 :
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
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
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');

0 comments on commit b6656b1

Please sign in to comment.