Rushabh Mehta | bc4e2cd | 2017-10-17 12:30:34 +0530 | [diff] [blame] | 1 | data = { |
| 2 | 'desktop_icons': [ |
| 3 | 'Patient', |
| 4 | 'Patient Appointment', |
Jamsheer | f926911 | 2018-07-16 18:08:53 +0530 | [diff] [blame] | 5 | 'Patient Encounter', |
Rushabh Mehta | bc4e2cd | 2017-10-17 12:30:34 +0530 | [diff] [blame] | 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' |
Jamsheer | f926911 | 2018-07-16 18:08:53 +0530 | [diff] [blame] | 29 | } |