Update changelog
This commit is contained in:
parent
cf90ca5704
commit
dbeed929fc
|
@ -5,6 +5,15 @@ All notable changes to rattail-corepos will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [0.1.37] - 2023-10-07
|
||||||
|
### Changed
|
||||||
|
- Add custom POS batch handler, to push transactions to CORE.
|
||||||
|
- Add tender importer from CORE; apply tender in CORE POS batch.
|
||||||
|
- Add employee importer for CORE -> Rattail, and CORE cashier auth handler.
|
||||||
|
- Improve the `core-office anonymize` command somewhat.
|
||||||
|
- Rename config section to `[corepos.db.office_arch]`.
|
||||||
|
- Add importer for tax rates from CORE.
|
||||||
|
|
||||||
## [0.1.36] - 2023-09-19
|
## [0.1.36] - 2023-09-19
|
||||||
### Changed
|
### Changed
|
||||||
- Do not raise error if CORE equity payment not found in rattail.
|
- Do not raise error if CORE equity payment not found in rattail.
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.1.36'
|
__version__ = '0.1.37'
|
||||||
|
|
Loading…
Reference in a new issue