Data and Screen Reference
A compact reference of screens, data records, routes, and supporting files found in the module package.
Screens and Views
Controllers
LendingLending_applicationsLending_baseLending_borrowersLending_collectionsLending_loansLending_paymentsLending_productsLending_publicLending_reportsLending_settings
View files
- lending/applications/book_modal.php
- lending/applications/index.php
- lending/applications/modal_form.php
- lending/applications/view.php
- lending/borrowers/index.php
- lending/borrowers/modal_form.php
- lending/borrowers/view.php
- lending/collections/activities_modal.php
- lending/collections/activity_modal_form.php
- lending/collections/index.php
- lending/index.php
- lending/loans/index.php
- lending/loans/view.php
- lending/payments/index.php
- lending/payments/modal_form.php
- lending/payments/receipt.php
- lending/portal/index.php
- lending/products/index.php
- lending/products/modal_form.php
- lending/reports/index.php
- lending/settings/index.php
Data Records
Models
- Lending_applications_model.php
- Lending_application_documents_model.php
- Lending_application_events_model.php
- Lending_borrowers_model.php
- Lending_collection_activities_model.php
- Lending_collection_cases_model.php
- Lending_consents_model.php
- Lending_loan_accounts_model.php
- Lending_loan_schedules_model.php
- Lending_payment_allocations_model.php
- Lending_products_model.php
- Lending_servicing_model.php
- Lending_transactions_model.php
Database tables
- lending_products
- lending_borrowers
- lending_applications
- lending_application_events
- lending_application_documents
- lending_consents
- lending_loan_accounts
- lending_loan_schedules
- lending_transactions
- lending_payment_allocations
- lending_collection_cases
- lending_collection_activities
Routes and Entry Points
| Route | Target |
|---|---|
lending | Lending/index |
lending/products | Lending_products/index |
lending/products/(.+) | Lending_products/$1 |
lending/borrowers | Lending_borrowers/index |
lending/borrowers/(.+) | Lending_borrowers/$1 |
lending/applications | Lending_applications/index |
lending/applications/(.+) | Lending_applications/$1 |
lending/loans | Lending_loans/index |
lending/loans/(.+) | Lending_loans/$1 |
lending/payments | Lending_payments/index |
lending/payments/(.+) | Lending_payments/$1 |
lending/collections | Lending_collections/index |
lending/collections/(.+) | Lending_collections/$1 |
lending/reports | Lending_reports/index |
lending/reports/(.+) | Lending_reports/$1 |
lending/settings | Lending_settings/index |
lending/settings/(.+) | Lending_settings/$1 |
lending/(:any) | Lending/$1 |
loan-portal | Lending_public/index |
loan-portal/(:any) | Lending_public/$1 |
Supporting Files
Migrations
- 20260704152618_create_lending_core_tables.php
Seeders
- LendingDemoSeeder.php
Tests
- LendingCalculatorTest.php
- LendingTest.php
Helpers
- lending_helper.php
Libraries
- Lending_calculator.php
API configs
No API config files were found.