Update changelog
This commit is contained in:
parent
4e2125d613
commit
74678882ee
20
CHANGES.rst
20
CHANGES.rst
|
@ -2,6 +2,26 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.9.42 (2023-08-29)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* When bulk-deleting, skip objects which are not "deletable".
|
||||||
|
|
||||||
|
* Declare "from PO" receiving workflow if applicable, in API.
|
||||||
|
|
||||||
|
* Auto-select text when editing costs for receiving.
|
||||||
|
|
||||||
|
* Include shopper history from parent customer account perspective.
|
||||||
|
|
||||||
|
* Link to product record, for New Product batch row.
|
||||||
|
|
||||||
|
* Fix profile history to show when a CustomerShopperHistory is deleted.
|
||||||
|
|
||||||
|
* Fairly massive overhaul of the Profile view; standardize tabs etc..
|
||||||
|
|
||||||
|
* Add support for "missing" credit in mobile receiving.
|
||||||
|
|
||||||
|
|
||||||
0.9.41 (2023-08-08)
|
0.9.41 (2023-08-08)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.9.41'
|
__version__ = '0.9.42'
|
||||||
|
|
Loading…
Reference in a new issue