* [added] hospitality domain * [tests] wip * [tests] for restaurant * [fix] tests for new naming * [docs] added restaurant docs * [docs] added restaurant docs
		
			
				
	
	
		
			29 lines
		
	
	
		
			593 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			593 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| data = {
 | |
| 	'desktop_icons': [
 | |
| 		'Patient',
 | |
| 		'Patient Appointment',
 | |
| 		'Consultation',
 | |
| 		'Lab Test',
 | |
| 		'Healthcare',
 | |
| 		'Accounts',
 | |
| 		'Buying',
 | |
| 		'Stock',
 | |
| 		'HR',
 | |
| 		'ToDo'
 | |
| 	],
 | |
| 	'default_portal_role': 'Patient',
 | |
| 	'restricted_roles': [
 | |
| 		'Healthcare Administrator',
 | |
| 		'LabTest Approver',
 | |
| 		'Laboratory User',
 | |
| 		'Nursing User',
 | |
| 		'Physician',
 | |
| 		'Patient'
 | |
| 	],
 | |
| 	'custom_fields': {
 | |
| 		'Sales Invoice': dict(fieldname='appointment', label='Patient Appointment',
 | |
| 			fieldtype='Link', options='Patient Appointment',
 | |
| 			insert_after='customer')
 | |
| 	},
 | |
| 	'on_setup': 'erpnext.healthcare.setup.setup_healthcare'
 | |
| } |