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

17 lines
406 B
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
}
]
}
]