aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S6069.hs
diff options
context:
space:
mode:
Diffstat (limited to 'specification/src/Text/Edifact/D96A/Simples/S6069.hs')
-rw-r--r--specification/src/Text/Edifact/D96A/Simples/S6069.hs103
1 files changed, 103 insertions, 0 deletions
diff --git a/specification/src/Text/Edifact/D96A/Simples/S6069.hs b/specification/src/Text/Edifact/D96A/Simples/S6069.hs
new file mode 100644
index 0000000..22a96b3
--- /dev/null
+++ b/specification/src/Text/Edifact/D96A/Simples/S6069.hs
@@ -0,0 +1,103 @@
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D96A.Simples.S6069
7 ( simple6069
8 ) where
9
10import Text.Edifact.Parsing
11import Text.Edifact.Types (Value)
12
13-- | Derived from this specification:
14--
15-- > * 6069 Control qualifier
16-- >
17-- > Desc: Determines the source data elements in the message which forms
18-- > the basis for 6066 Control value.
19-- >
20-- > Repr: an..3
21-- >
22-- > 1 Algebraic total of the quantity values in line items in a
23-- > message
24-- > Self-explanatory.
25-- > 2 Number of line items in message
26-- > Self-explanatory.
27-- > 3 Number of line and sub items in message
28-- > Description to be provided.
29-- > 4 Number of invoice lines
30-- > Number of lines on an invoice.
31-- > 5 Number of Customs item detail lines
32-- > Total number of occurrences of the Customs item detail
33-- > section within a single Customs declaration message.
34-- > 6 Number of Customs entries
35-- > Number of entries which are subject to the same Customs
36-- > procedures, and have the same tariff or statistical
37-- > heading, country and duty regime.
38-- > 7 Total gross weight
39-- > Code to indicate total gross weight of a consignment.
40-- > 8 Total pieces
41-- > Self explanatory.
42-- > 9 Total number of ULD (Unit Load Device)
43-- > The total number of Unit Load Devices mentioned in the
44-- > message.
45-- > 10 Total number of consignments
46-- > The total number of consignments.
47-- > 11 Total number of packages
48-- > [7370] Total number of packages of the entire
49-- > consignment.
50-- > 12 Invoice total amount
51-- > [5444] Total sum charged in respect of one or more
52-- > Invoices in accordance with the terms of delivery.
53-- > 13 Number of loading lists
54-- > [1166] Number of loading lists, manifests or other
55-- > similar specifications attached to a document.
56-- > 14 Number of Customs commercial detail lines
57-- > Commercial detail section within a single Customs
58-- > declaration message.
59-- > 15 Total consignment, cube
60-- > The total cube of consignment.
61-- > 16 Total number of equipment
62-- > Total number of equipment mentioned in the message.
63-- > 17 Declared total Customs value
64-- > [5070] Total value declared for Customs purposes of all
65-- > goods in a consignment, whether or not they are subject
66-- > to the same Customs procedure, or have the same
67-- > tariff/statistical heading, country information, and duty
68-- > regime.
69-- > 18 Total reported quantity in net weight
70-- > Total reported quantity in net weight.
71-- > 19 Total reported quantity in supplementary units
72-- > Total reported quantity in supplementary units.
73-- > 20 Total reported invoice(s) value
74-- > Hash total of the total monetary amounts reported on the
75-- > invoices.
76-- > 21 Total reported ancillary costs
77-- > Hash total of the reported total extra costs (e.g.
78-- > carriage, freight, insurance) of all invoices.
79-- > 22 Total reported statistical value
80-- > The total reported statistical value.
81-- > 23 Total ordered quantity
82-- > Total quantity ordered in this message.
83-- > 24 Number of orders referenced in this message
84-- > Total number of order messages or documents referenced in
85-- > this message.
86-- > 25 Number of rejected order lines
87-- > Total number of rejected order lines in this message.
88-- > 26 Total gross measurement/cube
89-- > Total gross cubic measurement of the goods, including
90-- > packing but excluding transport equipment.
91-- > 27 Total number of credit items given for control purposes
92-- > Total number of credit items given for control purposes.
93-- > 28 Total number of debit items given for control purposes
94-- > Total number of debit items given for control purposes.
95-- > 29 Total net weight of consignment
96-- > A code to indicate the total net weight of a consignment.
97-- > + 30 Total number of empty containers
98-- > The total number of empty containers mentioned in the
99-- > message.
100-- > + 31 Number of messages
101-- > Control count of the number of messages referenced.
102simple6069 :: Parser Value
103simple6069 = simple "6069" (alphaNumeric `upTo` 3)