Skip to content

Commit

Permalink
quicktill 23.15
Browse files Browse the repository at this point in the history
  • Loading branch information
sde1000 committed Feb 12, 2025
1 parent 9d0ae3c commit 2ce7090
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
44 changes: 44 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,47 @@
quicktill (23.15) stable; urgency=low

* New release 23.15

* Shortcut when Cash/Enter is pressed on an open zero-balance transaction

* Break startup code into "common" and "application-specific" parts

* Move the "totals" subcommand from till.py to dbutils.py

* Restrict the code path that can remove completed payments

* Deal with another warning from sqlalchemy-2.0

* Update checkdb subcommand to work with sqlalchemy-2.0

* Remove unnecessary explicit commits to the database

* Update required versions of sqlalchemy and psycopg2

* Set SQLALCHEMY_WARN_20=1 when running CI tests

* Deal with creating a duplicate stock type through the web interface

* Format chained methods more consistently in model

* Stop using deprecated Unit.item_name_plural

* Use engine and session in future=True mode in till client

* sqlalchemy-2.0: don't bind engine to the metadata

* Remove use of negative slice index in ORM query

* sqlalchemy-2.0 updates to models test suite

* Update for sqlalchemy-2.0

* Use an explicit transaction when registering listeners

* declarative_base and declared_attr have moved

-- Stephen Early <[email protected]> Wed, 12 Feb 2025 14:32:59 +0000

quicktill (23.14) stable; urgency=low

* New release 23.14
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = quicktill
version = 23.14
version = 23.15
description = Quick till and stock control library
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 2ce7090

Please sign in to comment.