Developer Docs
API Usuage v2.0 · 6 docs
Technical Documentation

Build powerful lending
systems with Sodlapp.

A complete developer reference for the Sodlapp platform — covering page structure, API contracts, database schemas, JavaScript state, and validation logic.

6 documents
Internal use only
Last updated 2025
6 pages
Documented
2 wizards
Multi-step flows
12 apis
Endpoints covered
PHP + JS
Full stack reference
All Documentation
Import Loans
import-loans.php
3-step bulk CSV import wizard. IPPS customer matching, ministry & rate resolution, auto serial generation, and confirmed DB insertion.
CSV / XLSX IPPS Matching Rate Logic Bulk Insert
14 sections · JS functions · DB schema · Error handling
Import Customers
import-customer.php
Bulk customer onboarding via CSV upload. IPPS deduplication, ministry assignment, state mapping, and batch database insertion.
CSV Upload Deduplication Ministry Map Batch Insert
Field mapping · Validation rules · Column reference
Receivables
receivable-doc.php
Loan repayment tracking dashboard. Schedule view, payment recording, outstanding balance calculations, and repayment history.
Repayments Schedules Outstanding History
API contracts · Calculation logic · UI components
Loan Booking
loan-booking.php
Single-loan origination form. Customer lookup by IPPS, interest & EMI auto-calculation, ministry assignment, disbursement booking.
Origination EMI Calc IPPS Lookup Disbursement
Form fields · Calculation logic · Validation rules
Team Management
team-doc.php
Staff and user administration. Role-based access, invite flows, permission management, branch assignment, and activity logging.
RBAC Invites Permissions Branch Assign
Role schema · Permission matrix · User lifecycle
Branch Management
manage-branches.php
Full CRUD interface for company branch locations. State/city cascade, bank details, dual-view listing, live search, and modal dialogs.
CRUD Location Cascade Bank Details Live Search
15 sections · DB schema · API payload · JS functions