Update changelog
This commit is contained in:
parent
6d79766b24
commit
ec8a8d5ddc
28
CHANGES.rst
28
CHANGES.rst
|
@ -2,6 +2,34 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.9.68 (2023-10-23)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Expose more permissions for POS.
|
||||||
|
|
||||||
|
* Fix order xlsx download if missing order date.
|
||||||
|
|
||||||
|
* Replace dropdowns with autocomplete, for "find principals by perm".
|
||||||
|
|
||||||
|
* Use ``Grid.make_sorter()`` instead of legacy code.
|
||||||
|
|
||||||
|
* Avoid "None" when rendering product UOM field.
|
||||||
|
|
||||||
|
* Fix default grid filter when "local" date times are involved.
|
||||||
|
|
||||||
|
* Expose new fields for POS batch/row.
|
||||||
|
|
||||||
|
* Remove sorter for "Credits?" column in purchasing batch row grid.
|
||||||
|
|
||||||
|
* Add validation to prevent duplicate files for multi-invoice receiving.
|
||||||
|
|
||||||
|
* Include invoice number for receiving batch row API.
|
||||||
|
|
||||||
|
* Show food stamp tender info for POS batch.
|
||||||
|
|
||||||
|
* Stop using sa-filters for basic grid sorting.
|
||||||
|
|
||||||
|
|
||||||
0.9.67 (2023-10-12)
|
0.9.67 (2023-10-12)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.9.67'
|
__version__ = '0.9.68'
|
||||||
|
|
Loading…
Reference in a new issue