Skip to content

Commit

Permalink
Added Order type codes
Browse files Browse the repository at this point in the history
POACC-486
  • Loading branch information
midran committed Sep 22, 2023
1 parent 70f489c commit e0f4b36
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
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>

0 comments on commit e0f4b36

Please sign in to comment.