-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
Order can't selects many Shipping Option #141
Comments
Just to be sure: an order can have several shipping options but a real order has in the end only one shipping method ? |
I think @simonLouvet is referring to the logistics issue that an Order needs to be collected from somewhere & delivered to somewhere else. I don't think that is the same as having a pickupOption & deliveryOption. I think we did discuss this in a ontology call but it was a long time ago & I can't find the diagram that @Alcoz did. Baptiste - can you recall what was discussed/agreed ? |
Notes from [slack discussion}(https://datafoodconsortium.slack.com/archives/C020KLNTDF0/p1719489678423519):I think you might need to use the Further notes from Ontology Call:ShippingOption is selected by Customer, so shouldn't be used for logistics work. LocalizedProduct & PhysicalProduct points to Stock, which points to a PhysicalPlace (either |
So @simonLouvet to get point of departure you have to look for the location of each LocalizedProduct or PhysicalProduct of the order. The point of arrival is the location linked to the shipping option chosen by the customer. |
Ok but in m'y exemple i have only definedProduct. I need ton create a New product with a New uri or change type oh my products? |
Yes, each Supplied product should be linked to a Localized and even a Physical product (if the product is real or physically stored at some place). Therefore new URIs should be created. |
ok @lecoqlibre, but that doesn't solve my basic need. |
Proposal to link 1 OrderLine directly to 1 PhysicalProduct ( The Supplier must provide this link (but not until Order completion/fulfilment). It may be provided at Order creation, if available. |
@RaggedStaff @Alcoz @lecoqlibre |
Closed as part of PR #146 |
* fix context & chengelog bottom links * add object properties needed by prototype * add object properties needed by prototype * add object properties needed by prototype * add object properties needed by prototype * add object properties needed by prototype * add object properties needed by prototype * GH - added initial drafts of Bug & feature request templates * add first versioned context.json (#121) * create file * add changelog * owner to technical ontology --------- Co-authored-by: simon louvet <[email protected]> * Add inverse `belongsTo` property to resolve #118 (#124) * Add inverse relationship of belongsTo called holds * Update context for issue 118 * Update changelog version * 111 (#126) * update sold by sells * Update context for issue 111 * Add of Weigth, Length and Volume as subclass of QuantitativeValue (#127) * Add of Weigth, Length and Volume as subclass of QuantitativeValue * Update CHANGELOG.md * add missing inverse relationship (#128) * add missing inverse relationship * Update CHANGELOG.md * Fix DFC_BusinessOntology.owl file (#139) * added missing <InverseObjectProperties> for sells/soldB to fix owl file not loading in Protege. * Removed chk files & updated gitignore * Fixed concerns property for OrderLine to be constrained to Offer, not DefinedProduct (#144) * #141 #37 #131 #136 #132 (#146) * #141 #37 #131 #136 #132 * Add Price on OrderLine * Add of definitions in ontology files (#147) * update CHANGELOG.md and add context_1.14.0.json * fix changelog * fix changelog * fix merge issue and clean changelog * fix changelog --------- Co-authored-by: simon louvet <[email protected]> Co-authored-by: RaggedStaff <[email protected]> Co-authored-by: simonLouvet <[email protected]>
* #141 #37 #131 #136 #132 * Add Price on OrderLine * Add variant and deprecate quantity dataproperty * Add shipment, vehicle and related properties to logistic use-case * missing small update * GH - Added comments for new concepts. * add property between shipment and vehicle * generate context for 1.15.0 --------- Co-authored-by: RaggedStaff <[email protected]>
I need to identify the pick-up and delivery points for orders, but the Order class selects one and only one Shipping Option.
The text was updated successfully, but these errors were encountered: