feat: Clear demo data

This commit is contained in:
Deepesh Garg
2023-06-17 13:08:18 +05:30
parent 77a29574a6
commit 5b6a9fcca9
5 changed files with 56 additions and 24 deletions

View File

@@ -2,16 +2,19 @@
{
"doctype": "Customer",
"customer_group": "Demo Customer Group",
"territory": "All Territories",
"customer_name": "ABC Enterprises"
},
{
"doctype": "Customer",
"customer_group": "Demo Customer Group",
"territory": "All Territories",
"customer_name": "XYZ Corporation"
},
{
"doctype": "Customer",
"customer_group": "Demo Customer Group",
"territory": "All Territories",
"customer_name": "KJPR Pvt Ltd"
}
]

View File

@@ -36,6 +36,7 @@
},
{
"doctype": "Item",
"item_group": "Demo Item Group",
"item_code": "SKU006",
"item_name": "Coffee Mug",
"image": "https://media.istockphoto.com/id/821282266/photo/white-mug-isolated.jpg?s=612x612&w=0&k=20&c=LJCMPk0D83OKmJHahkiLzAB3OsKr83nMbL7KxSgfpfM="