Update changelog

This commit is contained in:
Lance Edgar 2018-07-19 17:39:29 -05:00
parent 5db7d3776a
commit fba7c5f978
2 changed files with 35 additions and 1 deletions

View file

@ -2,6 +2,40 @@
CHANGELOG 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) 0.7.26 (2018-07-11)
------------------- -------------------

View file

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