]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/src/Text/Edifact/D96A/Simples/S5387.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D96A / Simples / S5387.hs
1 {-# LANGUAGE OverloadedStrings #-}
2
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
5
6 module Text.Edifact.D96A.Simples.S5387
7 ( simple5387
8 ) where
9
10 import Text.Edifact.Parsing
11 import Text.Edifact.Types (Value)
12
13 -- | Derived from this specification:
14 --
15 -- > * 5387 Price type qualifier
16 -- >
17 -- > Desc: Code identifying pricing specification.
18 -- >
19 -- > Repr: an..3
20 -- >
21 -- > AAA Reference price
22 -- > Self explanatory.
23 -- > AAB Price includes tax
24 -- > Self explanatory.
25 -- > + AAC Buyer suggested retail price
26 -- > The suggested retail price as suggested or determined by
27 -- > the party purchasing the goods.
28 -- > AAD Ocean charges rate
29 -- > The charges imposed by the ocean transportation industry
30 -- > above and beyond the basic freight.
31 -- > AAE Not subject to fluctuation
32 -- > Not subject to escalation or adjustment.
33 -- > AAF Subject to escalation
34 -- > Subject to increase or development by successive stages.
35 -- > AAG Subject to price adjustment
36 -- > Self explanatory.
37 -- > AAH Subject to escalation and price adjustment
38 -- > Subject to increase or development by successive stages
39 -- > and price adjustment.
40 -- > AAI Fluctuation conditions not specified
41 -- > Self explanatory.
42 -- > AAJ All in price
43 -- > Firm price for specified work.
44 -- > AAK New price
45 -- > A price valid from an effective date/time/period.
46 -- > AAL Old price
47 -- > A price valid prior to an effective date/time/period of a
48 -- > new price.
49 -- > AAM Per week
50 -- > To indicate that the given price applies per week.
51 -- > AAN Price on application
52 -- > Price can be obtained on request from seller.
53 -- > AAO Unpacked price
54 -- > The price given is the price of the item without
55 -- > packaging.
56 -- > AAP Trade price
57 -- > Discount price available to all customers except the
58 -- > retail customer.
59 -- > AAQ Firm price
60 -- > Price which will remain unchanged for a given time
61 -- > period.
62 -- > AAR Material share of item price
63 -- > The per unit cost of referenced material based on a
64 -- > given quotation for that material.
65 -- > AAS Labour share of item price
66 -- > The labour component of the per-unit item price.
67 -- > AAT Transport share of item price
68 -- > The transport component of the per-unit item price.
69 -- > AAU Packing share of item price
70 -- > The packing component of the per-unit item price.
71 -- > AAV Tooling share of item price
72 -- > The tooling component of the per-unit item price.
73 -- > + AAW Temporary vehicle charge
74 -- > The component of a price charged for providing a
75 -- > temporary vehicle.
76 -- > + AAX Price component due to interest
77 -- > This is the component of the price which is charged due
78 -- > to interest.
79 -- > + AAY Price component due to management services
80 -- > This is the component of the price which is charged due
81 -- > to management services rendered.
82 -- > + AAZ Price component due to maintenance
83 -- > This is the component of the price which is charged due
84 -- > to maintenance.
85 -- > + ABA Individual buyer price
86 -- > A price which is available to an individual buyer as
87 -- > opposed to an institutional buyer.
88 -- > + ABB Group buying price
89 -- > A price which is available to a buying group.
90 -- > + ABC Group member buying price
91 -- > A special price given to a member of a buying group.
92 -- > + ABD Pre-payment price
93 -- > A special price if pre-payment is made for the article
94 -- > ordered.
95 -- > + ABE Retail price - excluding taxes
96 -- > Retail price not including any applicable taxes.
97 -- > + ABF Suggested retail price - excluding taxes
98 -- > Suggested retail price not including any applicable
99 -- > taxes.
100 -- > AI Active ingredient
101 -- > Self explanatory.
102 -- > ALT Alternate price
103 -- > A substitute cost.
104 -- > AP Advice price
105 -- > Self explanatory.
106 -- > BR Broker price
107 -- > Self explanatory.
108 -- > #| CAT Catalogue price
109 -- > Price per unit of quantity of a product as specified in a
110 -- > catalogue.
111 -- > CDV Current domestic value
112 -- > The present worth of a thing which comes from one's
113 -- > homeland, in terms of money or goods.
114 -- > CON Contract price
115 -- > Price per unit of quantity of a product/service as agreed
116 -- > in a contract between parties.
117 -- > CP Current price
118 -- > Price at time of transaction, but subject to future
119 -- > change.
120 -- > CU Consumer unit
121 -- > Self explanatory.
122 -- > CUP Confirmed unit price
123 -- > The value of a single item that proves to be correct.
124 -- > CUS Declared customs unit value
125 -- > A clearly known duty on a single item which is imposed by
126 -- > law.
127 -- > DAP Dealer adjusted price
128 -- > The necessary or desirable changes that the sales agency
129 -- > makes with respect to the value of the product.
130 -- > DIS Distributor price
131 -- > The cost associated with the agency that markets goods.
132 -- > DPR Discount price
133 -- > A reduction from the usual list value.
134 -- > DR Dealer price
135 -- > Self explanatory.
136 -- > DSC Discount amount allowed
137 -- > A certain price up to which one is able to make
138 -- > reductions from the usual list value.
139 -- > EC ECSC price
140 -- > Price registered at European Commission Steel and Carbon
141 -- > office (DG III).
142 -- > ES Estimated price
143 -- > Self explanatory.
144 -- > EUP Expected unit price
145 -- > The anticipated value of a single item.
146 -- > FCR Freight/charge rate
147 -- > The price that is either a freight rate or a rate on
148 -- > which freight charges are calculated.
149 -- > GRP Gross unit price
150 -- > Unit price to which allowances and charges apply.
151 -- > INV Invoice price
152 -- > Price per unit of quantity of a product as specified on
153 -- > an invoice.
154 -- > LBL Labelling price
155 -- > Retail price of the buyer that should be printed by the
156 -- > producer on the article's label. The labelling price is
157 -- > not necessary the effective retail price.
158 -- > MAX Maximum order quantity price
159 -- > The greatest amount of goods or services which one can
160 -- > buy to receive a certain value.
161 -- > MIN Minimum order quantity price
162 -- > The least amount of goods or services that one can buy to
163 -- > receive a certain value.
164 -- > MNR Minimum release quantity price
165 -- > The least amount of an order one can place in order to
166 -- > receive a certain value.
167 -- > MSR Manufacturer's suggested retail
168 -- > Price that reflects "Sales to other manufacturers" or
169 -- > "Sales for resale".
170 -- > MXR Maximum release quantity price
171 -- > The greatest amount of an order that one can place in
172 -- > order to receive a certain value.
173 -- > NE Not-to-exceed price
174 -- > Self explanatory.
175 -- > NQT No quote
176 -- > No price available.
177 -- > NTP Net unit price
178 -- > Unit price to which no allowances and charges apply.
179 -- > NW Net weight
180 -- > Self explanatory.
181 -- > OCR Ocean charges rate
182 -- > The charges imposed by the ocean transportation industry
183 -- > above and beyond the basic freight.
184 -- > OFR Ocean freight rate
185 -- > The price per pricing unit of ocean transportation
186 -- > services for moving cargo from one location to another.
187 -- > PAQ Price break quantity(s)
188 -- > Numerical amounts of goods or services which are
189 -- > associated with different sums of money. As the amount
190 -- > goes up, the price per individual item decreases.
191 -- > PBQ Unit price beginning quantity
192 -- > The starting amount at which you can place a value on a
193 -- > single item.
194 -- > PPD Prepaid freight charges
195 -- > The cost of shipping is paid before the goods are
196 -- > shipped.
197 -- > PPR Provisional price
198 -- > Price per unit of quantity of a product as provisionally
199 -- > agreed.
200 -- > PRO Producer's price
201 -- > The value that the maker of a good places on an item.
202 -- > PRP Promotional price
203 -- > The value that is placed on an item that is being
204 -- > developed. The idea is to sell this product for less than
205 -- > one normally would, and make up for it by selling a
206 -- > larger quantity.
207 -- > PW Gross weight
208 -- > Self explanatory.
209 -- > QTE Quote price
210 -- > Price per unit of quantity of a product as specified in a
211 -- > quote.
212 -- > RES Resale price
213 -- > Price per unit of quantity of a product to be used for
214 -- > resale.
215 -- > RTP Retail price
216 -- > Price per unit of quantity of a product to be used for
217 -- > retail.
218 -- > SHD Ship and debit
219 -- > To transport goods and be owed money by the customer for
220 -- > the services performed.
221 -- > SRP Suggested retail price
222 -- > Price per unit of quantity of a product suggested for
223 -- > retail.
224 -- > SW Gross weight without wooden pallets
225 -- > Used in steel industry.
226 -- > TB To be negotiated
227 -- > Self explanatory.
228 -- > TRF Transfer
229 -- > To carry or remove from one place, situation, or person
230 -- > to another.
231 -- > TU Traded unit
232 -- > Self explanatory.
233 -- > TW Theoretical weight
234 -- > Self explanatory.
235 -- > WH Wholesale price
236 -- > Description to be provided.
237 simple5387 :: Parser Value
238 simple5387 = simple "5387" (alphaNumeric `upTo` 3)