mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
24 lines
409 B
Python
24 lines
409 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'
|
|
},
|
|
'Agriculture': {
|
|
'company_name': 'Schrute Farms'
|
|
},
|
|
'Non Profit': {
|
|
'company_name': 'Erpnext Foundation'
|
|
}
|
|
}
|