WarehouseTransfer IWTTransportChainsIndex

From SkySuite Wiki
Revision as of 15:42, 11 June 2021 by Betsy (talk | contribs) (Created page with "We have WarehouseTransferLink table which merely links two warehouses together (saying which one is From, which one is To and is the link is active). The actual transport para...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

We have WarehouseTransferLink table which merely links two warehouses together (saying which one is From, which one is To and is the link is active). The actual transport parameters are stored in table WarehouseTraqnsferTransport. Each record in the WarehouseTraqnsferTransport table needs to be linked to a record in the WarehouseTransferLink. Now the + button on the index page merely creates a record in the WarehouseTransferLink to which you then need to add actual transports. The confusion here is that the index grid shows combined data from both tables whilst the + button can only add to one of them (WarehouseTransferLink) and the other one (WarehouseTraqnsferTransport) needs to be populated from the edit page