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

Added Order type codes #85

Merged
merged 1 commit into from
Sep 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 2 additions & 0 deletions guides/release-notes/v3.0.12.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ Release date:: 2023-11-01

== Changes to code lists and validation artefacts

* Added Order type codes 105 (Purchase order) and 402 "Intermediate handling cross docking order" as synonyms for 220 (Order)


== Other
12 changes: 12 additions & 0 deletions guides/transactions/01-order/description/order-type.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ h| Source codelist
|
| Order

| 105
| Purchase Order
| Document/message issued within an enterprise to initiate the purchase of articles, materials or services required for the production or manufacture of goods to be offered for sale or otherwise supplied to customers.
| 220
| Order

| 221
| Blanket order
| Usage of document/message for general order purposes with later split into quantities and delivery dates and maybe delivery locations.
Expand All @@ -45,4 +51,10 @@ h| Source codelist
| 220
| Order

| 402
| Intermediate handling cross docking order
| An order requesting the supply of products which will be moved across a dock, de-consolidated and re-consolidated according to the final delivery location requirements.
| 220
| Order

|===
15 changes: 15 additions & 0 deletions structure/codelist/UNCL1001_T01.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
<Agency>UN/CEFACT</Agency>
<Subset>openPEPPOL</Subset>

<Code>
<Id>105</Id>
<Name>Purchase Order</Name>
<Description>Document/message issued within an enterprise to initiate the purchase of articles, materials or services required for the production or manufacture of goods to be offered for sale or otherwise supplied to customers.
</Description>
</Code>

<Code>
<Id>220</Id>
<Name>Order</Name>
Expand Down Expand Up @@ -37,5 +44,13 @@
<Description>Order to deliver goods into stock with agreement on payment when goods are sold out of this stock.
</Description>
</Code>

<Code>
<Id>402</Id>
<Name>Intermediate handling cross docking order</Name>
<Description>An order requesting the supply of products which will be moved across a dock, de-consolidated and re-consolidated according to the final delivery location requirements.
</Description>
</Code>


</CodeList>