Skip to content

Commit

Permalink
POACC-534 added code for non-returnable items
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinForsberg-Ecru committed Feb 15, 2024
1 parent cac401a commit 81e947a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 18 deletions.
18 changes: 5 additions & 13 deletions structure/codelist/TransactionConditions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,13 @@
<Agency>OpenPEPPOL</Agency>
<Subset>OpenPEPPOL</Subset>

<Code>
<Id>VQ</Id>
<Name>Variable measure indicator</Name>
</Code>
<Code>
<Id>RC</Id>
<Name>Returnable unit, indicator</Name>
</Code>
<Code>
<Id>SER</Id>
<Name>Trade item is a service</Name>
<Code>
<Id>CT</Id>
<Name>Contracted item</Name>
</Code>
<Code>
<Id>MTO</Id>
<Name>Trade item is produced after it has been ordered</Name>
<Id>NON_RETURNABLE</Id>
<Name>Non returnable item</Name>
</Code>

</CodeList>
12 changes: 7 additions & 5 deletions structure/syntax/ubl-catalogue.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1612,16 +1612,18 @@

</Element>
</Element>
<Element cardinality="0..1">
<Element cardinality="0..n">
<Term>cac:TransactionConditions</Term>
<Name>Contracted item</Name>
<Name>Transaction condition</Name>
<Element>
<Term>cbc:ActionCode</Term>
<Name>Contracted item indicator</Name>
<Description>The code CT indicates that the item is offered in accordance to the referenced contract.</Description>
<Name>Contracted item indicator, Non-returnable item indicator</Name>
<Description>The code CT indicates that the item is offered in accordance to the referenced contract (tir19-p027). The code NON_RETURNABLE indicates that the item cannot be returned (tir19-p049).</Description>
<DataType>Code</DataType>
<Reference type="BUSINESS_TERM">tir19-p027</Reference>
<Value type="FIXED">CT</Value>
<Reference type="BUSINESS_TERM">tir19-p049</Reference>
<Reference type="CODE_LIST">TransactionCondition</Reference>

</Element>
</Element>
<Element cardinality="0..n">
Expand Down

0 comments on commit 81e947a

Please sign in to comment.