Update changelog

This commit is contained in:
Lance Edgar 2018-07-11 10:29:40 -05:00
parent 8039af1c06
commit 9caf0e2e1f
2 changed files with 23 additions and 1 deletions

View file

@ -2,6 +2,28 @@
CHANGELOG CHANGELOG
========= =========
0.7.26 (2018-07-11)
-------------------
* Force user to count "units" and not "packs" for inventory batch.
* Fix bug for inventory batch when product not found.
* Sort mobile receiving rows by last modified instead of sequence.
* Tweak default page title for master view.
* Show "truck dump" info for applicable receiving batch page title.
* Highlight purchasing batch rows with "case quantity differs" status.
* Improve how cases/units, uom are handled for mobile receiving.
* Add "?" for daily time sheet total if partial shift present.
* Fix cancel button for progress page.
0.7.25 (2018-07-09) 0.7.25 (2018-07-09)
------------------- -------------------

View file

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