Update changelog
This commit is contained in:
parent
5db7d3776a
commit
fba7c5f978
34
CHANGES.rst
34
CHANGES.rst
|
@ -2,6 +2,40 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.7.27 (2018-07-19)
|
||||
-------------------
|
||||
|
||||
* Use upload time as default filter/sort for Trainwreck transactions.
|
||||
|
||||
* Add initial support for mobile "quick row" feature, for ordering.
|
||||
|
||||
* Add product grid filters for "on hand", "on order".
|
||||
|
||||
* Don't make customer ID readonly when editing.
|
||||
|
||||
* Fix Person.customers readonly field for python 3.
|
||||
|
||||
* Traverse master class hierarchy to collect all defined labels.
|
||||
|
||||
* Add 'person' column for customers grid.
|
||||
|
||||
* Fix how we check file size when reading stdout for upgrade.
|
||||
|
||||
* Add runtime ``mobile`` flag for ``MasterView``.
|
||||
|
||||
* Improve basic mobile views for customers, people.
|
||||
|
||||
* Refactor mobile receiving to use "quick row" feature.
|
||||
|
||||
* Improve support for "receive from scratch" workflow, esp. for mobile.
|
||||
|
||||
* Add (admin-friendly!) view to manage some App Settings.
|
||||
|
||||
* Add (restore?) basic support for mobile receiving from PO.
|
||||
|
||||
* Expose status etc. when editing upgrade; rename Email Settings.
|
||||
|
||||
|
||||
0.7.26 (2018-07-11)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.7.26'
|
||||
__version__ = '0.7.27'
|
||||
|
|
Loading…
Reference in a new issue