blob: 3c54b01d424d22f36c8f353fa154081b501bb280 [file] [log] [blame]
Rushabh Mehtabc4e2cd2017-10-17 12:30:34 +05301data = {
2 'desktop_icons': [
3 'Patient',
4 'Patient Appointment',
5 'Consultation',
6 'Lab Test',
7 'Healthcare',
8 'Accounts',
9 'Buying',
10 'Stock',
11 'HR',
12 'ToDo'
13 ],
14 'default_portal_role': 'Patient',
15 'restricted_roles': [
16 'Healthcare Administrator',
17 'LabTest Approver',
18 'Laboratory User',
19 'Nursing User',
20 'Physician',
21 'Patient'
22 ],
23 'custom_fields': {
24 'Sales Invoice': dict(fieldname='appointment', label='Patient Appointment',
25 fieldtype='Link', options='Patient Appointment',
26 insert_after='customer')
27 },
28 'on_setup': 'erpnext.healthcare.setup.setup_healthcare'
29}