# July 2025

## Monthly summary / tl;dr <a href="#monthly-summary-tl-dr" id="monthly-summary-tl-dr"></a>

As July is in general a deploy freeze month, there are just a few releases this month.

***

## 2025-07-22

### Improved

* The sales and stock report should now generate quicker, as it now runs with 5 workers instead of 1 per tenant. 5x speed, that is. More or less.

## 2025-07-22

### Added

* New `CONFIRMED` order state for improved workflow management.
* Store filter in customer search.
* <kbd>Campaign</kbd> Campaigns targeting specific customer groups.
* <kbd>Loyalty</kbd> New tenant settings fields for customer club recruitment.
  * Add new customers to specified customer group (e.g. "Members") automatically.
  * Send welcome SMS and email automatically upon new customer registration.
  * Set consents immediately upon customer registration.
* Great Britain re-added as a supported country. Even though the brits are out of the EU doesn't mean they should be out of Flow.
* Customers can now have a default store set.
* Order preview with credit/sale information.

### Improved

* Regular users can now create and modify purchase orders and receivements.
* Credit amount on invoice payments.
* Allow return of decimal amounts of a product.

### Fixed

* Overriding campaign discounts with separate order item discounts.
* Open order view would sometimes still display a settled order after completed payment.
* Display of campaigns with codes in product searches works again.
* Adding customers to orders without the <kbd>Campaign</kbd> extension active now works.

## 2025-07-01

### Added

* Orders can be parked with valid until date if tenant has set a default expiration date.
* Option to add multiple pre-payments.
* Status filter in campaign list view.
* Option to select which pre-payment to refund.
* Cost price in product dialog (visible with shortcut or by holding to reveal).
* Order valid until date in park list.

### Improved

* RMA list page now only lists orders originating from the currently logged-in store.
* Service orders can now be printed (PDF) directly from the exit dialog.

### Fixed

* Changing the handling on an open order would not update the open order view.

***


---

# 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.flowretail.com/docs/2025/july-2025.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.
