You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're releasing a new update of NexoPOS that brings bug fixes and refactoring. Indeed, we're trying to make NexoPOS easier to use for developper by implementing new ways of interacting with it's internal API. We've also did some change to the core to ensure your so loved Multistore Module is compatible.
Multistore Update
We've been working on making the multistore compatible with NexoPOS 5x. The main issue we've encountered is that since the version 5x, customers are now regular users. This makes customers no longer a not shared resources, but a resource used across the entire the multistores. We've however make store who creates a customer has a full control over him. More accurately, Store A can't see and edit customers of Store B.
Changelog:
Update: CustomerCrud should only show customers
Updated: prevent convert_unit and unit_id to be equal
Added: description preview for cash register transaction
Added: delete transaction history along with transaction
Added: Refactoring multiple crud classes
Added: support for scheduling on entity transactions.
Updated: to create customer on POS, a permission is now required. The option for allowing customer creating has been removed
Added: transaction history now supports new fields (type, trigger_date, status)
Refactoring: CustomerCrud
Updated: detach permission while deleting a role.
Added: new events CrudHookEvent CustomerModelBootedEvent
Added: new fillable fields
Added: custom name to cloned roles.
Fixed: close bug on Popup
Fixed: some reports figures
Added: cast on transaction history crud
Update: ensure serialization of model on OrderAfterCreatedEvent
Added: date support on computeCombinedReport
Update: ensure combined report is computed everytime it's needed
Update: renaming ProcessAccountingRecordFromSale to ProcessAccountingRecordFromSaleJob
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We're releasing a new update of NexoPOS that brings bug fixes and refactoring. Indeed, we're trying to make NexoPOS easier to use for developper by implementing new ways of interacting with it's internal API. We've also did some change to the core to ensure your so loved Multistore Module is compatible.
Multistore Update
We've been working on making the multistore compatible with NexoPOS 5x. The main issue we've encountered is that since the version 5x, customers are now regular users. This makes customers no longer a not shared resources, but a resource used across the entire the multistores. We've however make store who creates a customer has a full control over him. More accurately, Store A can't see and edit customers of Store B.
Changelog:
Full Changelog
Full Changelog: v5.2.0...vv5.2.2
This discussion was created from the release NexoPOS v5.2.2.
Beta Was this translation helpful? Give feedback.
All reactions