We're proud to release this minor update 6.2.1, which includes a few significant changes. We're still improving the integration with my.nexopos.com to make the first steps in the NexoPOS ecosystem easier. Let's break down all the new changes.
New Media Library
We've created a new media library that aligns better with the vision we had for a flexible media manager. This manager doesn't only bring a new layout but also joins the upload and asset browsing in a single interface. Combined with the infinite scroll, this will make easier to explore the assets.
Receipt Toggle + New Template Tags
New toggle were added to control what information shows on the receipt. Along with it, new template tags were added:
| Template | Example | Summary |
|---|---|---|
| {order_date} | 2026-06-29 02:30:05 | Unchanged — full date + time |
| {order_date_only} | 2026-06-29 | Date only (no time) |
| {order_time} | 02:30:05 PM | 12-hour time with AM/PM |
New Widget
To help users get started, we've created a widget that is only visible to administrator and that will help them syncing their installation with my.nexopos.com.
Other Changes
- Updated: refactoring deprecated code
- Fix(pos): Proper barcode scanning fixture, replacement for #2601
- Fixed: unhandled barcode usage
- feat(pos): add configurable default barcode type setting
- feat(invoice): add {order_date_only} and {order_time} template tags