Update changelog

This commit is contained in:
Lance Edgar 2018-08-14 17:06:24 -05:00
parent 950af8b5e0
commit d4b2cf9943
2 changed files with 17 additions and 1 deletions

View file

@ -2,6 +2,22 @@
CHANGELOG CHANGELOG
========= =========
0.7.31 (2018-08-14)
-------------------
* Make sure we refresh batch status when adding a new row.
* Hide 'ordered' columns for truck dump parent row grid.
* Add support for editing "claim" quantities for truck dump child row.
* Use invoice total, PO total as fallback, for mobile receiving list.
* Show links to claiming rows for truck dump parent row.
* Add "quick lookup" for mobile Products page.
0.7.30 (2018-07-31) 0.7.30 (2018-07-31)
------------------- -------------------

View file

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