Update changelog
This commit is contained in:
parent
8c26b632fe
commit
c3637bc416
24
CHANGES.rst
24
CHANGES.rst
|
@ -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)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.7.33'
|
__version__ = '0.7.34'
|
||||||
|
|
Loading…
Reference in a new issue