]> git.immae.eu Git - github/fretlink/edi-parser.git/blame - specification/src/Text/Edifact/D96A/Simples/S4455.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D96A / Simples / S4455.hs
CommitLineData
a9d77a20
FM
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)