> For the complete documentation index, see [llms.txt](https://docs.trakkit.com.au/trakkit-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trakkit.com.au/trakkit-documentation/release-notes/july-2025.md).

# July 2025

## July 25 Release

* **Updated login functionality**
  * 2FA for Site Admin users.&#x20;
  * Forgot Password procedure
  * More robust login and security features

* **Manual order entry**&#x20;
  * Users no longer have to put an order through the machine to complete an order.
  * This feature allows products to be booked to jobs and users by a manual entry without the need to physically restock the product into the machine and create an order to get it out.&#x20;
  * Has the ability to attribute manual orders to the restock (RE number) that the inventory was taken from.
  * Limited to site admins.
  * [CLICK HERE FOR MORE](/trakkit-documentation/trakkit-live/orders/processing-manual-orders.md)

* **Adjusting inventory quantities during restocks**

  * When restocking a machine users now have the ability to adjust inventory while completing a restock.
  * No longer required to perform this function through Trakkit Live, it is performed on the Trakkit UI while doing restocks and synced to the inventory database. &#x20;
  * [CLICK HERE FOR MORE](/trakkit-documentation/machine-operation-for-advanced-users/inventory-adjustments-during-restocks.md)

* **Returnable order enhancements**
  * Users can now return items that other users have booked out.
  * Helps if items will be booked out for longer periods of time.&#x20;

* **Added new icons to order grid in Trakkit Live**
  * New icons to help differentitate between different types of orders.

<figure><img src="/files/Piq7ts3IQxGU4t4A058S" alt=""><figcaption></figcaption></figure>


---

# 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://docs.trakkit.com.au/trakkit-documentation/release-notes/july-2025.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.
