We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When mapping FWB and FHL to 1R, the following issue may arise:
This leads to the following modelling problem:
In order to mitigate that issue, we need to be able to use the same Piece LO (or skeletons) for both MAWB and HAWB:
Hence, I propose to lift the cardinality restriction of Piece#ofShipment from n:1 to n:n.
The text was updated successfully, but these errors were encountered:
Hi Niclas, Indeed the Piece (n) <-> Shipment (1) relationship can cause issue if we have House declared.
With current situation we can only have the following:
While if we allow n:n relationship we can have the following:
This seems more accurate.
Sorry, something went wrong.
No branches or pull requests
When mapping FWB and FHL to 1R, the following issue may arise:
This leads to the following modelling problem:
In order to mitigate that issue, we need to be able to use the same Piece LO (or skeletons) for both MAWB and HAWB:
Hence, I propose to lift the cardinality restriction of Piece#ofShipment from n:1 to n:n.
The text was updated successfully, but these errors were encountered: