]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/src/Text/Edifact/D96A/Simples/S4183.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D96A / Simples / S4183.hs
1 {-# LANGUAGE OverloadedStrings #-}
2
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
5
6 module Text.Edifact.D96A.Simples.S4183
7 ( simple4183
8 ) where
9
10 import Text.Edifact.Parsing
11 import Text.Edifact.Types (Value)
12
13 -- | Derived from this specification:
14 --
15 -- > * 4183 Special conditions, coded
16 -- >
17 -- > Desc: Indication of a specific condition.
18 -- >
19 -- > Repr: an..3
20 -- >
21 -- > 1 Item for national preference
22 -- > Item concerned is applicable to national preference
23 -- > calculation.
24 -- > 2 Item qualifying for payment discount
25 -- > Item concerned is applicable for settlement/payment
26 -- > discount calculation.
27 -- > 3 Item not qualifying for payment discount
28 -- > Item concerned is not applicable for settlement/payment
29 -- > discount calculation.
30 -- > 5 Item not to be included in bonus calculation
31 -- > Item concerned is not applicable for bonus calculation.
32 -- > 6 Subject to bonus
33 -- > Item concerned is applicable for bonus calculation.
34 -- > 7 Subject to commission
35 -- > Item concerned is applicable for commission calculation.
36 -- > 8 Subject to discount
37 -- > Item concerned is applicable for discount calculation.
38 -- > 9 Freely available in EEC
39 -- > Self explanatory.
40 -- > 10 Subject to settlement discount
41 -- > Item concerned is applicable for the overall settlement
42 -- > discount.
43 -- > 11 Price includes excise
44 -- > Self explanatory.
45 -- > 12 Price includes tax
46 -- > Self explanatory.
47 -- > 13 Price include duty
48 -- > Self explanatory.
49 -- > 14 Not subject to commission
50 -- > Item concerned is not applicable for commission
51 -- > calculation.
52 -- > 15 Not subject to discount
53 -- > Item concerned is not applicable for discount
54 -- > calculation.
55 -- > 16 Subject to embargo restriction
56 -- > Item concerned is subject to embargo restriction.
57 -- > 17 Item not subject to embargo restrictions
58 -- > Item concerned is not subject to embargo restriction.
59 -- > 18 Item subject to national export restrictions
60 -- > Item concerned requires export declaration.
61 -- > 19 Item not subject to national export restrictions
62 -- > Item concerned does not require export declaration.
63 -- > 20 Item subject to import restrictions
64 -- > Item concerned is liable to import restrictions defined
65 -- > by relevant national authority.
66 -- > 21 Item not subject to import restrictions
67 -- > Item concerned is not liable to import restrictions
68 -- > defined by relevant national authority.
69 -- > 22 Signed
70 -- > Document has to be signed.
71 -- > 23 Authenticated
72 -- > Document/message has to have official or regulatory
73 -- > approval.
74 -- > 24 Original(s) to be certified
75 -- > Original document/message is to be certified by an
76 -- > official, or otherwise qualified, organization or person.
77 -- > 25 Original(s) to be legalized
78 -- > Original document/message is to be issued under the legal
79 -- > requirements of a governmental authority.
80 -- > 26 Quote documentary credit number
81 -- > The documentary credit number of the issuing bank must be
82 -- > quoted on the document.
83 -- > 27 Full set bill of lading
84 -- > Full set of bill of lading is required.
85 -- > 28 Full set bill of lading less one original
86 -- > Full set of bill of lading, less one original bill of
87 -- > lading, is required.
88 -- > 29 Full set bill of lading less two originals
89 -- > Full set of bill of lading, less two originals bill of
90 -- > lading, is required.
91 -- > 30 Shipped on board
92 -- > Transport document is to be marked "shipped on board".
93 -- > 31 Freight prepaid to be marked
94 -- > Transport document is to be marked "freight prepaid".
95 -- > 32 Freight collect to be marked
96 -- > Transport document is to be marked "freight collect".
97 -- > 33 Issued to order and blank endorsed
98 -- > Document is to be issued to order and must be blank
99 -- > endorsed.
100 -- > 34 Issued and endorsed to the order of
101 -- > Document is to be issued and endorsed to the order of a
102 -- > specified party.
103 -- > 35 Consigned to
104 -- > Transport document is to be consigned to a specified
105 -- > party.
106 -- > 36 Notify
107 -- > Transport document is to be marked "notify party".
108 -- > 37 Issued by
109 -- > Document is to be issued by a specified party.
110 -- > 38 Charter party allowed
111 -- > Charter party bill of lading is allowed.
112 -- > 39 Loading on deck allowed
113 -- > Loading of goods on deck is allowed.
114 -- > 40 Quote actual flight date and flight number
115 -- > Document/message must evidence the actual flight date and
116 -- > the flight number certifying air transportation and
117 -- > countersigned by the respective airline company.
118 -- > 41 House AWB allowed
119 -- > House air waybill is allowed.
120 -- > 42 Express post receipt
121 -- > Express post receipt is required.
122 -- > 43 Air parcel post receipt
123 -- > Air parcel post receipt is required.
124 -- > 44 Parcel post receipt
125 -- > Parcel post receipt is required.
126 -- > 45 Issued to bearer
127 -- > Document is to be issued to bearer.
128 -- > 46 Full set of insurance certificate
129 -- > Full set of insurance certificate is required.
130 -- > 47 Full set of insurance policy
131 -- > Full set of insurance policy is required.
132 -- > 48 Addressed to
133 -- > Document is to be addressed to a specified party.
134 -- > 49 Transmission by telecommunication
135 -- > Document is to be transmitted by telecommunication.
136 -- > 50 Bill of exchange drawn on
137 -- > Bill of exchange is to be drawn on "party".
138 -- > 51 Bill of exchange in duplicate
139 -- > Bill of exchange is to be issued as drawn in duplicate.
140 -- > 52 Insurance certificate alternative
141 -- > Alternative to insurance certificate.
142 -- > 53 Insurance policy alternative
143 -- > Alternative to insurance policy.
144 -- > 54 Original(s) and copies to be certified
145 -- > Original and copies of document/message is to be
146 -- > certified by an official, or otherwise qualified,
147 -- > organization or person.
148 -- > 55 Original(s) and copies to be legalized
149 -- > Original and copies of document/message is to be issued
150 -- > under the legal requirements or a governmental authority.
151 -- > 56 Consolidators AWB allowed
152 -- > Consolidators air waybill is allowed.
153 -- > 57 Full set
154 -- > Full set of a document is required.
155 -- > 58 Full set less one original
156 -- > Full set of a document, less one original, is required.
157 -- > 59 Full set less two originals
158 -- > Full set of a document, less two originals, is required.
159 -- > 60 Goods despatched to
160 -- > Document must show that the goods have been despatched to
161 -- > a specified party.
162 -- > 61 Insurance certificate allowed
163 -- > Presentation of an insurance certificate instead of an
164 -- > insurance policy is allowed.
165 -- > 62 Issued to
166 -- > Document is to be issued to a specified party.
167 -- > 63 Original(s) and copy(ies) signed
168 -- > Original(s) and copy(ies) of the document must be signed.
169 -- > 64 Original(s) signed
170 -- > Original(s) of the document must be signed.
171 -- > 65 No disposal clause
172 -- > The shipper hereby irrevocably renounces any right to
173 -- > vary the identity of the consignee of these goods during
174 -- > transit.
175 -- > 66 Delivery without change of ownership
176 -- > There is no change of ownership of the goods after they
177 -- > are received by the consignee.
178 -- > 67 Delivery with change of ownership
179 -- > There is a change of ownership of the goods after they
180 -- > are received by the consignee.
181 -- > 68 Supply for outright purchase/sale
182 -- > Goods are supplied under outright purchase/sale
183 -- > condition.
184 -- > 69 Supply for consignment
185 -- > Goods are supplied for consignment purposes.
186 -- > 70 Supply for sale 'on approval' or after trial
187 -- > The sale of the goods will only be finalised after trial
188 -- > or approval.
189 -- > 71 Exchange of goods compensated in kind
190 -- > Goods are delivered on the basis of a compensation
191 -- > kind.
192 -- > 72 Sale for export by foreigner travelling in member state
193 -- > concerned
194 -- > A cross border delivery of goods to be sold by a
195 -- > foreigner travelling in the European Economic Community
196 -- > member state concerned.
197 -- > 73 Samples
198 -- > The delivered goods are samples.
199 -- > 74 Temporary export, loan or hire
200 -- > Loaned or hired goods delivered on a temporary export
201 -- > basis.
202 -- > 75 Temporary export, leasing
203 -- > Leased goods delivered on a temporary export basis.
204 -- > 76 Temporary export, operation for job processing
205 -- > Goods temporarily exported for operation for job
206 -- > processing.
207 -- > 77 Temporary export, repair and maintenance against payment
208 -- > Goods temporarily exported for a chargeable repair or
209 -- > maintenance reason.
210 -- > 78 Temporary export, repair and maintenance free of charge
211 -- > Goods temporarily exported for a free of charge repair or
212 -- > maintenance reason.
213 -- > 79 Reimport following job processing
214 -- > Goods reimported after they have been used for job
215 -- > processing.
216 -- > 80 Reimport following repair and maintenance against payment
217 -- > Goods reimported after a temporary export for a
218 -- > chargeable repair or maintenance reason.
219 -- > 81 Reimport following repair and maintenance free of charge
220 -- > Goods reimported after a temporary export for a
221 -- > free of charge repair or maintenance reason.
222 -- > 82 Supply of goods under joint production contract for defence
223 -- > purposes
224 -- > Goods supplied under joint production contact for
225 -- > defence purposes condition.
226 -- > 83 Supply of goods under joint production contract for civil
227 -- > purposes
228 -- > Goods supplied under joint production contact for
229 -- > civil purposes condition.
230 -- > 84 Supply of goods for warehousing for foreign account
231 -- > Goods supplied for warehousing for foreign account.
232 -- > 85 Supply of goods as gifts by country of despatch and food aid
233 -- > under European Economic Community regulation
234 -- > Goods supplied as gifts by country of despatch and food
235 -- > aid under European Economic Community regulation.
236 -- > 86 Supply of goods for disaster relief equipment
237 -- > Goods supplied as disaster relief equipment.
238 -- > 87 Supply of goods as transactions without compensation
239 -- > Goods supplied as transactions without compensation
240 -- > (financial or otherwise) involving goods which will not
241 -- > be re-exported or compensated by the importation of
242 -- > equivalent goods.
243 -- > 88 Supply of goods as returned consignment on which payment has
244 -- > been made
245 -- > Goods supplied as returned consignment on which payment
246 -- > has been made.
247 -- > 89 Supply of goods as returned consignment on which no payment
248 -- > has been made
249 -- > Goods supplied as returned consignment on which no
250 -- > payment has been made.
251 -- > 90 Supply of goods in standard exchange giving rise to payment
252 -- > Goods supplied in standard exchange giving rise to
253 -- > payment.
254 -- > 91 Supply of goods in standard exchange not giving rise to
255 -- > payment
256 -- > Goods supplied in standard exchange not giving rise to
257 -- > payment.
258 -- > 92 Supply of goods/services in standard exchange under warranty
259 -- > Goods/services provided in standard exchange under
260 -- > warranty.
261 -- > 93 Goods
262 -- > The special conditions for the tax declaration are linked
263 -- > to the fact that the line item relates to goods.
264 -- > 94 Service
265 -- > The special conditions for the tax declaration are linked
266 -- > to the fact that the line item is a service.
267 -- > 95 Financial regulation
268 -- > The special conditions are linked to the fact that the
269 -- > line item is a financial regulation.
270 -- > + 96 Promotional advertising
271 -- > A media press communication informing about a promotion.
272 -- > + 97 Promotional price
273 -- > Reduction in price for a specified period of time for
274 -- > promotional purposes.
275 -- > + 98 Promotional shelf display
276 -- > Product in promotion is displayed in a special shelf or
277 -- > display.
278 -- > + 99 Safety data sheet required to accompany goods when moved
279 -- > Material safety data sheet is required to accompany the
280 -- > goods when they are moved.
281 -- > + 100 Multiple delivery points
282 -- > An order that has more than one specified delivery point.
283 simple4183 :: Parser Value
284 simple4183 = simple "4183" (alphaNumeric `upTo` 3)