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

117 lines
3.2 KiB
JSON
Raw Normal View History

2023-06-16 13:43:55 +05:30
[
{
"conversion_rate": 1.0,
"customer": "ABC Enterprises",
"doctype": "Sales Invoice",
"items": [
{
"doctype": "Sales Invoice Item",
"item_code": "SKU004",
"parentfield": "items",
"qty": 20.0,
"rate": 500.0,
"conversion_factor": 1
}
]
2023-06-19 09:44:57 +05:30
},
{
"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
}
]
2023-06-16 13:43:55 +05:30
}
]