jl/schema/documents/bpr.json

39 lines
882 B
JSON
Raw Normal View History

2018-09-12 14:48:59 -04:00
{
"gl": [
{
"jpath": [
"{item,0}",
"{header}"
],
"amount": 2.19,
"account": "h.food"
},
{
"jpath": [
"{item,0}",
"{header}"
],
"amount": -2.19,
"account": "h.dcard"
}
],
"item": [
{
"item": "green olives",
"amount": 2.19,
"reason": "food",
"account": "h.food"
}
],
"header": {
"entity": "home",
"module": "MHI",
"offset": "h.dcard",
"vendor": "Discount Drug Mart",
"currency": "USD",
"eff_date": "1/6/2018",
"location": "Stow, OH",
"instrument": "Discover Card",
"transaction": "purchase"
}
2018-09-12 00:48:44 -04:00
}