frappe / changemakers

Beneficiary Management Platform, built on Frappe Framework.
https://frappe.io/products/changemakers
GNU Affero General Public License v3.0
74 stars 31 forks source link

feat: created by field in doctypes for export (#113) #121

Closed harshtandiya closed 1 year ago

harshtandiya commented 1 year ago

Created By field introduced in the doctypes which now holds the owner value. The person who created the doctype will have their email be auto-populated in this field when the doctype is saved. This field is a read-only field.

Closes #113