Releases: VirtoCommerce/vc-module-order
Releases · VirtoCommerce/vc-module-order
v2.16.1
- Add new Boolean settings
Order.AdjustInventory
- Adjust inventory when order state changed. Default value True
Order.SendOrderNotifications
- Send notification when order state changed. Default value True
v2.16.0
- New
OrderChangedEvent
and remake to new domain Discount model
- Generation PDF invoice for customer order and edit invoice template through Notifications templates management UI
v2.15.5
- Critical fix of db schema precision for column TaxPercentRate
v2.15.3
- Critical bug fix in order JSON deserialization
v2.15.2
- Add notes to all order operation
- Refactoring for JSON converters
v2.15.1
- Expand order changes logging with by new properties
v2.15.0
- new Order.PaymentIn.Transactions collections for store log for all payment gateways interactions
- logging of all order and nested operations changes
- Fix bug with inventory adjustment
- Correct CRUD operations for shipment.Items (didn't work before)
v2.14.1
- Fix order operations tree (previously it was contains flat list)
v2.14.0
- Add some new fields to CustomerOrder for support subscription and recurring
- Fix employee selection control
- Display discounts in totals with '-'
- Minor changes with extensions