Update changelog
This commit is contained in:
parent
270b33de27
commit
f244c2934b
30
CHANGES.rst
30
CHANGES.rst
|
@ -2,6 +2,36 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.6.3 (2017-07-13)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
* Sort mobile receiving batches by ID desc
|
||||||
|
|
||||||
|
* Add initial/basic support for "simple" mobile grid filter w/ radio buttons
|
||||||
|
|
||||||
|
* Add filter support for mobile row grid; plus mark receiving as complete
|
||||||
|
|
||||||
|
* Disable unused Clear button for mobile receiving
|
||||||
|
|
||||||
|
* Add logic for mobile receiving if product not in batch and/or system
|
||||||
|
|
||||||
|
* Prevent mobile receiving actions for batch which is complete or executed
|
||||||
|
|
||||||
|
* Fix bug with mobile receiving UPC lookup; require stronger "create row" perm
|
||||||
|
|
||||||
|
* Stop using popup for expiration date, for mobile receiving
|
||||||
|
|
||||||
|
* Add global key handler for mobile receiving, for scanner wedge input
|
||||||
|
|
||||||
|
* Make all batches support mobile by default
|
||||||
|
|
||||||
|
* Add basic support for viewing inventory batches on mobile
|
||||||
|
|
||||||
|
* Refactor keypad widget for mobile receiving
|
||||||
|
|
||||||
|
* Add unit cost for inventory batches
|
||||||
|
|
||||||
|
|
||||||
0.6.2 (2017-07-10)
|
0.6.2 (2017-07-10)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.6.2'
|
__version__ = '0.6.3'
|
||||||
|
|
Loading…
Reference in a new issue