ACT AS AN EXPERT JDE and IATA Standard fuel invoic...
Создано: 23 июня 2025 г.
Создано: 23 июня 2025 г.
ACT AS AN EXPERT JDE and IATA Standard fuel invoice xml.
the attach xml is generated using jde database data, but the customer system rejected the file due to UOM "GA"(Gallon) in the xml (from JDE F4211 UOM field) not valid in the IATA, what is the equivalent to "GA" Gallon in IATA Standard fuel invoice xml
In the IATA Aviation Fuel Invoice XML (IS-XML) the unit-of-measure field must take one of the three-character codes published in Section E (UOM) of the IATA Code Directory.
These codes mirror the UN/CEFACT Recommendation 20 list, which is why your customer’s validator rejected the two-character “GA” that comes out of JDE.
Quantity you are expressing | Correct IATA UOM code | Notes |
---|---|---|
Gallon (US liquid) | GLL | Standard volume unit for fuelling in the Americas and most airlines that trade in US gal. docs.peppol.eu |
Gallon (UK / Imperial) | GLI | Rarely used for jet-fuel invoices; be sure both parties expect an Imperial gallon. docs.peppol.eu |
Barrel (42 US gal) | BRL | If your contract prices in barrels, switch to this code (not to be confused with “BBL”). docs.peppol.eu |
Litre | LTR | Preferred outside the US; keep DensityInformation in the XML if you convert. |
ItemQuantityUOM
, ItemPricingUOM
, SubTaxPricingUOM
, etc.) replace GA with GLL.With that substitution your customer’s system will recognise the unit, and no other structural changes are required.