Error : frappe.exceptions.DoesNotExistError: DocType Item Barcode not found

Hello,

Has anyone faced this error, any solution ?

frappe.exceptions.DoesNotExistError: DocType Item Barcode not found

Also, how to solve any frappe.exceptions.DoesNotExistError: with console ?

@Support-at-ERPgulf it looks like this table is missing . do you have access to the bench ? check your database for tabItem Barcode table.
if not exist , check the folder in (apps/erpnext/erpnext/stock/doctype/item_barcode). if the folder exist along with all files, do this: open item_barcode.json and search for ‘modified’. change the date to any recent date , like this morning or yesterday . then run bench migrate . the system will identify it as modified and will rebuild the table in the database.

Thanks,
tabItem Barcode table is not there.
So I followed your advice and modified item_barcode.json , ran bench update.
But the same error repeats.
Any idea ??

@Support-at-ERPgulf did you migrate ?

bench migrate command throws the same error.

Thanks, It worked.
Appreciate your support.