Add AccountCreation component and product list functionality; update routing and translations

This commit is contained in:
2024-12-22 22:42:48 +05:30
parent a6a67d69d5
commit 8cee8e0383
10 changed files with 517 additions and 3 deletions

View File

@@ -55,5 +55,16 @@
"cabinetCreation": "Cabinet Creation",
"cabinetId": "Cabinet ID",
"cabinetKeyId": "Cabinet Key ID",
"noOfLockers": "No of Lockers"
"noOfLockers": "No of Lockers",
"productCode": "Product Code",
"interestCategory": "Interest Category",
"segmentCode": "Segment Code",
"accountHolderType": "Account Holder Type",
"primaryCifNumber": "Primary CIF Number",
"nomineeCifNumber": "Nominee CIF Number",
"activityCode": "Activity Code",
"customerType": "Customer Type",
"collateralFDAccount": "Collateral FD Account",
"rentPayAccount": "Rent Pay Account",
"submit": "Submit"
}