brotherton-erpnext/erpnext/setup/demo_data/customer.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
431 B
JSON
Raw Normal View History

2023-06-16 08:13:55 +00:00
[
{
"doctype": "Customer",
"customer_group": "Demo Customer Group",
2023-08-10 16:15:55 +00:00
"customer_name": "Grant Plastics Ltd."
2023-06-16 08:13:55 +00:00
},
{
"doctype": "Customer",
"customer_group": "Demo Customer Group",
2023-08-10 16:15:55 +00:00
"customer_name": "West View Software Ltd."
2023-06-16 08:13:55 +00:00
},
{
"doctype": "Customer",
"customer_group": "Demo Customer Group",
2023-08-10 16:15:55 +00:00
"customer_name": "Palmer Productions Ltd."
2023-06-16 08:13:55 +00:00
}
]