grab tests from yeclose branch
This commit is contained in:
parent
7d195516a3
commit
70dd331081
2
test3
2
test3
@ -36,6 +36,6 @@ $${
|
|||||||
"module": "MHI",
|
"module": "MHI",
|
||||||
"offset": "h.dcard",
|
"offset": "h.dcard",
|
||||||
"transaction": "purchase",
|
"transaction": "purchase",
|
||||||
"date": "2018-11-01"
|
"date": "2018-12-01"
|
||||||
}
|
}
|
||||||
}$$::jsonb bpr
|
}$$::jsonb bpr
|
1
test4
Normal file
1
test4
Normal file
@ -0,0 +1 @@
|
|||||||
|
update evt.acct set prop = '{"func":"netinc"}' where acct in ('h.food','h.maint.cars');
|
41
test5
Normal file
41
test5
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
insert into evt.bpr(bpr)
|
||||||
|
SELECT
|
||||||
|
$${
|
||||||
|
"gl": {
|
||||||
|
"lines": [
|
||||||
|
{
|
||||||
|
"amount": 10.00,
|
||||||
|
"account": "h.maint.cars"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"amount": -10.00,
|
||||||
|
"account": "h.dcard"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"jpath": [
|
||||||
|
[
|
||||||
|
"{item,0}",
|
||||||
|
"{header}"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"{item,0}",
|
||||||
|
"{header}"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"item": [
|
||||||
|
{
|
||||||
|
"item": "light bulb",
|
||||||
|
"amount": 10.00,
|
||||||
|
"reason": "repair",
|
||||||
|
"account": "h.maint.cars"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"header": {
|
||||||
|
"entity": "home",
|
||||||
|
"module": "MHI",
|
||||||
|
"offset": "h.dcard",
|
||||||
|
"transaction": "purchase",
|
||||||
|
"date": "2019-02-01"
|
||||||
|
}
|
||||||
|
}$$::jsonb bpr
|
41
test6
Normal file
41
test6
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
insert into evt.bpr(bpr)
|
||||||
|
SELECT
|
||||||
|
$${
|
||||||
|
"gl": {
|
||||||
|
"lines": [
|
||||||
|
{
|
||||||
|
"amount": 10.00,
|
||||||
|
"account": "h.maint.cars"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"amount": -10.00,
|
||||||
|
"account": "h.dcard"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"jpath": [
|
||||||
|
[
|
||||||
|
"{item,0}",
|
||||||
|
"{header}"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"{item,0}",
|
||||||
|
"{header}"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"item": [
|
||||||
|
{
|
||||||
|
"item": "light bulb",
|
||||||
|
"amount": 10.00,
|
||||||
|
"reason": "repair",
|
||||||
|
"account": "h.maint.cars"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"header": {
|
||||||
|
"entity": "home",
|
||||||
|
"module": "MHI",
|
||||||
|
"offset": "h.dcard",
|
||||||
|
"transaction": "purchase",
|
||||||
|
"date": "2020-02-01"
|
||||||
|
}
|
||||||
|
}$$::jsonb bpr
|
Loading…
Reference in New Issue
Block a user