Skip to content

Commit

Permalink
Clarification of InTransit and PlannedProduction
Browse files Browse the repository at this point in the history
  • Loading branch information
patricekrakow committed Oct 16, 2022
1 parent a4e025b commit 34dfa66
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 1.3.0/papiNet-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ orderLineItemStatus:
quantityContext:

* _**Confirmed**_: The quantity is confirmed.
* _**InTransit**: The quantity is shipped to a location.
* _**InTransit**: The quantity is transported to a stock location and has not yet arrived.
* _**Invoiced**_: The quantity is invoiced and qualified for compensation.
* _**OnHand**_: The quantity is available without any restrictions.
* _**Ordered**_: The quantity is the purchase order requested quantity.
* _**PlannedProduction**_: The quantity is planned for production.
* _**Produced**_: The quantity is added to stock through a production or conversion process.
* _**Reserved**_: The quantity is reserved for one or multiple customers, but might be freed up later in the future.
* _**Shipped**_: The quantity is shipped, it has left the _Supplier_'s location.
* _**Shipped**_: The quantity is shipped, it has left the _Supplier_'s location and goes to an _End User_'s location.

quantityType:

Expand Down
12 changes: 6 additions & 6 deletions 1.3.0/papiNet-API.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1279,8 +1279,8 @@ components:
enum:
- OnHand
- Reserved
- InTransit
# PlannedProduction does not make sense in the context of 'plannedQuantities'
# InTransit does not make sense in the context of 'quantities'
# PlannedProduction does not make sense in the context of 'quantities'
quantityType:
type: string
# Enumeration for 'quantityType':
Expand Down Expand Up @@ -1355,7 +1355,7 @@ components:
enum:
# OnHand does not make sense in the context of 'plannedQuantities'
# Reserved does not make sense in the context of 'plannedQuantities'
# InTransit does not make sense in the context of 'plannedQuantities'
- InTransit
- PlannedProduction
quantityType:
type: string
Expand Down Expand Up @@ -1450,8 +1450,8 @@ components:
enum:
- OnHand
- Reserved
- InTransit
- PlannedProduction
# InTransit does not make sense in the context of 'quantities'
# PlannedProduction does not make sense in the context of 'quantities'
quantityType:
type: string
# Enumeration for 'quantityType':
Expand Down Expand Up @@ -1525,7 +1525,7 @@ components:
# Enumeration for 'quantityContext':
enum:
# OnHand does not make sense in the context of 'plannedQuantities'
- Reserved
# Reserved does not make sense in the context of 'plannedQuantities'
- InTransit
- PlannedProduction
quantityType:
Expand Down

0 comments on commit 34dfa66

Please sign in to comment.