Changeset 9589606 in tailbone
- Timestamp:
- 07/25/2022 11:42:46 AM (6 months ago)
- Branches:
- master
- Children:
- 92a5213
- Parents:
- ad7b347
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGES.rst
rad7b347 r9589606 2 2 CHANGELOG 3 3 ========= 4 5 0.8.236 (2022-07-25) 6 -------------------- 7 8 * Add setting to expose/hide "active in POS" customer flag. 9 10 * Allow optional row grid title for master view. 11 12 * Add basic/minimal merge support for customers. 13 14 * Assume default vendor for new receiving batch. 15 16 * Add basic edit support for Purchases. 17 18 * Add ``iter(Form)`` logic, to loop through fields. 19 20 * Add "auto-receive all items" support for receiving batch API. 21 4 22 5 23 0.8.235 (2022-07-22) -
tailbone/_version.py
rad7b347 r9589606 1 1 # -*- coding: utf-8; -*- 2 2 3 __version__ = '0.8.23 5'3 __version__ = '0.8.236'
Note: See TracChangeset
for help on using the changeset viewer.