# Product Release Notes October 2023 - Dashboard Exports, Carbon Comparisons & GLEC 2023 Updates

#### 🚀 New Features

* 📊 **\[Client Dashboard]**

  • Sorting added to fields in the purchases table.

  • CSV export option for purchases table.
* 🌱 **\[Calculations]**

  • Added **Green Fare Compensation Ratio**.

  • New **carbon comparison endpoint** — compare CO₂ amounts to everyday equivalents (e.g., cars, kettles).

  • Updated operator-specific emission factors for SQUAKE train methodology.

  • Began updating **GLEC** datasets to 2023 version (Logistics Site completed; others in progress).

***

### 📈 Improvements

* 🎨 Adjusted styles for the purchases table on the client dashboard.
* 🔄 Always include `SQUAKE-Request-Id` in responses (even for failed requests) for easier debugging.
* 📦 Backfilled missing `invoiced_at` data for migrated purchases.
* 🧾 Adjusted invoice types (e.g., `carbon_purchase` → `affiliate_fee`).
* 🎨 Improved purchase state indicator design in detailed purchase view.
* 🗑 Removed carbon credit status from detailed purchase view.

***

#### 🐞 Bugfixes

* 🔗 Improved syncing of purchases to purchase order lines.
* 🛫 Added missing airports.
* 📊 Fixed some issues with dashboard charts.
* 🗄 Corrected schema usage on sandbox for synced tables.
* 🧮 Improved normalization of item types in calculation endpoint.
* 🛠 Fixed sandbox purchase errors caused by missing synced data.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-integration.squake.earth/notable-changes/release-notes/2023/2023-oct.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
