Update changelog
This commit is contained in:
parent
ccdf821583
commit
d03de66b64
36
CHANGES.rst
36
CHANGES.rst
|
@ -2,8 +2,42 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.7.11 (2018-05-25)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Add ``Form.__contains__()`` method.
|
||||||
|
|
||||||
|
* Improve default behavior for receiving a purchase batch.
|
||||||
|
|
||||||
|
* Fix label profile type field when editing label batch row.
|
||||||
|
|
||||||
|
* Allow lookup of inventory item by alternate code.
|
||||||
|
|
||||||
|
* Fix rowcount bug when first row added via ordering worksheet.
|
||||||
|
|
||||||
|
* Add "most of" support for truck dump receiving.
|
||||||
|
|
||||||
|
* Add docs for ``MasterView.help_url`` and ``get_help_url()``.
|
||||||
|
|
||||||
|
* Add "Receive 1 CS" button for better efficiency in mobile receiving.
|
||||||
|
|
||||||
|
* Add category name filter for products grid.
|
||||||
|
|
||||||
|
* Increase allowed width for form labels.
|
||||||
|
|
||||||
|
* Add ``allow_zero_all`` flag for inventory batch master.
|
||||||
|
|
||||||
|
* Add buttons to toggle batch 'complete' flag when viewing batch.
|
||||||
|
|
||||||
|
* Hide "create new row" link for batches which are marked complete.
|
||||||
|
|
||||||
|
* Add way to prevent "case" entries for inventory adjustment batch.
|
||||||
|
|
||||||
|
* Add ``MasterView.use_byte_string_filters`` flag for encoding search values.
|
||||||
|
|
||||||
|
|
||||||
0.7.10 (2018-05-02)
|
0.7.10 (2018-05-02)
|
||||||
------------------
|
-------------------
|
||||||
|
|
||||||
* Add sort/filter for department name, for Categories grid.
|
* Add sort/filter for department name, for Categories grid.
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.7.10'
|
__version__ = '0.7.11'
|
||||||
|
|
Loading…
Reference in a new issue