Lending Reference Public

Data and Screen Reference

A compact reference of the screens, data records, routes, permissions, and supporting files that make up the Lending module package.

Guide version: r1 Module version: 1.0.0 Updated: 2026-07-22 Estimated time: 2 min 1 views
Reference

Data and Screen Reference

A compact reference of screens, data records, routes, and supporting files found in the module package.

Slug: lendingVersion: 1.0.0Category: FinanceReviewed: 2026-07-11

Screens and Views

Controllers

  • Lending
  • Lending_applications
  • Lending_base
  • Lending_borrowers
  • Lending_collections
  • Lending_loans
  • Lending_payments
  • Lending_products
  • Lending_public
  • Lending_reports
  • Lending_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

RouteTarget
lendingLending/index
lending/productsLending_products/index
lending/products/(.+)Lending_products/$1
lending/borrowersLending_borrowers/index
lending/borrowers/(.+)Lending_borrowers/$1
lending/applicationsLending_applications/index
lending/applications/(.+)Lending_applications/$1
lending/loansLending_loans/index
lending/loans/(.+)Lending_loans/$1
lending/paymentsLending_payments/index
lending/payments/(.+)Lending_payments/$1
lending/collectionsLending_collections/index
lending/collections/(.+)Lending_collections/$1
lending/reportsLending_reports/index
lending/reports/(.+)Lending_reports/$1
lending/settingsLending_settings/index
lending/settings/(.+)Lending_settings/$1
lending/(:any)Lending/$1
loan-portalLending_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.

Was this guide helpful?

Report a content problem