80 lines
1.4 KiB
YAML
80 lines
1.4 KiB
YAML
query:
|
|
travel: CALL stock.buyOut_refreshBuy('travel', :id)
|
|
entry: CALL stock.buyOut_refreshBuy('entry', :id)
|
|
buy: CALL stock.buyOut_refreshBuy('lot', :id)
|
|
ticket: CALL stock.buyOut_refreshSale('ticket', :id)
|
|
sale: CALL stock.buyOut_refreshSale('lot', :id)
|
|
order: CALL stock.buyOut_refreshOrder('order', :id)
|
|
orderRow: CALL stock.buyOut_refreshOrder('lot', :id)
|
|
includeSchema:
|
|
vn:
|
|
travel:
|
|
key: id
|
|
columns:
|
|
- id
|
|
- landed
|
|
- shipped
|
|
- landingHour
|
|
- warehouseInFk
|
|
- warehouseOutFk
|
|
- isReceived
|
|
- isRaid
|
|
events:
|
|
- updaterows
|
|
entry:
|
|
key: id
|
|
columns:
|
|
- id
|
|
- travelFk
|
|
events:
|
|
- updaterows
|
|
buy:
|
|
key: lotFk
|
|
columns:
|
|
- lotFk
|
|
- entryFk
|
|
- itemFk
|
|
- quantity
|
|
- life
|
|
- isAlive
|
|
ticket:
|
|
key: id
|
|
columns:
|
|
- id
|
|
- warehouseFk
|
|
- shipped
|
|
- landed
|
|
events:
|
|
- updaterows
|
|
sale:
|
|
key: lotFk
|
|
columns:
|
|
- lotFk
|
|
- ticketFk
|
|
- itemFk
|
|
- quantity
|
|
- created
|
|
- isPicked
|
|
hedera:
|
|
order:
|
|
key: id
|
|
columns:
|
|
- id
|
|
- date_send
|
|
- address_id
|
|
- company_id
|
|
- customer_id
|
|
- confirmed
|
|
events:
|
|
- updaterows
|
|
orderRow:
|
|
key: lotFk
|
|
columns:
|
|
- lotFk
|
|
- orderFk
|
|
- itemFk
|
|
- warehouseFk
|
|
- shipment
|
|
- amount
|
|
- created
|