@extends('layout.app') @section('title','Secured Loans - Truck EMI Tracker') @push('header_script') @endpush @section('content')

Secured Loans — Truck EMI Tracker

Loan account = Truck Number + Financer, tracked under the Secured Loan group.

S.No Truck Number Loan A/c No. Financer Principal Sanctioned Sanction Date Tenure EMI Start Date EMI Amount Outstanding Loan Status Statement Action
Business Rules (from spec)
  1. Loan Account Number is entered manually, taken from the Loan Agreement document (the financer's own account number for this loan) — it is not system-generated.
  2. On Save, the system auto-creates a Loan Account Ledger for that loan account, filed under the Secured Loan group, ready to record EMI entries against it.
  3. Financer field is a dropdown — pre-populated with all major banks and NBFCs.
  4. RPS (Repayment Schedule) generated automatically from Principal Sanctioned + Tenure + EMI Amount at the time the loan is added.
  5. Each installment in the RPS carries a Paid / Unpaid status, updatable around the due date.
@include('common.modal.vehicle') @include('common.modal.financer') @endsection @push('footer_script') @endpush