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

[New Model]: Material Demand DCM/PURIS #309

Closed
5 tasks
nhaenis opened this issue Sep 18, 2023 · 2 comments
Closed
5 tasks

[New Model]: Material Demand DCM/PURIS #309

nhaenis opened this issue Sep 18, 2023 · 2 comments

Comments

@nhaenis
Copy link
Contributor

nhaenis commented Sep 18, 2023

Model Description

PURIS and DCM would like to harmonize their data models in the future in order to use one common data model and not create redundancies. Most of DCMs data model week_based_material_demand can be reused.

Relevant Standards

DCM Material Demand

Example Data

--- JSON only payload suggestion ---

{
  "demandRate": {
    "demandRateCode": "cw"                                                      # cw = calendar week
  },
  "unitOfMeasure": "H87",
  "materialDescriptionCustomer": "Spark Plug",
  "materialDemandId": "0157ba42-d2a8-4e28-8565-7b07830c1110",
  "materialNumberSupplier": "MNR-8101-ID146955.001",                            # translated into name
  "supplier": "BPNL6666666666YY",
  "changedAt": "2023-03-10T12:27:11.320Z",
  "materialNumberCatenaX": "urn:uuid:48878d48-6f1d-47f5-8ded-a441d0d879df",     # not visible in screen
  "demandSeries": [
    {
      "expectedSupplierLocation": "BPNS8888888888XX",                           # translated into nameHelsinki
      "demands": [
        {
          "demand": 100,
          "pointInTime": "2022-03-07T01:00:52.173-07:00"
        }
      ],
      "customerLocation": "BPNS7777777777XX",                                   # demand location, Berlin
      "demandCategory": {
        "demandCategoryCode": "SR99"                                            # Series
      }
    },
    {
      "expectedSupplierLocation": "BPNS8888888888XX",                           # translated into nameHelsinki
      "demands": [
        {
          "demand": 100,
          "pointInTime": "2022-03-07T01:00:52.173-07:00"
        }
      ],
      "customerLocation": "BPNS7777777777XX",                                   # demand location, Berlin
      "demandCategory": {
        "demandCategoryCode": "A1S1"                                            # After-Sales
      }
    }
  ],
  "materialNumberCustomer": "500009086",
  "customer": "BPNL8888888888XX"
}

MS1 Criteria

  • The proposed aspect model does not exist already
  • The proposed aspect model does not extend an existing aspect but introduces completely new functionality
  • The proposal references a Catena-X use case
  • Relevant standards are mentioned/linked
  • A first draft of the data structure is provided in an example
@nhaenis nhaenis changed the title [New Model]: [New Model]: Material Demand DCM/PURIS Sep 18, 2023
@nhaenis
Copy link
Contributor Author

nhaenis commented Sep 18, 2023

@modeling_team

@agg3fe
Copy link
Contributor

agg3fe commented Sep 18, 2023

duplicate of #262
Still tracking this issue.

@agg3fe agg3fe closed this as completed Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants