Releases: Blair2004/NexoPOS
NexoPOS 4.8.3
This update of NexoPOS has breaking changes that might not affect your experience. In short, we've improved the compatibility with a multi-tenancy installation. Previously every now async feature added to the core was rewritten on the multistore. On a long run it wasn't appropriate.
Additionnaly, we've been working on the WooCommerce extension to improve the compatibility. At the moment, that extension is not fully compatible with Gastro, which requires futher implementation (a plugin on WooCommerce website). We're quite satisfied with the result, but you'll let us know your thoughts.
Other Changes
- Fixed: ensure customer with no email can be created
- Added: new strategy for multi-tenancy
- Added: ensures jobs are multistore compatible
- Updating Syntax for PHP 8.1
- Fixed: category total items count being refreshed
- WIP: ensure better compatiblity with multistore
- Fixed: entry property existense
- Fixed: notification description lenght
- Fixed: precheck customer while updating
- Added: pint project
- Added: support for WooCommerce
- Fixed: Customer Popup Issue [fix https://github.com//issues/994]
- Fixed: Add Billing Details By Default
NexoPOS 4.8.2
We're releasing NexoPOS 4.8.2 that bring an important fix on the options.
Chaneglog
We lately realized that some options were saved twice ont he database which shouldn't be the case. That's the reason why we've added a new test for checking that.
You should update as soon as possible as you might see that your changes on settings aren't taken into consideration. After your update, make sure to run the following command to purge duplicated options. Note that some options might be deleted so, a backup remain a safe operation.
php artisan ns:doctor --fix-duplicate-options
PHP Compatibility
Because we're strictly updating our Laravel version to the latest, we're sorry to say that from now, from NexoPOS 4.8.1, php 8.1 is the required version (and no more PHP 8.0). Make sure to update your PHP version before installing that update.
Other Changes
Note that if you missed previous updates changelogs, you can check them here.
NexoPOS 4.8.1
Today we're releasing a new update that mostly comes with bug fixed that were reported on NexoPOS 4.8.0. It's also time to announce that we're working yet on NexoPOS 4.9.x that were we'll switch from Vue2 to Vue3 and use Vite instead of Laravel Mix (that significantly improve loading speed).
Changelog:
- Fixed: Removing unecessary layaway restriction
- Added: new event & Listeners
- Fixed: create instalment entry when it's necessary
- Fixed: reduce database queries on user model
- Fixed: customer account history not filtered.
- Fixed: increasing cash register ranges
- Fixed: ensure order purchase price is updated
- Added: new doctor method to fix orders products
- Added: command generator for modules
- Moving: migration files
- Fixed: remove forced option on artisan
- Fixed: issue with products images
- Fixed: increased range for users
- Added: new fields for order that support instalments
- Fixed: get last purchase price for defined products
- Added: clearning code
- Fixed: bug while selling order (purchase_amount)
- Fixed: disabling casting for procurement
- Fixed: testing issues
- fix #944 barcode reading issues
- Fixed: 404 error while trying to create provider product #941
- Added: catch exception from custom actions.
In case you missed the major addition of the branch v4.8.x feel free to read the changelog here
NexoPOS 4.8.0
We're excited to release NexoPOS 4.8.x that comes with so many changes and bug fixes. Before jumping on the details, we would like to thanks all our customers, those who shared their idea and are patients. It's not easy to build such an amazing product and we're glad you're part of this.
We would also like to let you know that NexoPOS 3.x is officially dead, the item has been removed from CodeCanyon along with his extensions. We'll now only focus on NexoPOS 4.x.
Disclaimer
This update will operate a huge change over the structure of NexoPOS. If you're still on branch v4.7.x and are actively using premium modules, we would like to invite you waiting that all module are updated before updating NexoPOS. This means that the branch v4.7.x will still receive maintenance updates.
Let's now jump on what's new.
Grouped Products
This product type has been requested by some of you, and as we believe it was really appreciated on NexoPOS 3.x, we brought back the feature to NexoPOS 4.x.
Obviously, the stock management will depends on each included products. For example, if one of the products included no longer has stock, the grouped product won't be sold.
Customer Statement: Account History
We wanted to make it possible to track every transaction a customer has made. For example, if he make a purchase, request a refund, credit his wallet, everything are listed.
Decimal Quantities
Yes from now, you can specific "0.5" as a quantity for a product. In order to use that feature, you need to enable the new virtual keyboard that ship and supports a dot key.
From there, on the POS, you'll see the new keyboard in action.
Dynamic Products
Those products works a bit like taxes, but they are different. A dynamic product is a product which price is a percentage of the subtotal. This product doesn't accept quantity and can't have his unit price edited (as it's dynamic).
The product is created as any regular quick product, but the type should "Dynamic".
Installments Are Now Optional
Previously, before saving any installments, it was required to define a date. But, since mainly the installment feature was made to keep a track of what is due, we've recently noticed some customer were really annoyed by defining that. Now it's optional.
However, if on the settings there remains a minimum amount that needs to be paid per order, that will remain active regardless of the skipped installments.
Other Changes
Now we'll list the other internal change that we've also made. This will include bug fixes as well.
- Fixed: options
- Fixed: test case
- Added: Ensure cookie is generated after each installation
- Fixed: Ensure Product Can Be Bulk Updated
- Fixed: Tax warn when not selected
- Added: capacity to unselect options
- Updated: language
- Fixed: TypeError
- Fixed: coupon not effective
- Added: prevent on POS if a tax group lacks taxes
- Fixed: changed readonly attribute for php8.0 support
- Added: Support for links on crud row
- Updated: naming routes
- Added: Vietnamese
- Added: new action while opening orders
- Updated: typo on crud generator
- Closes #833, adds option to permanently enable auto focus
- Fixed: procurement expense using the author id
- Added: skip instalments
- Added: --force option to some commands
- Added: New numpad with option
- Added: searching customers using phone number
- Updated: formatting code with Laravel Pint
- Changed: renaming some columns
- Added: new events
- Updated: changing service container binding
- Fixed #857 issue
- Cleaning
- Fixed: generating random barcode
- Removing deprecated code
- Added: floating quantities
- Added: Grouped products
- Added: products group
- Added: customer statement
Special Thanks
As always, this update would have been ready without the contributions of those amazing people. We're therefore so thankful for their work:
NexoPOS 4.7.11
This update of NexoPOS 4.x comes with a few changes that mostly fixes issues. But before jumping into those changes, let's discuss about the upcoming updates here at Nexo Solutions LLC.
We're Restarting Email Tips
So we started few months ago a daily digest for sharing with your some unknown tips with NexoPOS. The ideas was to be sure you can master NexoPOS 4x quickly. We have at that time realized the tool we used wasn't unsubscribing users on their request. We therefore changed our tools and believe it will be more easier for your to unsubscribe at any time.
NexoPOS 4.8.x Still On Progress
The upcoming major upgrade is still on progress. As a reminder, we would like to let you know what are the upcoming changes:
- Dynamic Products
- Decimal Quantities
- Grouped Products
- Customer Statement
Changelog
- Fix #874 compute tax after subtracting discounts
- Fix restoring default Error handler
- Fix ensure taxes are loaded correctly on the POS
NexoPOS v4.7.10
This short update provides a minor but important change over the core. You're not likely to experience any change on your actual workflow, however it remain safe to keep a backup.
Changelog:
- Fixed: Random barcode generation.
NexoPOS 4.7.9
This update fixes a major issue caused by the previous release (4.7.8). Indeed it seemed like that version was actually the development version (4.8.0) which is not publicly available.
We're sorry for the concerns it might have created from your end. Let us know if you still have issue with this one.
Changelog:
- Fixed: switching to the correct branch.
NexoPOS 4.7.8
NexoPOS 4.7.7
This update of NexoPOS provides compatibility with recent module update. Throughout this update we've worked on making the syntax better and more readable. It's a minor update that however aims to solve recents issue with premium modules:
- Multistore
- Gastro
- Nexo Cloud Print
- Nexo Print Adapter
NexoPOS 4.7.6
We're releasing another update of NexoPOS 4.x that focuses on stability. We've indeed created more test to make sure to increase the test coverage and therefore being able to spot any concern that might happen before the update is released. We've moved from 50% of coverage to 53% on this release, we're aiming to reach at least 70% by NexoPOS 4.8.x.
So this update mainly add new reports and fixes a concern on the layout (light mode). Let's describe them.
Customer Wallet
We're planning to rename "Customer Account" to "Customer Wallet" that sound more relevant and avoid any confusion. That wallet will basically hold every transaction that happen with the customer balance (sales, refund, credit, debit). The new update add 2 new columns to the customer account history (previous_amount and next_amount) that will give an overview of the balance of the wallet before and after every transaction.
We've also added a filter to the customers account. That will help you circumscribe the results.
The export feature has been globally improved to allow any script to interact with the exported data. That helps us to add total row to the exported file (on the customer account history).
Stock Report
The stock report basically let you know what is the actual status of the inventory of the available products. As we believe some stock might have more than 1k products, we decided to paginate that report so every page can be peacefully printed without any lagging. This report basically get added on the previous "Stock Low" report. It's now a 2in1 report.
Other Changes
- Cleaning
- Fixed: wrong permission used on users route
- Fixed: migration forget command
- Added: total to exported sheet customer wallet
- Update: prepend options on customers
- Added: new event for exported crud
- Cleaning
- Added: new columns on customer wallet history
- Fixed: fixed light mode payment box
- Added: Stock Report (changed low stock report)
- Fix #746
Special Thanks
As always, we're thankful for all the contributions. We'll give a special shout out to @lim10soft