Update changelog

This commit is contained in:
Lance Edgar 2023-10-01 12:09:32 -05:00
parent 9f7e70f240
commit a6bc3fb793
2 changed files with 15 additions and 1 deletions

View file

@ -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)
------------------- -------------------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*- # -*- coding: utf-8; -*-
__version__ = '0.9.59' __version__ = '0.9.60'