You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A payment screen/section where multiple mode of payments (mop) are available.
While making payment with mode of payment as cash check if this limit is obeyed, if not, error screen is shown and entered lending value for cash mop is auto-updated to 20,000 (as defined in single doctype) and remaining amount is taken for bank transfer mop.
Such accounting effects are made against cash a/c and bank a/c.
Describe the alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
nirzaf
added a commit
to nirzaf/lending
that referenced
this issue
Aug 14, 2024
Fixesfrappe#166
Add support for multiple payment methods in loan applications and loans.
* Add a new doctype `Payment Method Limit` to define the cash limit.
* Update `loan_application.js` to include a payment section with multiple modes of payment.
* Add validation to check if the cash limit is obeyed.
* Show an error screen if the cash limit is exceeded and auto-update the entered lending value for cash to 20,000.
* Update `loan_application.py` to handle the logic for multiple payment methods.
* Add logic to distribute the remaining amount to other payment methods like bank transfer or UPI.
* Update `loan.js` to support multiple payment methods.
* Add a payment section with multiple modes of payment.
* Add validation to check if the cash limit is obeyed.
* Show an error screen if the cash limit is exceeded and auto-update the entered lending value for cash to 20,000.
* Update `loan.py` to handle the logic for multiple payment methods.
* Add logic to distribute the remaining amount to other payment methods like bank transfer or UPI.
Is your feature request related to a problem? Please describe.
Currently, it looks like it is not possible to lend using multiple payment methods, i.e. partially by cash and remaining by bank transfer, UPI etc.
As per Registrar General of Money Lenders, Maharashtra State this limit is 20,000.
(https://sahakarayukta.maharashtra.gov.in/site/upload/documents/Circular%2028%20Aug%202018.pdf)
Describe the solution you'd like
From my pov solution looks like:
Describe the alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: