Skip to content

Commit

Permalink
Added a business term name for each order type code and changed the t…
Browse files Browse the repository at this point in the history
…erm name of the OrderTypeCode.
  • Loading branch information
MartinForsberg-Ecru committed Sep 22, 2023
1 parent 90cae1e commit 8639fd6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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 @@ -9,6 +9,8 @@ Release date:: 2023-11-01
== Changes to syntax
* Order transaction (T01)

** Added business terms for all Order Type Codes. Renamed the element cbc:OrderTypeCode from "Consignment Order" to "Order Type" to avoid confusion, as Consignment Order is just one of several types. This change is purely editorial.

* Order Response transaction (T76)


Expand Down
7 changes: 3 additions & 4 deletions structure/syntax/ubl-order.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,9 @@
</Element>
<Element cardinality="0..1">
<Term>cbc:OrderTypeCode</Term>
<Name>Consignment order indication</Name>
<Description>Indicates wether the order is a purchase order or consignement order.
Default is purchase order.</Description>
<Reference type="BUSINESS_TERM">tir01-153</Reference>
<Name>Order type</Name>
<Description>Indicates wether the order is a Purchase order (tir01-153), Consignement order (tir01-p050), Blanket order (tir01-p051) or Call of order (tir01-p052). Default is purchase order. See section Order Type in BIS-documentation for handling of order types.</Description>
<Reference type="BUSINESS_TERM">tir01-153, tir01-p050, tir01-p051, tir01-p052</Reference>
<Reference type="CODE_LIST">UNCL1001_T01</Reference>
<Value type="EXAMPLE">220</Value>
</Element>
Expand Down

0 comments on commit 8639fd6

Please sign in to comment.