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

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

162 lines
4.2 KiB
JSON
Raw Normal View History

2023-06-16 13:43:55 +05:30
[
2023-06-19 09:44:57 +05:30
{
"conversion_rate": 1.0,
"supplier": "DQ Industries",
"doctype": "Purchase Invoice",
2023-06-19 14:12:23 +05:30
"update_stock": 1,
2023-06-19 09:44:57 +05:30
"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",
2023-06-19 14:12:23 +05:30
"update_stock": 1,
2023-06-19 09:44:57 +05:30
"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",
2023-06-19 14:12:23 +05:30
"update_stock": 1,
2023-06-19 09:44:57 +05:30
"items": [
{
"doctype": "Purchase Invoice Item",
"item_code": "SKU003",
"parentfield": "items",
"qty": 100.0,
"rate": 400.0,
"conversion_factor": 1
}
]
},
2023-06-16 13:43:55 +05:30
{
"conversion_rate": 1.0,
"supplier": "DQ Industries",
"doctype": "Purchase Invoice",
2023-06-19 14:12:23 +05:30
"update_stock": 1,
2023-06-16 13:43:55 +05:30
"items": [
{
"doctype": "Purchase Invoice Item",
"item_code": "SKU004",
"parentfield": "items",
2023-06-19 09:44:57 +05:30
"qty": 100.0,
"rate": 400.0,
"conversion_factor": 1
}
]
},
{
"conversion_rate": 1.0,
"supplier": "MA Inc.",
"doctype": "Purchase Invoice",
2023-06-19 14:12:23 +05:30
"update_stock": 1,
2023-06-19 09:44:57 +05:30
"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",
2023-06-19 14:12:23 +05:30
"update_stock": 1,
2023-06-19 09:44:57 +05:30
"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",
2023-06-19 14:12:23 +05:30
"update_stock": 1,
2023-06-19 09:44:57 +05:30
"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",
2023-06-19 14:12:23 +05:30
"update_stock": 1,
2023-06-19 09:44:57 +05:30
"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",
2023-06-19 14:12:23 +05:30
"update_stock": 1,
2023-06-19 09:44:57 +05:30
"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",
2023-06-19 14:12:23 +05:30
"update_stock": 1,
2023-06-19 09:44:57 +05:30
"items": [
{
"doctype": "Purchase Invoice Item",
"item_code": "SKU010",
"parentfield": "items",
"qty": 100.0,
2023-06-16 13:43:55 +05:30
"rate": 400.0,
"conversion_factor": 1
}
]
}
]