Skip to content

Releases: Blair2004/NexoPOS

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

NexoPOS 4.8.2

04 Aug 13:57
0b6cdcf
Compare
Choose a tag to compare

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.

image

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

28 Jul 10:42
56f06af
Compare
Choose a tag to compare

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

11 Jul 01:30
571b06c
Compare
Choose a tag to compare

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.

image

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.

image

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.

screenshot-nimbusweb me-2022 07 11-02_02_42

From there, on the POS, you'll see the new keyboard in action.

dot keyboard

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).

screenshot-nimbusweb me-2022 07 11-02_06_53

The product is created as any regular quick product, but the type should "Dynamic".

image

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.

screenshot-nimbusweb me-2022 07 11-02_13_24

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

27 Jun 01:22
Compare
Choose a tag to compare

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

01 Jun 00:02
Compare
Choose a tag to compare

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

30 May 08:26
Compare
Choose a tag to compare

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

14 May 08:54
Compare
Choose a tag to compare

This is a quick fix update. The main purpose is to fix an issue faced while creating/updating a user.
Surprisingly, we weren't able to spot that during test. We've also added new tests that cover that.

Changelog:

  • Fixed: Issue while creating/editing a user fix #773 #770