mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 19:49:18 +00:00
chore: Add more invoices
This commit is contained in:
@@ -15,6 +15,6 @@
|
||||
"doctype": "Customer",
|
||||
"customer_group": "Demo Customer Group",
|
||||
"territory": "All Territories",
|
||||
"customer_name": "KJPR Pvt Ltd"
|
||||
"customer_name": "KJPR Pvt. Ltd."
|
||||
}
|
||||
]
|
||||
0
erpnext/setup/demo_data/payment_entry.json
Normal file
0
erpnext/setup/demo_data/payment_entry.json
Normal file
@@ -1,4 +1,49 @@
|
||||
[
|
||||
{
|
||||
"conversion_rate": 1.0,
|
||||
"supplier": "DQ Industries",
|
||||
"doctype": "Purchase Invoice",
|
||||
"items": [
|
||||
{
|
||||
"doctype": "Purchase Invoice Item",
|
||||
"item_code": "SKU001",
|
||||
"parentfield": "items",
|
||||
"qty": 100.0,
|
||||
"rate": 400.0,
|
||||
"conversion_factor": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"conversion_rate": 1.0,
|
||||
"supplier": "MA Inc.",
|
||||
"doctype": "Purchase Invoice",
|
||||
"items": [
|
||||
{
|
||||
"doctype": "Purchase Invoice Item",
|
||||
"item_code": "SKU002",
|
||||
"parentfield": "items",
|
||||
"qty": 100.0,
|
||||
"rate": 400.0,
|
||||
"conversion_factor": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"conversion_rate": 1.0,
|
||||
"supplier": "KC Corp.",
|
||||
"doctype": "Purchase Invoice",
|
||||
"items": [
|
||||
{
|
||||
"doctype": "Purchase Invoice Item",
|
||||
"item_code": "SKU003",
|
||||
"parentfield": "items",
|
||||
"qty": 100.0,
|
||||
"rate": 400.0,
|
||||
"conversion_factor": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"conversion_rate": 1.0,
|
||||
"supplier": "DQ Industries",
|
||||
@@ -8,7 +53,97 @@
|
||||
"doctype": "Purchase Invoice Item",
|
||||
"item_code": "SKU004",
|
||||
"parentfield": "items",
|
||||
"qty": 20.0,
|
||||
"qty": 100.0,
|
||||
"rate": 400.0,
|
||||
"conversion_factor": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"conversion_rate": 1.0,
|
||||
"supplier": "MA Inc.",
|
||||
"doctype": "Purchase Invoice",
|
||||
"items": [
|
||||
{
|
||||
"doctype": "Purchase Invoice Item",
|
||||
"item_code": "SKU005",
|
||||
"parentfield": "items",
|
||||
"qty": 100.0,
|
||||
"rate": 400.0,
|
||||
"conversion_factor": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"conversion_rate": 1.0,
|
||||
"supplier": "KC Corp.",
|
||||
"doctype": "Purchase Invoice",
|
||||
"items": [
|
||||
{
|
||||
"doctype": "Purchase Invoice Item",
|
||||
"item_code": "SKU006",
|
||||
"parentfield": "items",
|
||||
"qty": 100.0,
|
||||
"rate": 400.0,
|
||||
"conversion_factor": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"conversion_rate": 1.0,
|
||||
"supplier": "DQ Industries",
|
||||
"doctype": "Purchase Invoice",
|
||||
"items": [
|
||||
{
|
||||
"doctype": "Purchase Invoice Item",
|
||||
"item_code": "SKU007",
|
||||
"parentfield": "items",
|
||||
"qty": 100.0,
|
||||
"rate": 400.0,
|
||||
"conversion_factor": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"conversion_rate": 1.0,
|
||||
"supplier": "MA Inc.",
|
||||
"doctype": "Purchase Invoice",
|
||||
"items": [
|
||||
{
|
||||
"doctype": "Purchase Invoice Item",
|
||||
"item_code": "SKU008",
|
||||
"parentfield": "items",
|
||||
"qty": 100.0,
|
||||
"rate": 400.0,
|
||||
"conversion_factor": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"conversion_rate": 1.0,
|
||||
"supplier": "KC Corp.",
|
||||
"doctype": "Purchase Invoice",
|
||||
"items": [
|
||||
{
|
||||
"doctype": "Purchase Invoice Item",
|
||||
"item_code": "SKU009",
|
||||
"parentfield": "items",
|
||||
"qty": 100.0,
|
||||
"rate": 400.0,
|
||||
"conversion_factor": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"conversion_rate": 1.0,
|
||||
"supplier": "DQ Industries",
|
||||
"doctype": "Purchase Invoice",
|
||||
"items": [
|
||||
{
|
||||
"doctype": "Purchase Invoice Item",
|
||||
"item_code": "SKU010",
|
||||
"parentfield": "items",
|
||||
"qty": 100.0,
|
||||
"rate": 400.0,
|
||||
"conversion_factor": 1
|
||||
}
|
||||
|
||||
@@ -13,5 +13,105 @@
|
||||
"conversion_factor": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"conversion_rate": 1.0,
|
||||
"customer": "XYZ Corporation",
|
||||
"doctype": "Sales Invoice",
|
||||
"items": [
|
||||
{
|
||||
"doctype": "Sales Invoice Item",
|
||||
"item_code": "SKU001",
|
||||
"parentfield": "items",
|
||||
"qty": 25.0,
|
||||
"rate": 600.0,
|
||||
"conversion_factor": 1
|
||||
},
|
||||
{
|
||||
"doctype": "Sales Invoice Item",
|
||||
"item_code": "SKU002",
|
||||
"parentfield": "items",
|
||||
"qty": 15.0,
|
||||
"rate": 300.0,
|
||||
"conversion_factor": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"conversion_rate": 1.0,
|
||||
"customer": "XYZ Corporation",
|
||||
"doctype": "Sales Invoice",
|
||||
"items": [
|
||||
{
|
||||
"doctype": "Sales Invoice Item",
|
||||
"item_code": "SKU003",
|
||||
"parentfield": "items",
|
||||
"qty": 100,
|
||||
"rate": 300.0,
|
||||
"conversion_factor": 1
|
||||
},
|
||||
{
|
||||
"doctype": "Sales Invoice Item",
|
||||
"item_code": "SKU006",
|
||||
"parentfield": "items",
|
||||
"qty": 100,
|
||||
"rate": 300.0,
|
||||
"conversion_factor": 1
|
||||
},
|
||||
{
|
||||
"doctype": "Sales Invoice Item",
|
||||
"item_code": "SKU007",
|
||||
"parentfield": "items",
|
||||
"qty": 100,
|
||||
"rate": 300.0,
|
||||
"conversion_factor": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"conversion_rate": 1.0,
|
||||
"customer": "KJPR Pvt. Ltd.",
|
||||
"doctype": "Sales Invoice",
|
||||
"items": [
|
||||
{
|
||||
"doctype": "Sales Invoice Item",
|
||||
"item_code": "SKU005",
|
||||
"parentfield": "items",
|
||||
"qty": 200.0,
|
||||
"rate": 100.0,
|
||||
"conversion_factor": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"conversion_rate": 1.0,
|
||||
"customer": "ABC Enterprises",
|
||||
"doctype": "Sales Invoice",
|
||||
"items": [
|
||||
{
|
||||
"doctype": "Sales Invoice Item",
|
||||
"item_code": "SKU008",
|
||||
"parentfield": "items",
|
||||
"qty": 20.0,
|
||||
"rate": 500.0,
|
||||
"conversion_factor": 1
|
||||
},
|
||||
{
|
||||
"doctype": "Sales Invoice Item",
|
||||
"item_code": "SKU009",
|
||||
"parentfield": "items",
|
||||
"qty": 40.0,
|
||||
"rate": 300.0,
|
||||
"conversion_factor": 1
|
||||
},
|
||||
{
|
||||
"doctype": "Sales Invoice Item",
|
||||
"item_code": "SKU010",
|
||||
"parentfield": "items",
|
||||
"qty": 50.0,
|
||||
"rate": 900.0,
|
||||
"conversion_factor": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user