Screens¶
All screens in the NeoCore showcase application — 27 screens across 8 modules.
Home¶
| Screen | Route | Services | Description |
|---|---|---|---|
| Dashboard | /dashboard |
customer:8082 deposit:8081 generalledger:8088 |
Landing screen — portfolio summary, quick stats, recent activity across modules |
Customers¶
| Screen | Route | Services | Description |
|---|---|---|---|
| Individual Customer | /customers/individual |
customer:8082 |
Create / search individual customer profile. KYC details, nominee, occupation |
| Check Customer ID | /customers/check-id |
customer:8082 |
Verify customer existence by ID / PAN / Aadhaar before account opening |
| Corporate Customer | /customers/corporate |
customer:8082 |
Create / manage corporate / institutional customer profiles |
| Change Customer ID | /customers/change-id |
customer:8082 |
Change the primary ID of an existing customer record |
| Death Marking | /customers/death-marking |
customer:8082 |
Mark a customer as deceased; locks account activity and triggers nominee processing |
| Customer Security | /customers/security |
customer:8082 |
Manage customer-level security flags, watchlist and blacklist status |
| Agent | /customers/agent |
customer:8082 |
Link or manage banking agent / BC mapped to a customer |
| Block List | /customers/block-list |
customer:8082 |
Add / remove customer from regulatory block list |
| Gahan Customer | /customers/gahan-customer |
customer:8082 |
Special category "Gahan" customer management for gold-pledge customers |
General Ledger¶
| Screen | Route | Services | Description |
|---|---|---|---|
| Major / Sub Head | /general-ledger/major-sub-head |
generalledger:8088 |
Define and maintain GL major heads and sub-head hierarchy |
| Account Head Maintenance | /general-ledger/account-head |
generalledger:8088 |
Create, edit, and deactivate GL account heads with balance tracking |
| GL Limit | /general-ledger/gl-limit |
generalledger:8088 |
Set debit/credit ceiling limits on GL accounts for risk controls |
| Branchwise GL | /general-ledger/branchwise-gl |
generalledger:8088 bankandbranch:8090 |
View and manage GL balances segmented by branch |
Product Management¶
| Screen | Route | Services | Description |
|---|---|---|---|
| Loan Classification | /products/asset-portfolio/classification |
product:8083 |
Define NPA classification rules — standard, sub-standard, doubtful, loss |
| Subsidy / Rebate / Waive-off | /products/asset-portfolio/subsidy |
product:8083 |
Configure government subsidy schemes, interest rebates and waive-off rules |
| Loan Account Head | /products/asset-portfolio/account-head |
product:8083 generalledger:8088 |
Map loan products to GL account heads for automated postings |
| Group Loan Product | /products/asset-portfolio/group-loan |
product:8083 |
Create group / JLG loan product definitions with shared liability rules |
| Loan Additional Details | /products/asset-portfolio/additional |
product:8083 |
Extended parameters — moratorium, pre-payment charges, insurance linkage |
| Deposit Scheme | /products/liability-portfolio/scheme |
product:8083 |
Create and maintain deposit product schemes (FD, RD, MIS, etc.) |
| Withdrawal & Interest Payment | /products/liability-portfolio/withdrawal-and-int-payment |
product:8083 |
Configure premature withdrawal rules and periodic interest payout options |
| Deposit A/C Head | /products/liability-portfolio/ac-head |
product:8083 generalledger:8088 |
Link deposit products to GL account heads for balance sheet posting |
| Deposit Renewal Parameters | /products/liability-portfolio/renewal |
product:8083 |
Set auto-renewal rules and rate resets for deposit schemes |
| Products API Catalog | /products/api-catalog |
product:8083 |
Live Swagger explorer for all product-service endpoints |
Deposits¶
| Screen | Route | Services | Description |
|---|---|---|---|
| Time Deposits | /deposits/time-deposits/create |
deposit:8081 customer:8082 product:8083 |
Open and manage fixed-term deposit accounts (FD/TDR) |
| Deposit Closing | /deposits/deposit-closing/process |
deposit:8081 generalledger:8088 |
Process premature and maturity closings, TDS deduction, payout |
| Deposit Renewal | /deposits/renewal |
deposit:8081 product:8083 |
Renew maturing deposits — auto or manual with new rate and term |
Membership¶
| Screen | Route | Services | Description |
|---|---|---|---|
| Share Accounts | /membership/share-accounts/create |
share:8086 customer:8082 |
Open and manage member share accounts — admission, share capital, withdrawal |
System Setup¶
| Screen | Route | Services | Description |
|---|---|---|---|
| System Configuration | /system-setup/configuration/pwd-rules |
system-setup:8089 |
Password policy, session timeout, operational parameters |
| Bank & Branch | /system-setup/bank-and-branch/bank-info |
bankandbranch:8090 system-setup:8089 |
Bank profile, IFSC, branch master, branch hierarchy configuration |
Periodic Activity¶
| Screen | Route | Services | Description |
|---|---|---|---|
| Interest Rate | /periodic-activity/interest-rate |
periodicactivity:8087 product:8083 |
Maintain and apply interest rate slabs for deposits and loans |
Service Port Reference¶
| Service | Port | Swagger |
|---|---|---|
| Deposit Service | 8081 |
/api/v1/deposits/api-docs |
| Customer Service | 8082 |
/api/v1/customers/api-docs |
| Product Service | 8083 |
/api/v1/products/api-docs |
| Transaction Service | 8085 |
— |
| Share Service | 8086 |
/api/v1/shares/api-docs |
| Periodic Activity | 8087 |
/api/v1/periodic-activity/api-docs |
| General Ledger | 8088 |
/api/v1/general-ledger/api-docs |
| System Setup | 8089 |
/api/v1/system-setup/api-docs |
| Bank & Branch | 8090 |
/api/v1/bank-branch/api-docs |