we have various doctype events in frappe such as before_insert(), after_insert() etc.
so i want to know the execution order of these doctype events.
the names of these events is easier to understand but there is confusion b/w insert() and save() ie., before_insert and before_save. so what is the execution flow and is there any documentation which gives detailed analysis