Skip to content

NexoPOS 5.3.1

Compare
Choose a tag to compare
@Blair2004 Blair2004 released this 24 Nov 17:00
· 99 commits to master since this release

We're releasing a short update of NexoPOS, bringing minor changes and improvements. Recently, it has been reported to us that using the customer's wallet to pay an order was duplicated on the customer's history. After further investigation, we've realised the structure of the app as it was from Laravel 10 was not completely migrated to Laravel 11, causing Event Listener to be registered twice. We've fixed that with this update. Here are the other changes :

Changelog:

  • Fixed: allow computation if taxes is not provided to a product
  • FIxed: Error caused by null COGS
  • Fixed: make entity expenses effectively recurring
  • Fixed: make transaction "active" property check accurate
  • Fixed: limit selected expenses account for expenses
  • Fixed: prevent deactivated recurring expense to be triggered
  • Fixed: avoid deleting other module settings during reset
  • Added: support for value on a password field
  • Added: filter on factory
  • Fixed: Typo on settings generator
  • Updating Dependencies

Other Changes

Full Changelog: v5.3.0...v5.3.1