I am new in frappe and tried the tutorial in creating the library management app. I am having problems with inserting data because the output the needed to display in the browser is different from what is displayed. Is this a bug?
Please check auto name is set in your doctype or not. If not then set Auto name field in your doctype ‘Article’.
Open doctype ‘Article’ and in naming section set autoname field as field:article_name . After setting auto name your record will save by article name.