2024-08-12 09:55:15 +00:00
|
|
|
query:
|
2025-02-24 17:51:10 +00:00
|
|
|
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)
|
2024-08-12 09:55:15 +00:00
|
|
|
includeSchema:
|
|
|
|
vn:
|
|
|
|
travel:
|
|
|
|
key: id
|
|
|
|
columns:
|
|
|
|
- id
|
|
|
|
- landed
|
|
|
|
- shipped
|
|
|
|
- landingHour
|
|
|
|
- warehouseInFk
|
|
|
|
- warehouseOutFk
|
|
|
|
- isReceived
|
2025-02-24 17:51:10 +00:00
|
|
|
- isRaid
|
2024-08-12 09:55:15 +00:00
|
|
|
events:
|
|
|
|
- updaterows
|
|
|
|
entry:
|
|
|
|
key: id
|
|
|
|
columns:
|
|
|
|
- id
|
|
|
|
- travelFk
|
|
|
|
events:
|
|
|
|
- updaterows
|
|
|
|
buy:
|
2025-02-24 17:51:10 +00:00
|
|
|
key: lotFk
|
2024-08-12 09:55:15 +00:00
|
|
|
columns:
|
2025-02-25 08:39:09 +00:00
|
|
|
- lotFk
|
2024-08-12 09:55:15 +00:00
|
|
|
- entryFk
|
|
|
|
- itemFk
|
|
|
|
- quantity
|
|
|
|
- life
|
|
|
|
- isAlive
|
|
|
|
ticket:
|
|
|
|
key: id
|
|
|
|
columns:
|
|
|
|
- id
|
|
|
|
- warehouseFk
|
|
|
|
- shipped
|
2025-02-24 17:51:10 +00:00
|
|
|
- landed
|
2025-02-25 17:08:07 +00:00
|
|
|
- isAlive
|
2024-08-12 09:55:15 +00:00
|
|
|
events:
|
|
|
|
- updaterows
|
|
|
|
sale:
|
2025-02-24 17:51:10 +00:00
|
|
|
key: lotFk
|
2024-08-12 09:55:15 +00:00
|
|
|
columns:
|
2025-02-25 08:39:09 +00:00
|
|
|
- lotFk
|
2024-08-12 09:55:15 +00:00
|
|
|
- ticketFk
|
|
|
|
- itemFk
|
|
|
|
- quantity
|
|
|
|
- created
|
|
|
|
- isPicked
|
|
|
|
hedera:
|
|
|
|
order:
|
|
|
|
key: id
|
|
|
|
columns:
|
|
|
|
- id
|
|
|
|
- date_send
|
|
|
|
- address_id
|
|
|
|
- company_id
|
|
|
|
- customer_id
|
|
|
|
- confirmed
|
|
|
|
events:
|
|
|
|
- updaterows
|
|
|
|
orderRow:
|
2025-02-24 17:51:10 +00:00
|
|
|
key: lotFk
|
2024-08-12 09:55:15 +00:00
|
|
|
columns:
|
2025-02-25 08:39:09 +00:00
|
|
|
- lotFk
|
2024-08-12 09:55:15 +00:00
|
|
|
- orderFk
|
|
|
|
- itemFk
|
|
|
|
- warehouseFk
|
|
|
|
- shipment
|
|
|
|
- amount
|
2025-02-24 17:51:10 +00:00
|
|
|
- created
|
2025-02-25 17:08:07 +00:00
|
|
|
- isReserved
|