frappe / lending

Open Source Lending software
GNU General Public License v3.0
71 stars 59 forks source link

Implement basic Scorecards for Loan applicants #38

Open bosue opened 10 months ago

bosue commented 10 months ago

As part of a full contracting workflow, see #25, we need to model our credit decision process based on scorecards.

To accomplish this, we may build upon ERPNext’s already existing Supplier Scorecards, once they are expanded to all Party Types, see frappe/erpnext#36271. As a prerequisite, I‘m working on a PR moving generalized scorecards out to a separate Risk (management) module that may and will later be refined and expanded.

bosue commented 10 months ago

PR is there and basically seems to work, but is postponed for post v15 and after some more work has been done.