> 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/april/2023-04-04.md).

# 2023-04-04

### **Updated: Reporting Groups**

You can now assign multiple reporting groups to a sales rep if they report to different groups.\
See a new dropdown appear when working on a project if the rep assigned to the projects has more than one reporting group.

### **Updated: Sales Channels**

* When you set up or edit a sales channel you now have the ability to select if the channel will automatically approve orders sent to it.
* Sales channels will now appear in the selected colour on your workspace so you can easily differentiate them.
* Set up a sales channel to send out notifications automatically when a new order is sent.

### **Minor Updates and Fixes**

* A missing client sync button has been fixed
* Custom actions on workflow steps now behave correctly when you try to save your selection
* You will stay on the same page when you create a new product, this allows you to create products faster
* The sequencing on the item movement report is now chronological up to the second
* Updating images for a project line now works as expected. You will no longer see previous images in your generated PDF documents
* We applied minor performance enhancements to the inventory module dashboard
* You will now be able to view the uploaded artwork on the purchase order view, just like on the GRV view
* Multiple new endpoints were added to the OrderEazi API
* Row numbers are no longer missing
* The GP for a project is now affected when adding expenses


---

# 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/april/2023-04-04.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.
