brotherton-erpnext/erpnext/setup/demo_data/purchase_invoice.json
2023-07-30 11:53:09 +05:30

162 lines
4.2 KiB
JSON

[
{
"conversion_rate": 1.0,
"supplier": "DQ Industries",
"doctype": "Purchase Invoice",
"update_stock": 1,
"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",
"update_stock": 1,
"items": [
{
"doctype": "Purchase Invoice Item",
"item_code": "SKU002",
"parentfield": "items",
"qty": 50.0,
"rate": 300.0,
"conversion_factor": 1
}
]
},
{
"conversion_rate": 1.0,
"supplier": "KC Corp.",
"doctype": "Purchase Invoice",
"update_stock": 1,
"items": [
{
"doctype": "Purchase Invoice Item",
"item_code": "SKU003",
"parentfield": "items",
"qty": 75.0,
"rate": 523.0,
"conversion_factor": 1
}
]
},
{
"conversion_rate": 1.0,
"supplier": "DQ Industries",
"doctype": "Purchase Invoice",
"update_stock": 1,
"items": [
{
"doctype": "Purchase Invoice Item",
"item_code": "SKU004",
"parentfield": "items",
"qty": 60.0,
"rate": 725.0,
"conversion_factor": 1
}
]
},
{
"conversion_rate": 1.0,
"supplier": "MA Inc.",
"doctype": "Purchase Invoice",
"update_stock": 1,
"items": [
{
"doctype": "Purchase Invoice Item",
"item_code": "SKU005",
"parentfield": "items",
"qty": 82.0,
"rate": 222.0,
"conversion_factor": 1
}
]
},
{
"conversion_rate": 1.0,
"supplier": "KC Corp.",
"doctype": "Purchase Invoice",
"update_stock": 1,
"items": [
{
"doctype": "Purchase Invoice Item",
"item_code": "SKU006",
"parentfield": "items",
"qty": 50.0,
"rate": 420.0,
"conversion_factor": 1
}
]
},
{
"conversion_rate": 1.0,
"supplier": "DQ Industries",
"doctype": "Purchase Invoice",
"update_stock": 1,
"items": [
{
"doctype": "Purchase Invoice Item",
"item_code": "SKU007",
"parentfield": "items",
"qty": 90.0,
"rate": 375.0,
"conversion_factor": 1
}
]
},
{
"conversion_rate": 1.0,
"supplier": "MA Inc.",
"doctype": "Purchase Invoice",
"update_stock": 1,
"items": [
{
"doctype": "Purchase Invoice Item",
"item_code": "SKU008",
"parentfield": "items",
"qty": 121.0,
"rate": 333.0,
"conversion_factor": 1
}
]
},
{
"conversion_rate": 1.0,
"supplier": "KC Corp.",
"doctype": "Purchase Invoice",
"update_stock": 1,
"items": [
{
"doctype": "Purchase Invoice Item",
"item_code": "SKU009",
"parentfield": "items",
"qty": 76.0,
"rate": 700.0,
"conversion_factor": 1
}
]
},
{
"conversion_rate": 1.0,
"supplier": "DQ Industries",
"doctype": "Purchase Invoice",
"update_stock": 1,
"items": [
{
"doctype": "Purchase Invoice Item",
"item_code": "SKU010",
"parentfield": "items",
"qty": 78.0,
"rate": 500.0,
"conversion_factor": 1
}
]
}
]