Update changelog

This commit is contained in:
Lance Edgar 2018-09-20 16:20:49 -05:00
parent 8c26b632fe
commit c3637bc416
2 changed files with 25 additions and 1 deletions

View file

@ -2,6 +2,30 @@
CHANGELOG CHANGELOG
========= =========
0.7.34 (2018-09-20)
-------------------
* Add unique check for "name" when creating new Role.
* Fix bug when editing truck dump child batch row quantities.
* Add setting to show/hide product image for mobile purchasing/receiving.
* Show red background for mobile receiving if product not found.
* Add quick-receive 1EA, 3EA, 6EA for mobile receiving.
* Fix how we check config for mobile "quick receive" feature.
* Do quick lookup by vendor item code, alt code for mobile receiving.
* Fix price fields, add pref. vendor/cost fields for mobile product view.
* Add simple row status breakdown when viewing batch.
* Only show mobile "quick receive" buttons if product is identifiable.
0.7.33 (2018-09-10) 0.7.33 (2018-09-10)
------------------- -------------------

View file

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