Update changelog

This commit is contained in:
Lance Edgar 2018-05-25 13:23:36 -05:00
parent ccdf821583
commit d03de66b64
2 changed files with 36 additions and 2 deletions

View file

@ -2,8 +2,42 @@
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)
------------------
-------------------
* Add sort/filter for department name, for Categories grid.

View file

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