Skip to content
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

[Model Update]: ItemStock #322

Merged
merged 18 commits into from
Nov 21, 2023
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: updated 2.0.0 version to 1.0.0
tom-rm-meyer-ISST committed Nov 20, 2023
commit 0739feeb777a289b6d7b3dbd4eb196fb594d9b2b
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix : <urn:samm:io.catenax.item_stock:2.0.0#>.
@prefix : <urn:samm:io.catenax.item_stock:1.0.0#>.
@prefix ext-number: <urn:samm:io.catenax.shared.business_partner_number:1.0.0#>.
@prefix ext-quantity: <urn:samm:io.catenax.shared.quantity:1.0.0#>.
@prefix ext-uuid: <urn:samm:io.catenax.shared.uuid:1.0.0#>.
File renamed without changes.
11 changes: 4 additions & 7 deletions io.catenax.item_stock/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Changelog
All notable changes to this model will be documented in this file.

## [2.0.0] - 2023-11-20
## [1.0.0] - 2023-11-20
### Added
initial model as update of product stock model
- updated model to also cover customer side
- renamed product stock to item stock (aspect)
- renamed materialNumberCatena-X to materialGlobalAssetId for agnostic digital twin usage.
- usage of shared aspect
- usage of shared aspect
- for uuid for materialGlobalAssetId
- for Quantity characteristic
- for bpn for BPNS, L, A information
@@ -14,8 +16,3 @@ All notable changes to this model will be documented in this file.
- replaced property locationId of either type BPNS or BPNA by properties stockLocationBPNS and stockLocationBPNA
- renamed Characteristic for MaterialNumber to MaterialNumberCharacteristic
- updated lastUpdatedOn to be DateTime instead of Date.

## [1.0.0] - 2023-06-05
### Added
- initial model