aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D01B/Simples/S4055.hs
diff options
context:
space:
mode:
authorFrédéric Menou <frederic.menou@fretlink.com>2016-12-08 10:19:15 +0200
committerIsmaël Bouya <ismael.bouya@fretlink.com>2022-05-17 18:01:51 +0200
commita9d77a20008efe82862cc1adbfa7a6d4f09f8ff7 (patch)
treeadf3186fdccaeef19151026cdfbd38a530cf9ecb /specification/src/Text/Edifact/D01B/Simples/S4055.hs
downloadedi-parser-a9d77a20008efe82862cc1adbfa7a6d4f09f8ff7.tar.gz
edi-parser-a9d77a20008efe82862cc1adbfa7a6d4f09f8ff7.tar.zst
edi-parser-a9d77a20008efe82862cc1adbfa7a6d4f09f8ff7.zip
Release code as open sourceHEADmaster
Diffstat (limited to 'specification/src/Text/Edifact/D01B/Simples/S4055.hs')
-rw-r--r--specification/src/Text/Edifact/D01B/Simples/S4055.hs49
1 files changed, 49 insertions, 0 deletions
diff --git a/specification/src/Text/Edifact/D01B/Simples/S4055.hs b/specification/src/Text/Edifact/D01B/Simples/S4055.hs
new file mode 100644
index 0000000..5ec8e9e
--- /dev/null
+++ b/specification/src/Text/Edifact/D01B/Simples/S4055.hs
@@ -0,0 +1,49 @@
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D01B.Simples.S4055
7 ( simple4055
8 ) where
9
10import Text.Edifact.Parsing
11import Text.Edifact.Types (Value)
12
13-- | Derived from this specification:
14--
15-- > 4055 Delivery or transport terms function code [B]
16-- >
17-- > Desc: Code specifying the function of delivery or transport
18-- > terms.
19-- >
20-- > Repr: an..3
21-- >
22-- > 1 Price condition
23-- > Specifies a condition related to the price which a
24-- > seller must fulfil before the buyer will complete a
25-- > purchase.
26-- >
27-- > 2 Despatch condition
28-- > Condition requested by the customer under which the
29-- > supplier shall deliver: Extent of freight costs, means
30-- > of transport.
31-- >
32-- > 3 Price and despatch condition
33-- > Condition related to price and despatch that the seller
34-- > must complete before the customer will agree payment.
35-- >
36-- > 4 Collected by customer
37-- > Indicates that the customer will pick up the goods at
38-- > the supplier. He will take care of the means of
39-- > transport.
40-- >
41-- > 5 Transport condition
42-- > Specifies the conditions under which the transport takes
43-- > place under the responsibility of the carrier.
44-- >
45-- > 6 Delivery condition
46-- > Specifies the conditions under which the goods must be
47-- > delivered to the consignee.
48simple4055 :: Parser Value
49simple4055 = simple "4055" (alphaNumeric `upTo` 3)