NexoPOS 6.1.0
#2510
Replies: 1 comment 1 reply
-
|
Hi @Blair2004, This is my first time contributing to this project, and I'm excited to help! While exploring the service, I noticed that we are currently using hard deletes. I'd like to suggest implementing Soft Deletes across the main tables. This would provide a safety net against accidental data loss and improve auditability without breaking relational integrity. I’m happy to submit a Pull Request for this if the maintainers agree with the approach. Let me know your thoughts! ;) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We're proud to release NexoPOS 6.1.0 that comes with new features and bug fixes. This is the first minor release of 2026 that aligns with the roadmap we've introduced to you.
This version brings new features and fixes we'll outline now.
Scale Barcode Support #2470
NexoPOS now supports scale barcode parsing with a comprehensive PLU (Price Lookup) system for electronic weighing scales that encode product code and weight/price in EAN-13 format.
Before using the feature, head to Settings > POS > Feature and enable it:
Once enabled, a new tab will appear on the POS settings (Scale Barcode). From there, you can configure how NexoPOS will parse the generated barcode.
Category & Product Reordering #2474
One suggestion you've made is to allow users to reorder categories. We've made that possible for both products and categories.
You can start reordering categories from the categories page. And you can reorder each category's products.
While this feature is disabled by default, you can enable it by accessing the POS > Features settings.
Fair enough, this will allow you to bring to the cashier's sight the most sold products.
Sticky Products
Along with the product reorder, we've added a way to stick products at the top of the product grid. This feature is also disabled by default and must be enabled on the POS > Features settings.
Once the feature is enabled, you can head to any product and edit it.
You might use our "Bulk Editor" to bulk pin your products.
Low Stock Suggestion #2472
To speed up the purchase process, we've added a purchase suggestion. This is an interactive notification that will suggest you to load products that are running out of inventory.
Other Changes:
New Contributors
Full Changelog: v6.0.9...v6.1.0
This discussion was created from the release NexoPOS 6.1.0.
Beta Was this translation helpful? Give feedback.
All reactions