jl/schema/documents/bpr.json

38 lines
783 B
JSON
Raw Normal View History

2018-09-12 14:48:59 -04:00
{
2018-09-14 00:15:53 -04:00
"gl": {
"lines": [
{
"amount": 2.19,
"account": "h.food"
},
{
"amount": -2.19,
"account": "h.dcard"
}
],
"jpath": [
[
2018-09-12 14:48:59 -04:00
"{item,0}",
"{header}"
],
2018-09-14 00:15:53 -04:00
[
2018-09-12 14:48:59 -04:00
"{item,0}",
"{header}"
2018-09-14 00:15:53 -04:00
]
]
},
2018-09-12 14:48:59 -04:00
"item": [
{
"item": "green olives",
"amount": 2.19,
"reason": "food",
"account": "h.food"
}
],
"header": {
"entity": "home",
"module": "MHI",
"offset": "h.dcard",
"transaction": "purchase"
}
2018-09-12 00:48:44 -04:00
}