> For the complete documentation index, see [llms.txt](https://support.ordereazi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.ordereazi.com/ordereazi/release-notes/release-notes-2023/janruary/2023-01-24.md).

# 2023-01-24

### Excel Downloads For Documents

* It is now possible to export all documents generated by the Sales Module in OrderEazi to excel.
* Look out for a new icon on the document listing that will trigger the export for the selected document.&#x20;

### Product Serialization

Keep a look out for new features relating to product serialization. These features will be released over a couple of releases, and we’ll keep you updated along the way.

Don’t worry, if you do not use serialized items, this will not affect your day-to-day operations.

For more information about serialization please read this excellent article: What is Product Serialization? | Wiser Retail Strategies

### General Fixes and Updates

* Fixed an issue with the payment synchronization with SageOne
* Implemented better validations when creating an API Key
* Implemented better validations when moving a project to a different warehouse
* Added additional filters to the backorder report for the GP value field (All, Negative Gp, Positive Gp (Incl 0 values))
* Updated the advanced filter on the workspace. The calendar selection will now not close the advanced filter prematurely
* Empty boxes on a delivery note can now be removed/deleted
* Updated the UI when printing a location label
* Applied better validation on additional workflow actions


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.ordereazi.com/ordereazi/release-notes/release-notes-2023/janruary/2023-01-24.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
