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
Added Company entity to represent a company which can have multiple users assigned to it
Added PaymentTerm entity to allow for a payment deadline
Send out notifications to user where there are purchase orders ready for review
Added the second B2C workflow where the shipping and payment have been reversed to allow for ‘pay later’ options, the workflow is disabled by default
List of fixed issues and improvements
Fixed the InventoryLevelCollection type where the form would not show an empty InventoryLevel which made it impossible to manage the inventory for the specific item, thanks @clicktrend
Disabled audible options for InventoryItem and BalancedInventoryLevel to reduce the amount of messages being produced in the message queue when inventory is mass updated
Fixed the previously slower loading images in the product grid where they were loaded from a different directory causing it load slower
Updated the product grid columns to let the product grid load faster by reducing the amount of joins in the grid
Added quick navigation links on some of the view pages and in grids for faster navigation to related entities where users have access to, thanks for reporting @brainOut
Added ownership to child items to apply ACL to them, i.e. OrderItem, InvoiceItem etc..
Added fix to check if the product exists before trying to look it up when importing InventoryLevels, thanks for reporting @Peekmo
Added fix to check if an OrderItem status is already set when it’s created programmatically, thanks for reporting @Peekmo
Fixed issue with getting data of non existent related entities in invoice and credit memo items grid, thanks for reporting @Peekmo