Esempio n. 1
0
def make_masters():
	import_json("Room")
	import_json("Department")
	import_json("Instructor")
	import_json("Course")
	import_json("Program")
	frappe.db.commit()
Esempio n. 2
0
def make_masters():
    import_json("Room")
    import_json("Department")
    import_json("Instructor")
    import_json("Course")
    import_json("Program")
    frappe.db.commit()
Esempio n. 3
0
def setup_data():
	import_json("Location")
	import_json("Asset Category")
	setup_item()
	setup_workstation()
	setup_asset()
	import_json('Operation')
	setup_item_price()
	show_item_groups_in_website()
	import_json('BOM', submit=True)
	frappe.db.commit()
	frappe.clear_cache()
Esempio n. 4
0
def setup_data():
	import_json("Asset Category")
	setup_item()
	setup_workstation()
	setup_asset()
	import_json('Operation')
	setup_item_price()
	show_item_groups_in_website()
	import_json('BOM', submit=True)
	frappe.db.commit()
	frappe.clear_cache()
Esempio n. 5
0
def make_masters():
    import_json("Room")
    import_json("Department")
    import_json("Instructor")
    import_json("Course")
    import_json("Program")
    import_json("Student Batch Name")
    import_json("Assessment Criteria")
    import_json("Grading Scale")
    frappe.db.commit()
Esempio n. 6
0
def make_masters():
	import_json("Healthcare Practitioner")
	import_drug()
	frappe.db.commit()
Esempio n. 7
0
def make_masters():
	import_json("Room")
	import_json("Department")
	import_json("Instructor")
	import_json("Course")
	import_json("Program")
	import_json("Student Batch Name")
	import_json("Assessment Criteria")
	import_json("Grading Scale")
	frappe.db.commit()
Esempio n. 8
0
def make_masters():
    import_json("Physician")
    import_drug()
    frappe.db.commit()
Esempio n. 9
0
def make_masters():
	import_json("Healthcare Practitioner")
	import_drug()
	frappe.db.commit()
Esempio n. 10
0
def make_masters():
	import_json("Physician")
	import_drug()
	frappe.db.commit()