Frappe Bench Cheatsheet - jigneshpshah/greycube_helpmanual GitHub Wiki

to Trim tables, from console run.


bench --site [sitename] console


from frappe.model.meta import trim_tables
trim_tables()

To copy JSON of any Doctype from browser console


copy(cur_frm.doc)

⚠️ **GitHub.com Fallback** ⚠️