frappe / non_profit

Non Profit module for Frappe/ERPNext
GNU General Public License v3.0
35 stars 55 forks source link

Membership billing cycle #22

Open mrPauwHaan opened 10 months ago

mrPauwHaan commented 10 months ago

Memberships are usually 1 year. I am surprised that in the nonprofit module the billing cycle is only 30 days. I have also not found a possilibity to change this. This should be atleast configurable.

if frappe.db.get_single_value("Non Profit Settings", "billing_cycle") == "Yearly": If found this in the code of the doctype, however I cannot find this field in erpnext.