]> git.immae.eu Git - github/fretlink/edi-parser.git/blame - specification/src/Text/Edifact/D01B/Simples/S4405.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D01B / Simples / S4405.hs
CommitLineData
a9d77a20
FM
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D01B.Simples.S4405
7 ( simple4405
8 ) where
9
10import Text.Edifact.Parsing
11import Text.Edifact.Types (Value)
12
13-- | Derived from this specification:
14--
15-- > * 4405 Status description code [C]
16-- >
17-- > Desc: Code specifying a status.
18-- >
19-- > Repr: an..3
20-- >
21-- > 1 To be done
22-- > Remark that the requested service in the order remains
23-- > outstanding.
24-- >
25-- > 2 Done
26-- > The instruction has been completed.
27-- >
28-- > 3 Passed on
29-- > The information has been passed on.
30-- >
31-- > 4 Final
32-- > The amount has the status of finality.
33-- >
34-- > 5 Subject to final payment
35-- > The amount is subject to finality.
36-- >
37-- > 6 Minimum
38-- > The amount quoted is a minimum tariff.
39-- >
40-- > 7 Fixed
41-- > The amount quoted is a fixed tariff.
42-- >
43-- > 8 Maximum
44-- > The amount quoted is a maximum tariff.
45-- >
46-- > 9 Information
47-- > The amount is quoted for information only, it is not
48-- > part of the charges to be deducted or added.
49-- >
50-- > 10 0 day available
51-- > The amount is available today.
52-- >
53-- > 11 1 day available
54-- > The amount is available on the next banking office day
55-- > after the booking date.
56-- >
57-- > 12 2 days available
58-- > The amount is available on the second banking office day
59-- > after the booking date.
60-- >
61-- > 13 3 days available
62-- > The amount available on the third banking office day
63-- > after the booking date.
64-- >
65-- > 14 Uncollected funds
66-- > Funds not collected by beneficiary.
67-- >
68-- > 15 Nil
69-- > The amount or quantity is zero.
70-- >
71-- > 16 None advised
72-- > No status or condition has been advised.
73-- >
74-- > 17 Requested
75-- > A status or condition has been requested.
76-- >
77-- > 18 Free of charge
78-- > No charge is to be made.
79-- >
80-- > 19 Rounded
81-- > The quantity has been the subject of a rounding
82-- > operation.
83-- >
84-- > 20 Permanent
85-- > Self-explanatory.
86-- >
87-- > 21 Temporary
88-- > Self-explanatory.
89-- >
90-- > 22 Subject to agreed condition
91-- > Subject to agreed condition.
92-- >
93-- > 23 Added
94-- > In addition to.
95-- >
96-- > 24 Deducted
97-- > A deduction from.
98-- >
99-- > 25 Included
100-- > Is included in.
101-- >
102-- > 26 Subject to clearing
103-- > Clearing operations are to be applied.
104-- >
105-- > 27 Subject to bilaterally agreed condition
106-- > Bilaterally agreed conditions are to be applied.
107-- >
108-- > 28 Transaction expected to be executed
109-- > The transaction is expected to be executed.
110-- >
111-- > 29 Debit
112-- > The object has a status of debit.
113-- >
114-- > 30 Credit
115-- > The object has a status of credit.
116-- >
117-- > 31 Positive debit
118-- > The object has a status of positive debit.
119-- >
120-- > 32 Negative debit
121-- > The object has a status of negative debit.
122-- >
123-- > 33 Positive credit
124-- > The object has a status of positive credit.
125-- >
126-- > 34 Negative credit
127-- > The object has a status of negative credit.
128-- >
129-- > 35 Started
130-- > To specify an event has started.
131-- >
132-- > 36 Revised
133-- > To indicate a revision has been made.
134-- >
135-- > 37 Stolen
136-- > A consignment or goods have been stolen.
137-- >
138-- > 38 Assigned
139-- > A value has been assigned to an item.
140-- >
141-- > 39 Approved
142-- > Approval has been given.
143-- >
144-- > 40 Withdrawn
145-- > Item is withdrawn.
146-- >
147-- > 41 Rejected
148-- > Item is rejected.
149-- >
150-- > 42 Approval pending
151-- > Approval is pending.
152-- >
153-- > 43 Postponed
154-- > Further action is delayed.
155-- >
156-- > 44 Replaced
157-- > Item has been replaced.
158-- >
159-- > 45 No status
160-- > There is no status information to report.
161-- >
162-- > 46 Does not exist
163-- > Non existent.
164-- >
165-- > 47 Draft version
166-- > A preliminary version.
167-- >
168-- > 48 Live version
169-- > A version with a live status.
170-- >
171-- > 49 Expired version
172-- > A version which no longer has a live status.
173-- >
174-- > 50 Part-time
175-- > Using only part of the available time.
176-- >
177-- > 51 Full-time
178-- > Using the whole of the available time.
179-- >
180-- > 52 Not a student
181-- > Not enrolled in an educational program.
182-- >
183-- > 53 To be extracted
184-- > To be removed.
185-- >
186-- > 54 Impacted tooth
187-- > Tooth wedged between another tooth and the jaw.
188-- >
189-- > 55 Extracted
190-- > Removed.
191-- >
192-- > 56 Estimated
193-- > The value is estimated.
194-- >
195-- > 57 Undefined incident
196-- > An undefined incident has occurred.
197-- >
198-- > 58 Quantity error
199-- > The quantity is an error.
200-- >
201-- > 59 Monetary amount error
202-- > The monetary amount is an error.
203-- >
204-- > 60 Product not ordered
205-- > The product was not ordered.
206-- >
207-- > 61 Uncertain
208-- > The value is uncertain.
209-- >
210-- > 62 Significant
211-- > Noteworthy.
212-- >
213-- > 63 Not accepted
214-- > The item has not been accepted.
215-- >
216-- > 64 Order or request cancelled
217-- > The referenced order or request has been cancelled.
218-- >
219-- > 65 Negative
220-- > Negative status.
221-- >
222-- > 66 Unsigned amount
223-- > The status of the amount is unsigned.
224-- >
225-- > 67 Preliminary
226-- > Preparatory to.
227-- >
228-- > 68 Split
229-- > Divided into parts.
230-- >
231-- > 69 Recommended
232-- > The object is favoured in preference to other
233-- > alternatives.
234-- >
235-- > 70 Issued
236-- > Has been given out.
237-- >
238-- > 71 Available for ordering
239-- > Goods are available for ordering.
240-- >
241-- > 72 Not available for ordering
242-- > Goods are not available for ordering.
243-- >
244-- > 73 Confirmed
245-- > Officially acknowledged.
246-- >
247-- > 74 Expiry date exceeded
248-- > The expiry date has been exceeded.
249-- >
250-- > 75 Prescribed
251-- > Advised the use of.
252-- >
253-- > 76 All published issues since subscription start
254-- > Applies to all published issues since subscription
255-- > start.
256-- >
257-- > 77 All published issues since issue specified in claim
258-- > Applies to all published issues since issue specified in
259-- > claim.
260-- >
261-- > 78 All published issues from and including issue specified in
262-- > claim
263-- > Applies to all published issues from and including issue
264-- > specified in claim.
265-- >
266-- > 79 Specified published issue only
267-- > Applies to specified published issue only.
268-- >
269-- > 80 Publication issue cancelled
270-- > Publication issue has been cancelled.
271-- >
272-- > 81 Definitive
273-- > The status is definitive.
274-- >
275-- > 82 Supplementary
276-- > An addition to something.
277-- >
278-- > 83 Under legal appeal
279-- > An application to a court for a reconsideration of the
280-- > decision.
281-- >
282-- > 84 Legally assigned
283-- > Transferred legally to another party.
284-- >
285-- > 85 Updated
286-- > Brought up to date.
287-- >
288-- > 86 Ratified
289-- > Made valid or binding by some formal or legal act.
290-- >
291-- > 87 Under consideration
292-- > Being considered.
293-- >
294-- > 88 Countersued
295-- > A response to institute legal proceedings in which an
296-- > entity has filed a law suit.
297-- >
298-- > 89 Legal item dismissed
299-- > Refused further hearing to a legal matter.
300-- >
301-- > 90 Disputed
302-- > Questioned validity.
303-- >
304-- > 91 Enforced
305-- > Compelled observance.
306-- >
307-- > 92 Legal documentation filed
308-- > Submitted a petition, document or application to the
309-- > appropriate authority.
310-- >
311-- > 93 Judgement for defendant
312-- > A judgement for the defendant was rendered.
313-- >
314-- > 94 Judgement for plaintiff
315-- > A judgement for the plaintiff was rendered.
316-- >
317-- > 95 Unchanged
318-- > Unaltered.
319-- >
320-- > 96 Legal documentation not filed
321-- > No petition, document or application was submitted to
322-- > the appropriate authority.
323-- >
324-- > 97 Pending
325-- > Awaiting decision or settlement.
326-- >
327-- > 98 Debt released
328-- > Released a debt.
329-- >
330-- > 99 Law suit filed
331-- > A law suit was filed.
332-- >
333-- > 100 Satisfied
334-- > Adequately met, fulfilled or complied with all
335-- > conditions.
336-- >
337-- > 101 Set aside
338-- > Set aside by using one's authority.
339-- >
340-- > 102 Settled
341-- > Concluded by mutual agreement.
342-- >
343-- > 103 Settled out of court
344-- > The matter has been settled out of court.
345-- >
346-- > 104 Stayed
347-- > A stopping of the proceedings.
348-- >
349-- > 105 Terminated
350-- > Brought to an end.
351-- >
352-- > 106 Arranged
353-- > Planned or provided for.
354-- >
355-- > 107 Not arranged
356-- > Not planned or provided for.
357-- >
358-- > 108 Instructed to start
359-- > Received instruction to start.
360-- >
361-- > 109 Instructed to stop
362-- > Received instruction to stop.
363-- >
364-- > 110 Stock quantity corrected
365-- > A difference in quantity between stocks has been
366-- > corrected.
367-- >
368-- > 111 Inactive
369-- > Not in operation.
370-- >
371-- > 112 Active
372-- > In operation.
373-- >
374-- > + 113 Incomplete data
375-- > The data is incomplete.
376-- >
377-- > + 114 Booked when overbooked
378-- > The booking has been made although there is no more
379-- > availability.
380-- >
381-- > + 115 Provisional
382-- > The object is in a provisional status.
383-- >
384-- > + 116 Ticketed
385-- > The ticket has been issued.
386simple4405 :: Parser Value
387simple4405 = simple "4405" (alphaNumeric `upTo` 3)