]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/src/Text/Edifact/D01B/Simples/S6069.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D01B / Simples / S6069.hs
1 {-# LANGUAGE OverloadedStrings #-}
2
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
5
6 module Text.Edifact.D01B.Simples.S6069
7 ( simple6069
8 ) where
9
10 import Text.Edifact.Parsing
11 import Text.Edifact.Types (Value)
12
13 -- | Derived from this specification:
14 --
15 -- > 6069 Control total type code qualifier [B]
16 -- >
17 -- > Desc: Code qualifying the type of control of hash total.
18 -- >
19 -- > Repr: an..3
20 -- >
21 -- > 1 Algebraic total of the quantity values in line items in a
22 -- > message
23 -- > Self-explanatory.
24 -- >
25 -- > 2 Number of line items in message
26 -- > Self-explanatory.
27 -- >
28 -- > 3 Number of line and sub items in message
29 -- > Total number of line and sub items in the message.
30 -- >
31 -- > 4 Number of invoice lines
32 -- > Number of lines on an invoice.
33 -- >
34 -- > 5 Number of Customs item detail lines
35 -- > Total number of occurrences of the Customs item detail
36 -- > section within a single Customs declaration message.
37 -- >
38 -- > 6 Number of Customs entries
39 -- > Number of entries which are subject to the same Customs
40 -- > procedures, and have the same tariff or statistical
41 -- > heading, country and duty regime.
42 -- >
43 -- > 7 Total gross weight
44 -- > Code to indicate total gross weight of a consignment.
45 -- >
46 -- > 8 Total pieces
47 -- > Total number of pieces.
48 -- >
49 -- > 9 Total number of ULD (Unit Load Device)
50 -- > The total number of Unit Load Devices mentioned in the
51 -- > message.
52 -- >
53 -- > 10 Total number of consignments
54 -- > The total number of consignments.
55 -- >
56 -- > 11 Total number of packages
57 -- > [7370] Total number of packages of the entire
58 -- > consignment.
59 -- >
60 -- > 12 Invoice total amount
61 -- > [5444] Total sum charged in respect of one or more
62 -- > Invoices in accordance with the terms of delivery.
63 -- >
64 -- > 13 Number of loading lists
65 -- > [1166] Number of loading lists, manifests or other
66 -- > similar specifications attached to a document.
67 -- >
68 -- > 14 Number of Customs commercial detail lines
69 -- > Commercial detail section within a single Customs
70 -- > declaration message.
71 -- >
72 -- > 15 Total consignment, cube
73 -- > The total cube of consignment.
74 -- >
75 -- > 16 Total number of equipment
76 -- > Total number of equipment mentioned in the message.
77 -- >
78 -- > 17 Declared total Customs value
79 -- > [5070] Total value declared for Customs purposes of all
80 -- > goods in a consignment, whether or not they are subject
81 -- > to the same Customs procedure, or have the same
82 -- > tariff/statistical heading, country information, and
83 -- > duty regime.
84 -- >
85 -- > 18 Total reported quantity in net weight
86 -- > Total reported quantity in net weight.
87 -- >
88 -- > 19 Total reported quantity in supplementary units
89 -- > Total reported quantity in supplementary units.
90 -- >
91 -- > 20 Total reported invoice(s) value
92 -- > Hash total of the total monetary amounts reported on the
93 -- > invoices.
94 -- >
95 -- > 21 Total reported ancillary costs
96 -- > Hash total of the reported total extra costs (e.g.
97 -- > carriage, freight, insurance) of all invoices.
98 -- >
99 -- > 22 Total reported statistical value
100 -- > The total reported statistical value.
101 -- >
102 -- > 23 Total ordered quantity
103 -- > Total quantity ordered in this message.
104 -- >
105 -- > 24 Number of orders referenced in this message
106 -- > Total number of order messages or documents referenced
107 -- > in this message.
108 -- >
109 -- > 25 Number of rejected order lines
110 -- > Total number of rejected order lines in this message.
111 -- >
112 -- > 26 Total gross measurement/cube
113 -- > Total gross cubic measurement of the goods, including
114 -- > packing but excluding transport equipment.
115 -- >
116 -- > 27 Total number of credit items given for control purposes
117 -- > Total number of credit items given for control purposes.
118 -- >
119 -- > 28 Total number of debit items given for control purposes
120 -- > Total number of debit items given for control purposes.
121 -- >
122 -- > 29 Total net weight of consignment
123 -- > A code to indicate the total net weight of a
124 -- > consignment.
125 -- >
126 -- > 30 Total number of empty containers
127 -- > The total number of empty containers mentioned in the
128 -- > message.
129 -- >
130 -- > 31 Number of messages
131 -- > Control count of the number of messages referenced.
132 -- >
133 -- > 32 Total gross weight of the goods within the means of
134 -- > transport
135 -- > Weight (mass) of the goods within the means of
136 -- > transport, including packing and excluding the carrier's
137 -- > equipment.
138 -- >
139 -- > 33 Total number of original Bills of Lading
140 -- > Total number of the original Bills of Lading required
141 -- > for the consignment.
142 -- >
143 -- > 34 Total number of copy Bills of Lading
144 -- > Total number of copy Bills of Lading required for the
145 -- > consignment.
146 -- >
147 -- > 35 Number of containers to be discharged
148 -- > Number of containers to be discharged from the means of
149 -- > transport.
150 -- >
151 -- > 36 Number of containers to be loaded
152 -- > Number of containers to be loaded in or on the means of
153 -- > transport.
154 -- >
155 -- > 37 Number of containers to be restowed
156 -- > Number of containers to be restowed from one cell
157 -- > position to another.
158 -- >
159 -- > 38 Number of containers to be shifted
160 -- > Number of containers to be shifted from one cell
161 -- > position to another.
162 -- >
163 -- > 39 Total number of individual transactions
164 -- > The total number of individual transactions.
165 -- >
166 -- > 40 Total number of sequence details in message
167 -- > The total number of sequence details in the message.
168 -- >
169 -- > 41 Total number of crew
170 -- > The total number of crew.
171 -- >
172 -- > 42 Total number of passengers
173 -- > The total number of passengers aboard the conveyance.
174 -- >
175 -- > 43 Total number of work tasks
176 -- > Total number of work tasks in the message.
177 -- >
178 -- > 44 Total number of milestones
179 -- > Total number of milestones in the message.
180 -- >
181 -- > 45 Total number of available resources
182 -- > Total number of available resources in the message.
183 -- >
184 -- > 46 Total number of constraints
185 -- > Total number of constraints in the message.
186 -- >
187 -- > 47 Total wholesaler unsold quantity
188 -- > Total quantity of unsold goods held by the wholesaler.
189 -- >
190 -- > 48 Total quantity held by delivery vehicles
191 -- > Total quantity held by the delivery vehicles.
192 -- >
193 -- > 49 Total quantity held by retail outlets
194 -- > Total quantity held by the retail outlets.
195 -- >
196 -- > 50 Total rejected return quantity
197 -- > The total quantity for return which have been rejected.
198 -- >
199 -- > 51 Number of goods items in the message
200 -- > The total number of goods items in a message.
201 -- >
202 -- > 52 Number of patients
203 -- > The number of patients reported in a message.
204 -- >
205 -- > 53 Hash total of reported debit items
206 -- > Hash total of the values of all the debit item amounts
207 -- > reported in the message.
208 -- >
209 -- > 54 Hash total of reported credit items
210 -- > Hash total of the values of all the credit item amounts
211 -- > reported in the message.
212 -- >
213 -- > 55 Total number of errors reported
214 -- > Total number of errors reported.
215 -- >
216 -- > 56 Total number of transport units
217 -- > Number of separate units of cargo handled during
218 -- > transportation of a consignment.
219 -- >
220 -- > 57 Total loading metres
221 -- > The total number of loading metres.
222 simple6069 :: Parser Value
223 simple6069 = simple "6069" (alphaNumeric `upTo` 3)