blob: 5a54cf67d0f18eb33ca60e526c38736d419f2760 [file] [log] [blame]
Rushabh Mehtabc4e2cd2017-10-17 12:30:34 +05301data = {
2 'desktop_icons': [
3 'Patient',
4 'Patient Appointment',
Jamsheerf9269112018-07-16 18:08:53 +05305 'Patient Encounter',
Rushabh Mehtabc4e2cd2017-10-17 12:30:34 +05306 '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'
Jamsheerf9269112018-07-16 18:08:53 +053029}