]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/src/Text/Edifact/D01B/Simples/S1373.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D01B / Simples / S1373.hs
1 {-# LANGUAGE OverloadedStrings #-}
2
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
5
6 module Text.Edifact.D01B.Simples.S1373
7 ( simple1373
8 ) where
9
10 import Text.Edifact.Parsing
11 import Text.Edifact.Types (Value)
12
13 -- | Derived from this specification:
14 --
15 -- > 1373 Document status code [B]
16 -- >
17 -- > Desc: Code specifying the status of a document.
18 -- >
19 -- > Repr: an..3
20 -- >
21 -- > 1 Accepted
22 -- > The specified document is accepted.
23 -- >
24 -- > 2 Accompanying goods
25 -- > Notice that a specific document will be accompanying the
26 -- > goods.
27 -- >
28 -- > 3 Conditionally accepted
29 -- > The specified document is conditionally accepted.
30 -- >
31 -- > 4 To arrive by separate EDI message
32 -- > Notice that a specific document/message will be
33 -- > transmitted via a separate EDI message.
34 -- >
35 -- > 5 Information only
36 -- > Notice that the specific document or message is for
37 -- > information only.
38 -- >
39 -- > 6 To arrive by manual means
40 -- > Notice that a specific document or message will not be
41 -- > sent via EDI.
42 -- >
43 -- > 7 To be raised and sent
44 -- > Request for a specific message to be formatted and
45 -- > transmitted or a request for a specific document to be
46 -- > raised and sent.
47 -- >
48 -- > 8 Rejected
49 -- > The specified document is rejected.
50 -- >
51 -- > 9 To be printed
52 -- > The document or message is to be printed.
53 -- >
54 -- > 10 Document currently valid
55 -- > Specific document is currently valid.
56 -- >
57 -- > 11 Document not available
58 -- > Specified document is not available.
59 -- >
60 -- > 12 Document exhausted by declaration and attached
61 -- > Customs declaration to which the document is related
62 -- > completed or exhaust the allowance stated on the
63 -- > document. The document is attached to the Customs
64 -- > declaration.
65 -- >
66 -- > 13 Document not exhausted by declaration and attached
67 -- > Customs declaration to which the document is related
68 -- > does not complete or exhaust the allowance stated on the
69 -- > document . The document is not attached to the
70 -- > declaration but has already been lodged in the Customs
71 -- > station.
72 -- >
73 -- > 14 Document exhausted by declaration and previously lodged
74 -- > Customs declaration to which the document is related
75 -- > completed or exhaust the allowance stated on the
76 -- > document. The usage of the document is complete. The
77 -- > document is not attached to the declaration but has
78 -- > already been lodged in the Customs station.
79 -- >
80 -- > 15 Document not exhausted by declaration and previously lodged
81 -- > Customs declaration to which the document is related
82 -- > does not complete or exhaust the allowance stated on the
83 -- > document. The document can continue to be used for
84 -- > future declarations until the allowance is exhausted.
85 -- > The document is not attached to the declaration but has
86 -- > already been lodged in the Customs station.
87 -- >
88 -- > 16 Document not attached
89 -- > Specified document is not or cannot be attached.
90 -- >
91 -- > 17 Document with the goods
92 -- > Document not attached to the Customs declaration but is
93 -- > attached to the goods.
94 -- >
95 -- > 18 Document attached, to be returned after endorsement
96 -- > Specified document is attached to the Customs
97 -- > declaration and will be required to be returned to the
98 -- > declarant after Customs endorsement.
99 -- >
100 -- > 19 Document applied for
101 -- > Application has been submitted for that document.
102 -- >
103 -- > 20 Received for shipment
104 -- > Indicates that the document has legal validity from the
105 -- > date of receival of the cargo.
106 -- >
107 -- > 21 Shipped on board
108 -- > Indicates that the document has legal validity from the
109 -- > date that cargo is loaded on board a vessel.
110 -- >
111 -- > 22 Status 0
112 -- > Message is at status 0.
113 -- >
114 -- > 23 Status 1
115 -- > Message is at status 1.
116 -- >
117 -- > 24 Status 2
118 -- > Message is at status 2.
119 -- >
120 -- > 25 Message under development
121 -- > Message is under development.
122 -- >
123 -- > 26 Document not freighted
124 -- > Document not to include freight figures.
125 -- >
126 -- > 27 Document freighted
127 -- > Document to include freight figures.
128 -- >
129 -- > 28 Archived
130 -- > The document or message has been archived.
131 -- >
132 -- > 29 Provisional
133 -- > The document or message has no official status.
134 -- >
135 -- > 30 Documents enclosed in the first transmission
136 -- > The documents are enclosed in the first transmission.
137 -- >
138 -- > 31 Documents enclosed in the second transmission
139 -- > The documents are enclosed in the second transmission.
140 -- >
141 -- > 32 Document not required, waiver issued
142 -- > The document is not required, waiver of requirement has
143 -- > been issued.
144 -- >
145 -- > 33 Already on file with receiver of this message
146 -- > The document is already on file with the party receiving
147 -- > the message.
148 -- >
149 -- > 34 Retained by sender of this message, or by sender's agent or
150 -- > representative
151 -- > The document is in the possession of the sender or
152 -- > sender's agent or representative.
153 -- >
154 -- > 36 Document previously submitted
155 -- > The document has already been submitted.
156 simple1373 :: Parser Value
157 simple1373 = simple "1373" (alphaNumeric `upTo` 3)