jl/test3

41 lines
836 B
Plaintext

insert into evt.bpr(bpr)
SELECT
$${
"gl": {
"lines": [
{
"amount": 5.00,
"account": "h.maint.cars"
},
{
"amount": -5.00,
"account": "h.dcard"
}
],
"jpath": [
[
"{item,0}",
"{header}"
],
[
"{item,0}",
"{header}"
]
]
},
"item": [
{
"item": "light bulb",
"amount": 5.00,
"reason": "repair",
"account": "h.maint.cars"
}
],
"header": {
"entity": "home",
"module": "MHI",
"offset": "h.dcard",
"transaction": "purchase",
"date": "2018-12-01"
}
}$$::jsonb bpr