Skip to content

Releases: Blair2004/NexoPOS

NexoPOS 4.8.12

29 Dec 01:31
3e9c317
Compare
Choose a tag to compare

We're releasing this update mostly to ensure NexoPOS is up-to-date with his dependencies. That update also include a small change on the vue component ns-select-popup. We wanted to allow displaying many items at once with a scroll bar.

As a reminder, NexoPOS v5.x is still under development. While we announced previously to include driver role, we finally decided to remove that from the code as not every business will need a delivery module. That feature will then be offered as a separate module.

Changelog:

  • Fixed: minor layout issue on ns-select-popup

NexoPOS 4.8.11

22 Dec 13:41
5327480
Compare
Choose a tag to compare

We're releasing this update to fix minor bugs that were discovered recently and reported by our member. First of all, we'll give a special thanks to a new user (@xaviercri) who shared interesting insight on a bug that was living unnoticed for a while. We've also made some change to Gastro to fix bugs reported by @lim10soft.

As you might already be aware of, we're no longer adding further feature to NexoPOS 4.8.x all new features are moved to NexoPOS 5.x which will inherit those bugs fixes.

Changelog:

  • Fixed: #1220
  • Added: hook for product on default receipt
  • Added: dependency check for providers
  • Added: improved options saving
  • Added: cleaning symbolic links.

Full Details

Full Changelog: v4.8.10...v4.8.11

NexoPOS 4.8.10

05 Dec 14:21
3d9ef9b
Compare
Choose a tag to compare

Today we're releasing NexoPOS 4.8.10 that mostly comes with bug fixes. We're still working on v5.0.x and those change were obviously already merged to that branch. Before jumping on the details, we would like to thank you for being part of our BFCM sale. While it's over now, NexoPOS remains free on CodeCanyon for 1 month, there is nothing you need to pay.

So here are the changelog for this release.

Changelog:

  • Fixed: prevent duplicated CashFlow transaction
  • Added: new doctor command for clearing orphan orders products
  • Added: new doctor command for recomputing cash flow for orders

What's Changed

Full Changelog: v4.8.9...v4.8.10

NexoPOS 4.8.9

21 Nov 14:20
8bfa97a
Compare
Choose a tag to compare

We're releasing this update to fix minor issues fond on NexoPOS 4.8.8. If you would like to see what has been changed, you can take a look here to explore in deep the changes.

As a reminder, we have the Black Friday currently on live. This is a unique occasion to acquire plugin at a special price before the end of the year.

What's Changed

Full Changelog: v4.8.8...v4.8.9

NexoPOS 4.8.8

08 Nov 01:39
2607582
Compare
Choose a tag to compare

This update is released to sort few issue faced with float numbers used as quantity for products. We've realized that when the decimal precision is not set, it cause unexpected behavior. We've also made sure to improve compatibility with the Multi Store module.

Those changes were merged to v4.9.x which we believe is probably likely to be named NexoPOS v.5.x (it has a huge internal changes).

Changelog:

  • Fixed: float precision when not set on options.
  • Added: new math service class.
  • Fixed: #1161 Unserialize issue for Carbon instances.

Other Changes

Full Changelog: v4.8.7...v4.8.8

NexoPOS 4.8.7

31 Oct 01:37
69959e9
Compare
Choose a tag to compare

We're releasing this minor update of NexoPOS to ensure a better compatibility with the multistore module. However befor jumping into the details, we'll like to provide some hints about the upcoming major release of NexoPOS v4.9.x.

NexoPOS 4.9.x: A step ahead

From this release, we'll try to take further everything that already exists. For example, we'll move from Vue 2 to Vue 3 and using Vite instead of Laravel mix. We'll also improve the actual dashboard by enriching the user experience with new easy to understand controls. This version might not be compatible with previous module so you'll need to expect all module to be released before using. That's all for now, let's jump into the release changes.

Important Note:

This update will wipe all existing migration to use a new structure. We wanted to categorize the migrations in order to reduce stores crafting while using the multistore module. This will also help NexoPOS to understand which file is an update or a table creation. If your system ends up making endless migrations, let us know immediately.

Changelog

  • Refactored: login request subscription
  • Added: categorizing the migration.
  • Fix: #1133 prevent discount usage on payment popup.
  • Fixed: set nullable for unrecognized migration
  • Fixed: moving migration
  • Fixed: deleting duplicate code

NexoPOS 4.8.6

19 Oct 11:26
c0ef9b0
Compare
Choose a tag to compare

We're releasing one of the last version of the branch v4.8.x. Indeed, we're about to move forward to the next branch v4.9.x that will come with significant changes, especially on the way assets are built. Additionally, we've scheduled the Raw Material for that branch as well.

Meanwhile let's see the changes about this update.

Changelog:

  • Added: Adds keyboard support to payment popup
  • Fixed: deleting own account from Crud List
  • Added: new hooks to inject content on top and bottom of a title
  • Added: new test for checking users
  • Fixed: loading all customers while opening the customers popup
  • Fixed: postcss config to erase unlisted files
  • Added: new cash register action
  • Fix: #1100 double records for sales
  • Updated: refactoring
  • Deleted: deprecated link
  • Fixed: improve keyboard support on Payment Popup.
  • Added: dependency protection on build deletion (customers).
  • Added: default type for unsupported product type.
  • Added: adjust stock for order product if a reference exists.

Additional Changes

Full Changelog: v4.8.5...v4.8.6

NexoPOS 4.8.5

04 Oct 01:26
413e49c
Compare
Choose a tag to compare

We're releasing a new update of NexoPOS that include breaking changes. In short, somes columns were renamed and that make this update incompatible with modules that used old column name (Gastro 4.8.9 and below). If you're using a premium module, you're invited to way the update of each module before updating NexoPOS.

This update also brings

Changelog

  • Fixed: #1078 Restrict unit to be deleted when assigned to a product
  • Added: implemeting new Math calculator
  • Added: new test case
  • Updated: CurrencyService class
  • Changed: order fields (gross to without_tax & net to with_tax)
  • Fixed: design issue on coupon + other improvements
  • Added: coupon value on cart
  • Added: compute product taxes command
  • Added: product taxes on POS
  • Added: new test cases
  • Removed: deprecated code
  • Refactored: taxes on products and order products
  • Fixed: #1071 order not updated after a refund
  • Fixed: design issues
  • Fixed: quick product validation failing
  • Fix: #1070 Customers Not selected by default
  • Updated: module listing command
  • Added: automatic page output action
  • Added: global nsSelectPopup & nsPOSLoadingPopup
  • Added: silent and normal printing
  • Added: name on web routes
  • Fixed: wrong method called on ns-table-rows.ts
  • Fixed: deprecated issue with str_replace
  • Fixed: option typo "only_paid_ordes" => "only_paid_orders"
  • Fixed: design issue with notices
  • Fixed: list background color on hover
  • Added: new test for timzones
  • Deleted: incompatible timezone
  • Added: float casting
  • Added: option to mark a procurement as paid
  • Added: new test case for procurements

What's Changed

New Contributors

Full Changelog: v4.8.4...v4.8.5

NexoPOS 4.8.4

07 Sep 07:00
eb40ac0
Compare
Choose a tag to compare

Today we're releasing NexoPOS v4.8.4 that mostly comes with improvements on the compatibility with the WooCommerce extension. We have been reported some operation that aren't working and it was the priority of this release. We've also applied some fix that were reported on github (remember, the best place to report a bug or submit a suggestions is on github).

Let's now breakdown the changes.

Changelog:

  • Updated: customer seeding.
  • Updated: delete previous module before uploading the new one
  • Added: a way to disable all modules.
  • Added: code parser while activating module
  • Updated: compatibility with RxJs.
  • Updated: improving rebanding
  • Update: restrict core roles modification
  • updated: translation
  • feature: new events to catch product inventory update
  • Fixed: fields hidden while choosing regular product (quick product)
  • Fixed: Products set as hidden shouldn't be visible on POS [fix https://github.com//issues/1015]
  • Fixed: instalments not visible for unpaid orders
  • fix #1027: translation on the POS cart
  • fix: unable to load style on receipts

NexoPOS 4.8.3

24 Aug 14:31
57d1c2b
Compare
Choose a tag to compare

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.

nexo-multistore-module-thumb

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