Skip to main content

Consumption Log

  • File Name: consumptionlog.parquet
  • Type: Incremental (Delta)
  • Schema Version: 01.00
  • Last Updated: 2026-02-25

Description

Contains consumption and sell-out data for individual products, tracking stock changes, sales calculations, and product availability over time. This export provides the foundation for sales analytics and inventory management.

Delta Filter

  • Incremental Updates: Only records modified since your last export
  • First Run: Includes up to 1 month of historical data
  • Gap Handling: If more than 1 month has passed since last export, limited to most recent month

Fields

📋 Includes Common Fields: Client Information, Location Information, Asset Information, Product Information, Audit Fields

Core ConsumptionLog Fields

Column NameData TypeNullableDescription
TimedatetimeNOT NULLTimestamp of consumption event
StockLeveldecimal(10,2)NOT NULLCurrent stock level
WasAvailablebitNOT NULLProduct availability flag
FacingsRecognisedintNULLNumber of facings recognized
InPlanogrambitNOT NULLFlag indicating if product is in planogram
IsEmptybitNOT NULLEmpty facing flag
IsForeignbitNOT NULLForeign product flag
IsReplenishedbitNOT NULLReplenishment flag
WasAtOrderingThresholdbitNOT NULLOrdering threshold flag
IsKeyProductbitNOT NULLKey product flag
SellOutdecimal(10,2)NULLSell-out percentage
Salesdecimal(10,2)NULLSales amount
AssetPurityIdintNOT NULLAsset purity record ID

Historical Values (from ConsumptionLog)

Column NameData TypeNullableDescription
HistoricalCasesPerFacingdecimal(10,2)NULLHistorical cases per facing value (aliased from ConsumptionLog.CasesPerFacing)
HistoricalCasesConsumeddecimal(10,2)NULLHistorical cases consumed value (aliased from ConsumptionLog.CasesConsumed)
HistoricalUnitsConsumeddecimal(10,2)NULLHistorical units consumed value (aliased from ConsumptionLog.UnitsConsumed)
HistoricalPricedecimal(18,2)NULLHistorical price value (aliased from ConsumptionLog.Price)
HistoricalCaseSizeintNULLHistorical case size value (aliased from ConsumptionLog.CaseSize)

Planogram Fields

Column NameData TypeNullableDescription
PlanogramIdintNULLPlanogram identifier
PlanogramNamenvarchar(500)NULLPlanogram name
ExternalPlanogramCodenvarchar(250)NULLExternal system planogram code

Current Pricing & Calculated Fields

Column NameData TypeNullableDescription
Pricedecimal(18,2)NULLCurrent product price (from LocationProduct or ProductPricing)
CaseSizeintNULLCurrent case size (from ProductPricing)
CasesPerFacingdecimal(18,2)NULLCurrent cases per facing (from ProductPricing)
CasesConsumeddecimal(18,2)NULLCalculated cases consumed (formula: SellOut * CasesPerFacing / 100)
UnitsConsumeddecimal(18,2)NULLCalculated units consumed (formula: CasesConsumed * CaseSize)