aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S7073.hs
diff options
context:
space:
mode:
Diffstat (limited to 'specification/src/Text/Edifact/D96A/Simples/S7073.hs')
-rw-r--r--specification/src/Text/Edifact/D96A/Simples/S7073.hs77
1 files changed, 77 insertions, 0 deletions
diff --git a/specification/src/Text/Edifact/D96A/Simples/S7073.hs b/specification/src/Text/Edifact/D96A/Simples/S7073.hs
new file mode 100644
index 0000000..b8af3bf
--- /dev/null
+++ b/specification/src/Text/Edifact/D96A/Simples/S7073.hs
@@ -0,0 +1,77 @@
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D96A.Simples.S7073
7 ( simple7073
8 ) where
9
10import Text.Edifact.Parsing
11import Text.Edifact.Types (Value)
12
13-- | Derived from this specification:
14--
15-- > 7073 Packaging terms and conditions, coded
16-- >
17-- > Desc: Code identifying packaging terms and conditions.
18-- >
19-- > Repr: an..3
20-- >
21-- > 1 Packaging cost paid by supplier
22-- > Self explanatory.
23-- > 2 Packaging cost paid by recipient
24-- > Self explanatory.
25-- > 3 Packaging cost not charged (returnable)
26-- > Self explanatory.
27-- > 4 Buyer's
28-- > Self explanatory.
29-- > 5 Carrier's durable
30-- > Self explanatory.
31-- > 6 Carrier's expendable
32-- > Self explanatory.
33-- > 7 Seller's durable
34-- > Self explanatory.
35-- > 8 Seller's expendable
36-- > Self explanatory.
37-- > 9 Special purpose buyer's durable
38-- > Reusable packaging specifically designed for packaging of
39-- > the referenced item and owned by the buyer.
40-- > 10 Special purpose buyer's expendable
41-- > Disposable packaging specifically designed for packaging
42-- > of the referenced item.
43-- > 11 Multiple usage buyer's durable
44-- > Reusable multi-purpose packaging owned by the buyer.
45-- > 12 Multiple usage seller's durable
46-- > Reusable multi-purpose packaging owned by the seller.
47-- > 13 Not packed
48-- > The referenced item is to be supplied without packaging.
49-- > 14 Special purpose seller's durable
50-- > Non-standard reusable packaging owned by the seller.
51-- > 15 Export quality
52-- > The packaging used must meet durability and handling
53-- > characteristics required for item export.
54-- > 16 Domestic quality
55-- > The packaging used must meet durability and handling
56-- > characteristics required for domestic usage.
57-- > 17 Packaging included in price
58-- > The cost of packaging is included in the item price.
59-- > 18 Packaging costs split
60-- > The cost of packaging is shared equally between the buyer
61-- > and seller.
62-- > 19 Packaging costs invoiced separately
63-- > The packaging cost will be invoiced on a separate message
64-- > or document.
65-- > 20 Nil packaging costs
66-- > The packaging is free of charge.
67-- > 21 Nil packaging costs if packaging returned
68-- > The costs of packaging is reimbursed by the seller to
69-- > buyer if packaging is returned.
70-- > 22 Return chargeable
71-- > The return of packaging/empties is chargeable.
72-- > 23 Chargeable, two thirds of paid amount with credit note on
73-- > return of loaned package
74-- > The buyer receives two thirds of paid amount with credit
75-- > note if loaned package is returned.
76simple7073 :: Parser Value
77simple7073 = simple "7073" (alphaNumeric `upTo` 3)