aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S4455.hs
diff options
context:
space:
mode:
Diffstat (limited to 'specification/src/Text/Edifact/D96A/Simples/S4455.hs')
-rw-r--r--specification/src/Text/Edifact/D96A/Simples/S4455.hs35
1 files changed, 35 insertions, 0 deletions
diff --git a/specification/src/Text/Edifact/D96A/Simples/S4455.hs b/specification/src/Text/Edifact/D96A/Simples/S4455.hs
new file mode 100644
index 0000000..4af09da
--- /dev/null
+++ b/specification/src/Text/Edifact/D96A/Simples/S4455.hs
@@ -0,0 +1,35 @@
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D96A.Simples.S4455
7 ( simple4455
8 ) where
9
10import Text.Edifact.Parsing
11import Text.Edifact.Types (Value)
12
13-- | Derived from this specification:
14--
15-- > 4455 Back order, coded
16-- >
17-- > Desc: Code to identify the back order agreement.
18-- >
19-- > Repr: an..3
20-- >
21-- > B Back order only if new item (book industry - not yet
22-- > published only)
23-- > Item on back order due to unpublished status.
24-- > F Factory ship
25-- > Ship directly from factory to purchaser.
26-- > N No back order
27-- > Back order is unacceptable.
28-- > W Warehouse ship
29-- > Ship directly from warehouse.
30-- > Y Back order if out of stock
31-- > Acceptable to put on back order if out of stock.
32-- > ZZZ Mutually defined
33-- > Self explanatory.
34simple4455 :: Parser Value
35simple4455 = simple "4455" (alphaNumeric `upTo` 3)