]> git.immae.eu Git - github/fretlink/edi-parser.git/blame - specification/src/Text/Edifact/D96A/Simples/S6063.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D96A / Simples / S6063.hs
CommitLineData
a9d77a20
FM
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D96A.Simples.S6063
7 ( simple6063
8 ) where
9
10import Text.Edifact.Parsing
11import Text.Edifact.Types (Value)
12
13-- | Derived from this specification:
14--
15-- > * 6063 Quantity qualifier
16-- >
17-- > Desc: Code giving specific meaning to a quantity.
18-- >
19-- > Repr: an..3
20-- >
21-- > 1 Discrete quantity
22-- > Self explanatory.
23-- > 2 Charge
24-- > Quantity relevant for charge.
25-- > 3 Cumulative quantity
26-- > Self explanatory.
27-- > 8 Inventory quantity at supplier's subject to inspection by
28-- > customer
29-- > Quantity of goods which the customer requires the
30-- > supplier to have in inventory and which may be inspected
31-- > by the customer if desired.
32-- > 11 Split quantity
33-- > Part of the whole quantity.
34-- > 12 Despatch quantity
35-- > Quantity despatched by the seller.
36-- > 17 Quantity on hand
37-- > Self explanatory.
38-- > 18 Previous quantity
39-- > Quantity previously referenced.
40-- > 20 Unusable quantity
41-- > Self explanatory.
42-- > 21 Ordered quantity
43-- > The quantity which has been ordered.
44-- > 22 Quantity at 100%
45-- > Equivalent quantity at 100% purity.
46-- > 23 Active ingredient
47-- > Quantity at 100% active agent content.
48-- > 24 Inventory quantity at supplier's not subject to inspection
49-- > by customer
50-- > Quantity of goods which the customer requires the
51-- > supplier to have in inventory but which will not be
52-- > checked by the customer.
53-- > 25 Retail sales
54-- > Quantity of retail point of sale activity.
55-- > 26 Promotion quantity
56-- > A quantity associated with a promotional event.
57-- > 27 On hold for shipment
58-- > Article received which cannot be shipped in its present
59-- > form.
60-- > 28 Military sales quantity
61-- > Quantity of goods or services sold to a military
62-- > organization.
63-- > 29 On premises sales
64-- > Sale of product in restaurants or bars.
65-- > 30 Off premises sales
66-- > Sale of product directly to a store.
67-- > 31 Estimated annual volume
68-- > Self explanatory.
69-- > 32 Minimum delivery batch
70-- > Self explanatory.
71-- > 33 Maximum delivery batch
72-- > Self explanatory.
73-- > 35 Price break from
74-- > The minimum quantity of a quantity range for a specified
75-- > (unit) price.
76-- > 36 Price break to
77-- > Description to be provided.
78-- > 40 Normal delivery
79-- > Quantity normally delivered by the seller.
80-- > 46 Pieces delivered
81-- > Number of pieces actually received at the final
82-- > destination.
83-- > 47 Invoiced quantity
84-- > The quantity as per invoice.
85-- > 48 Received quantity
86-- > The quantity which has been received.
87-- > 49 Chargeable distance
88-- > Distance really charged by tariff appliance.
89-- > 50 Disposition undetermined quantity
90-- > Product quantity that has not yet had its disposition
91-- > determined.
92-- > 51 Inventory category transfer
93-- > Inventory that has been moved from one inventory category
94-- > to another.
95-- > 52 Quantity per pack
96-- > Self explanatory.
97-- > 53 Minimum order quantity
98-- > Self explanatory.
99-- > 54 Maximum order quantity
100-- > Self explanatory.
101-- > 55 Total sales
102-- > The summation of total quantity sales.
103-- > 56 Wholesaler to wholesaler sales
104-- > Sale of product to other wholesalers by a wholesaler.
105-- > 57 In transit quantity
106-- > A quantity that is enroute.
107-- > 58 Quantity withdrawn
108-- > Quantity withdrawn from a location.
109-- > 59 Numbers of consumer units in the traded unit
110-- > Self explanatory.
111-- > 60 Current inventory quantity available for shipment
112-- > Current inventory quantity available for shipment.
113-- > 61 Return quantity
114-- > Self explanatory.
115-- > 62 Sorted quantity
116-- > Description to be provided.
117-- > 63 Sorted quantity rejected
118-- > Description to be provided.
119-- > 64 Scrap quantity
120-- > Remainder of the total quantity after split deliveries.
121-- > 65 Destroyed quantity
122-- > Self explanatory.
123-- > 66 Committed quantity
124-- > Quantity a party is committed to.
125-- > + 67 Estimated reading quantity
126-- > The value that is estimated to be the reading of a
127-- > measuring device (e.g. meter).
128-- > + 68 End quantity
129-- > The quantity recorded at the end of an agreement or
130-- > period.
131-- > + 69 Start quantity
132-- > The quantity recorded at the start of an agreement or
133-- > period.
134-- > 70 Cumulative quantity received
135-- > Cumulative quantity of all deliveries of this article
136-- > received by the buyer.
137-- > 71 Cumulative quantity ordered
138-- > Cumulative quantity of all deliveries, outstanding and
139-- > scheduled orders.
140-- > 72 Cumulative quantity received end of prior year
141-- > Cumulative quantity of all deliveries of the product
142-- > received by the buyer till end of prior year.
143-- > 73 Outstanding quantity
144-- > Difference between quantity ordered and quantity
145-- > received.
146-- > 74 Latest cumulative quantity
147-- > Cumulative quantity after complete delivery of all
148-- > scheduled quantities of the product.
149-- > 75 Previous highest cumulative quantity
150-- > Cumulative quantity after complete delivery of all
151-- > scheduled quantities of the product from a prior schedule
152-- > period.
153-- > + 76 Adjusted corrector reading
154-- > A corrector reading after it has been adjusted.
155-- > 77 Work days
156-- > Number of work days, e.g. per respective period.
157-- > 78 Cumulative quantity scheduled
158-- > Adding the quantity actually scheduled to previous
159-- > cumulative quantity.
160-- > 79 Previous cumulative quantity
161-- > Cumulative quantity prior the actual order.
162-- > + 80 Unadjusted corrector reading
163-- > A corrector reading before it has been adjusted.
164-- > 81 Extra unplanned delivery
165-- > Non scheduled additional quantity.
166-- > 82 Quantity requirement for sample inspection
167-- > Self explanatory.
168-- > 83 Backorder quantity
169-- > Self explanatory.
170-- > 84 Urgent delivery quantity
171-- > Self explanatory.
172-- > 85 Previous order quantity to be cancelled
173-- > Self explanatory.
174-- > + 86 Normal reading quantity
175-- > The value recorded or read from a measuring device (e.g.
176-- > meter) in the normal conditions.
177-- > + 87 Customer reading quantity
178-- > The value recorded or read from a measuring device (e.g.
179-- > meter) by the customer.
180-- > + 88 Information reading quantity
181-- > The value recorded or read from a measuring device (e.g.
182-- > meter) for information purposes.
183-- > + 89 Quality control held
184-- > Quantity of goods held pending completion of a quality
185-- > control assessment.
186-- > 90 As is quantity
187-- > Self explanatory.
188-- > 91 Open quantity
189-- > Quantity remaining after partial delivery.
190-- > 92 Final delivery quantity
191-- > Quantity of final delivery to a respective order.
192-- > 93 Subsequent delivery quantity
193-- > Quantity delivered to a respective order after it's final
194-- > delivery.
195-- > 94 Substitutional quantity
196-- > Quantity delivered replacing previous deliveries.
197-- > 95 Redelivery after post processing
198-- > Self explanatory.
199-- > + 96 Quality control failed
200-- > Quantity of goods which have failed quality control.
201-- > + 97 Minimum inventory
202-- > Minimum stock quantity on which replenishment is based.
203-- > + 98 Maximum inventory
204-- > Maximum stock quantity on which replenishment is based.
205-- > 99 Estimated quantity
206-- > Self explanatory.
207-- > 100 Chargeable weight
208-- > The weight on which charges are based.
209-- > 101 Chargeable gross weight
210-- > The gross weight on which charges are based.
211-- > 102 Chargeable tare weight
212-- > The tare weight on which charges are based.
213-- > 103 Chargeable number of axles
214-- > The number of axles on which charges are based.
215-- > 104 Chargeable number of containers
216-- > The number of containers on which charges are based.
217-- > 105 Chargeable number of rail wagons
218-- > The number of rail wagons on which charges are based.
219-- > 106 Chargeable number of packages
220-- > The number of packages on which charges are based.
221-- > 107 Chargeable number of units
222-- > The number of units on which charges are based.
223-- > 108 Chargeable period
224-- > The period of time on which charges are based.
225-- > 109 Chargeable volume
226-- > The volume on which charges are based.
227-- > 110 Chargeable cubic measurements
228-- > The cubic measurements on which charges are based.
229-- > 111 Chargeable surface
230-- > The surface area on which charges are based.
231-- > 112 Chargeable length
232-- > The length on which charges are based.
233-- > 113 Quantity to be delivered
234-- > The quantity to be delivered.
235-- > 114 Number of passengers
236-- > Total number of passengers on the conveyance.
237-- > 115 Number of crew
238-- > Total number of crew members on the conveyance.
239-- > 116 Number of transport documents
240-- > Total number of air waybills, bills of lading, etc.
241-- > being reported for a specific conveyance.
242-- > 117 Quantity landed
243-- > Quantity of goods actually arrived.
244-- > 118 Quantity manifested
245-- > Quantity of goods contracted for delivery by the carrier.
246-- > 119 Short shipped
247-- > Indication that part of the consignment was not shipped.
248-- > 120 Split shipment
249-- > Indication that the consignment has been split into two
250-- > or more shipments.
251-- > 121 Over shipped
252-- > Indication that more goods have been shipped than
253-- > contracted for delivery.
254-- > 122 Short-landed goods
255-- > If quantity of goods actually landed is less than the
256-- > quantity which appears in the documentation. This
257-- > quantity is the difference between these quantities.
258-- > 123 Surplus goods
259-- > If quantity of goods actually landed is more than the
260-- > quantity which appears in the documentation. This
261-- > quantity is the difference between these quantities.
262-- > 124 Damaged goods
263-- > Quantity of goods which have deteriorated in transport
264-- > such that they cannot be used for the purpose for which
265-- > they were originally intended.
266-- > 125 Pilferage goods
267-- > Quantity of goods stolen during transport.
268-- > 126 Lost goods
269-- > Quantity of goods that disappeared in transport.
270-- > 127 Report difference
271-- > The quantity concerning the same transaction differs
272-- > between two documents/messages and the source of this
273-- > difference is a typing error.
274-- > 128 Quantity loaded
275-- > Quantity of goods loaded onto a means of transport.
276-- > 129 Units per unit price
277-- > Number of units per unit price.
278-- > 130 Allowance
279-- > Quantity relevant for allowance.
280-- > 131 Delivery quantity
281-- > Quantity required by buyer to be delivered.
282-- > 132 Cumulative quantity, preceding period, planned
283-- > Cumulative quantity originally planned for the preceding
284-- > period.
285-- > 133 Cumulative quantity, preceding period, reached
286-- > Cumulative quantity reached in the preceding period.
287-- > 134 Cumulative quantity, actual planned
288-- > Cumulative quantity planned for now.
289-- > 135 Period quantity, planned
290-- > Quantity planned for this period.
291-- > 136 Period quantity, reached
292-- > Quantity reached during this period.
293-- > 137 Cumulative quantity, preceding period, estimated
294-- > Estimated cumulative quantity reached in the preceding
295-- > period.
296-- > 138 Cumulative quantity, actual estimated
297-- > Estimated cumulative quantity reached now.
298-- > 139 Cumulative quantity, preceding period, measured
299-- > Surveyed cumulative quantity reached in the preceding
300-- > period.
301-- > 140 Cumulative quantity, actual measured
302-- > Surveyed cumulative quantity reached now.
303-- > 141 Period quantity, measured
304-- > Surveyed quantity reached during this period.
305-- > 142 Total quantity, planned
306-- > Total quantity planned.
307-- > 143 Quantity, remaining
308-- > Quantity remaining.
309-- > 144 Tolerance
310-- > Plus or minus tolerance expressed as a monetary amount.
311-- > 145 Actual stock
312-- > The stock on hand, undamaged, and available for despatch,
313-- > sale or use.
314-- > 146 Model or target stock
315-- > The stock quantity required or planned to have on hand,
316-- > undamaged and available for use.
317-- > 147 Direct shipment quantity
318-- > Quantity to be shipped directly to a customer from a
319-- > manufacturing site.
320-- > 148 Amortization total quantity
321-- > Indication of final quantity for amortization.
322-- > 149 Amortization order quantity
323-- > Indication of actual share of the order quantity for
324-- > amortization.
325-- > 150 Amortization cumulated quantity
326-- > Indication of actual cumulated quantity of previous and
327-- > actual amortization order quantity.
328-- > 151 Quantity advised
329-- > Quantity advised by supplier or shipper, in contrast to
330-- > quantity actually received.
331-- > 152 Quantity on hand
332-- > The total quantity of a product on hand at a location.
333-- > This includes as well units awaiting return to
334-- > manufacturer, units unavailable due to inspection
335-- > procedures and undamaged stock available for despatch,
336-- > resale or use.
337-- > 153 Statistical sales quantity
338-- > Quantity of goods sold in a specified period.
339-- > 154 Sales quantity planned
340-- > Quantity of goods required to meet future demands. -
341-- > Market intelligence quantity.
342-- > 155 Replenishment quantity
343-- > Quantity required to maintain the requisite on-hand stock
344-- > of goods.
345-- > 156 Inventory movement quantity
346-- > To specify the quantity of an inventory movement.
347-- > 157 Opening stock balance quantity
348-- > To specify the quantity of an opening stock balance.
349-- > 158 Closing stock balance quantity
350-- > To specify the quantity of a closing stock balance.
351-- > 159 Number of stops
352-- > Number of times a means of transport stops before
353-- > arriving at destination.
354-- > 160 Minimum production batch
355-- > The quantity specified is the minimum output from a
356-- > single production run.
357-- > 161 Dimensional sample quantity
358-- > The quantity defined is a sample for the purpose of
359-- > validating dimensions.
360-- > 162 Functional sample quantity
361-- > The quantity defined is a sample for the purpose of
362-- > validating function and performance.
363-- > 163 Pre-production quantity
364-- > Quantity of the referenced item required prior to full
365-- > production.
366-- > 164 Delivery batch
367-- > Quantity of the referenced item which constitutes a
368-- > standard batch for deliver purposes.
369-- > 165 Delivery batch multiple
370-- > The multiples in which delivery batches can be supplied.
371-- > 166 All time buy
372-- > The total quantity of the referenced covering all future
373-- > needs. Further orders of the referenced item are not
374-- > expected.
375-- > 167 Total delivery quantity
376-- > The total quantity required by the buyer to be delivered.
377-- > 168 Single delivery quantity
378-- > The quantity required by the buyer to be delivered in a
379-- > single shipment.
380-- > 169 Supplied quantity
381-- > Quantity of the referenced item actually shipped.
382-- > 170 Allocated quantity
383-- > Quantity of the referenced item allocated from available
384-- > stock for delivery.
385-- > 171 Maximum stackability
386-- > The number of pallets/handling units which can be safely
387-- > stacked one on top of another.
388-- > 172 Amortisation quantity
389-- > The quantity of the referenced item which has a cost for
390-- > tooling amortisation included in the item price.
391-- > 173 Previously amortised quantity
392-- > The cumulative quantity of the referenced item which had
393-- > a cost for tooling amortisation included in the item
394-- > price.
395-- > 174 Total amortisation quantity
396-- > The total quantity of the referenced item which has a
397-- > cost for tooling amortisation included in the item price.
398-- > 175 Number of moulds
399-- > The number of pressing moulds contained within a single
400-- > piece of the referenced tooling.
401-- > 176 Concurrent item output of tooling
402-- > The number of related items which can be produced
403-- > simultaneously with a single piece of the referenced
404-- > tooling.
405-- > 177 Periodic capacity of tooling
406-- > Maximum production output of the referenced tool over a
407-- > period of time.
408-- > 178 Lifetime capacity of tooling
409-- > Maximum production output of the referenced tool over its
410-- > productive lifetime.
411-- > 179 Number of deliveries per despatch period
412-- > The number of deliveries normally expected to be
413-- > despatched within each despatch period.
414-- > 180 Provided quantity
415-- > The quantity of a referenced component supplied by the
416-- > buyer for manufacturing of an ordered item.
417-- > 181 Maximum production batch
418-- > The quantity specified is the maximum output from a
419-- > single production run.
420-- > 182 Cancelled quantity
421-- > Quantity of the referenced item which has previously
422-- > been ordered and is now cancelled.
423-- > 183 No delivery requirement in this instruction
424-- > This delivery instruction does not contain any delivery
425-- > requirements.
426-- > 184 Quantity of material in ordered time
427-- > Quantity of the referenced material within the ordered
428-- > time.
429-- > 185 Rejected quantity
430-- > The quantity of received goods rejected for quantity
431-- > reasons.
432-- > 186 Cumulative quantity scheduled up to accumulation start date
433-- > The cumulative quantity scheduled up to the accumulation
434-- > start date.
435-- > 187 Quantity scheduled
436-- > The quantity scheduled for delivery.
437-- > 188 Number of identical handling units
438-- > Number of identical handling units in terms of type and
439-- > contents.
440-- > 189 Number of packages in handling unit
441-- > The number of packages contained in one handling unit.
442-- > 190 Despatch note quantity
443-- > The item quantity specified on the despatch note.
444-- > 191 Adjustment to inventory quantity
445-- > An adjustment to inventory quantity.
446-- > + 192 Free goods quantity
447-- > Quantity of goods which are free of charge.
448-- > + 193 Free quantity included
449-- > Free quantity included in ordered quantity.
450-- > + 194 Received and accepted
451-- > Quantity which has been received and accepted at a given
452-- > location.
453-- > + 195 Received, not accepted, to be returned
454-- > Quantity which has been received but not accepted at a
455-- > given location and which will consequently be returned to
456-- > the relevant party.
457-- > + 196 Received, not accepted, to be destroyed
458-- > Quantity which has been received but not accepted at a
459-- > given location and which will consequently be destroyed.
460-- > + 197 Reordering level
461-- > Quantity at which an order may be triggered to replenish.
462-- > + 198 Quantity in transit
463-- > Quantity which is currently in transit.
464-- > + 199 Inventory withdrawal quantity
465-- > Quantity which has been withdrawn from inventory since
466-- > the last inventory report.
467-- > + 200 Free quantity not included
468-- > Free quantity not included in ordered quantity.
469simple6063 :: Parser Value
470simple6063 = simple "6063" (alphaNumeric `upTo` 3)