Merge branch 'master' into 3199-itemTaxCountry
gitea/mycdc/pipeline/pr-master This commit looks good
Details
gitea/mycdc/pipeline/pr-master This commit looks good
Details
This commit is contained in:
commit
7a02602691
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mycdc",
|
||||
"version": "0.0.15",
|
||||
"version": "0.0.18",
|
||||
"author": "Verdnatura Levante SL",
|
||||
"description": "Asynchronous DB calculations reading the binary log",
|
||||
"license": "GPL-3.0",
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
query:
|
||||
ticket: CALL vn.ticket_setRisk(:id)
|
||||
client: CALL vn.ticket_setRisk(:id)
|
||||
includeSchema:
|
||||
vn:
|
||||
ticket:
|
||||
key: clientFk
|
||||
scope: client
|
||||
columns:
|
||||
- id
|
||||
- clientFk
|
||||
|
@ -12,7 +13,7 @@ includeSchema:
|
|||
- refFk
|
||||
receipt:
|
||||
key: clientFk
|
||||
scope: ticket
|
||||
scope: client
|
||||
columns:
|
||||
- payed
|
||||
- clientFk
|
||||
|
@ -20,7 +21,7 @@ includeSchema:
|
|||
hedera:
|
||||
tpvTransaction:
|
||||
key: clientFk
|
||||
scope: ticket
|
||||
scope: client
|
||||
columns:
|
||||
- clientFk
|
||||
- amount
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
query:
|
||||
ticket: CALL vn.ticket_setProblemRounding(:id)
|
||||
sale: CALL vn.sale_setProblemRounding(:id)
|
||||
item: CALL vn.sale_setProblemRoundingByBuy(:id)
|
||||
includeSchema:
|
||||
vn:
|
||||
ticket:
|
||||
|
@ -15,3 +16,12 @@ includeSchema:
|
|||
- id
|
||||
- quantity
|
||||
- itemFk
|
||||
buy:
|
||||
key: id
|
||||
scope: item
|
||||
columns:
|
||||
- id
|
||||
- itemFk
|
||||
- grouping
|
||||
events:
|
||||
- updaterows
|
|
@ -1,5 +1,6 @@
|
|||
query:
|
||||
ticket: CALL vn.ticket_setProblemRisk(:id)
|
||||
client: CALL vn.ticket_setProblemRiskByClient(:id)
|
||||
includeSchema:
|
||||
vn:
|
||||
ticket:
|
||||
|
@ -8,3 +9,9 @@ includeSchema:
|
|||
- id
|
||||
- clientFk
|
||||
- risk
|
||||
client:
|
||||
key: id
|
||||
scope: client
|
||||
columns:
|
||||
- id
|
||||
- credit
|
Loading…
Reference in New Issue