LCA Transactions - TX: Difference between revisions
From imde.io
Line 17: | Line 17: | ||
**ZIP/Postal code | **ZIP/Postal code | ||
**City | **City | ||
** | **CountryCode (ISO list) | ||
**GpsCoordinates | |||
* ItemID (e.g. GTIN, SellerInternalID, ReceiverInternalID) | * ItemID (e.g. GTIN, SellerInternalID, ReceiverInternalID) | ||
* ShippedDate (Date, YYYYMMDDHHMM) | * ShippedDate (Date, YYYYMMDDHHMM) |
Revision as of 15:14, 6 December 2022
Transaction data is essential for energy and emission calculations related to ESG (Environmental, social, and governance) and LCA (Life Cycle Analysis) data. Transactional data is also needed for Packaging Tax declarations.
Definitions
- Shipments are always from one location (OriginLocation) to another location (DestinationLocation), so linked to 2 location IDs, see [[Layer_-_Identifiers|Identifiers]
- Orders/Invoices are always between legal entities (OrderBy / OrderFor), so linked to 2 Legal Entity IDs
Shipments
Minimum Information needed:
- OriginLocation (ID)
- Address
- ZIP/Postal code
- City
- CountryCode (ISO list)
- GpsCoordinates
- DestinationLocation (ID)
- Address
- ZIP/Postal code
- City
- CountryCode (ISO list)
- GpsCoordinates
- ItemID (e.g. GTIN, SellerInternalID, ReceiverInternalID)
- ShippedDate (Date, YYYYMMDDHHMM)
- ReceivedDate (Date, YYYYMMDDHHMM)
- Quantity (Decimals allowed)
- Unit (e.g. PCE, kg, m, m2, l)