Files
schuetz3-erpnext/erpnext/demo/domains.py
Ankush Menat c07713b860 style: bulk format code with black
v13 port because otherwise backports will result in conflicts always
2022-03-29 17:29:34 +05:30

15 lines
438 B
Python

data = {
"Manufacturing": {"company_name": "Wind Power LLC"},
"Retail": {
"company_name": "Mobile Next",
},
"Distribution": {
"company_name": "Soltice Hardware",
},
"Services": {"company_name": "Acme Consulting"},
"Education": {"company_name": "Whitmore College"},
"Healthcare": {"company_name": "ABC Hospital Ltd."},
"Agriculture": {"company_name": "Schrute Farms"},
"Non Profit": {"company_name": "Erpnext Foundation"},
}