Update changelog
This commit is contained in:
parent
9f7e70f240
commit
a6bc3fb793
14
CHANGES.rst
14
CHANGES.rst
|
@ -2,6 +2,20 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.9.60 (2023-10-01)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Do not allow executing custorder if no customer is set.
|
||||||
|
|
||||||
|
* Add clone support for POS batches.
|
||||||
|
|
||||||
|
* Expose views for tenders, more columns for POS batch/rows.
|
||||||
|
|
||||||
|
* Tidy up logic for vendor filtering in products grid.
|
||||||
|
|
||||||
|
* Add support for void rows in POS batch.
|
||||||
|
|
||||||
|
|
||||||
0.9.59 (2023-09-25)
|
0.9.59 (2023-09-25)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.9.59'
|
__version__ = '0.9.60'
|
||||||
|
|
Loading…
Reference in a new issue