Bundle item has an option to not print in the bill.
Bills and Kots should print properly with bundles
This commit is contained in:
@ -5,10 +5,11 @@ description = "Point of Sale for a restaurant"
|
||||
authors = ["tanshu <git@tanshu.com>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
pydantic = {extras = ["dotenv"], version = "^1.9.1"}
|
||||
arq = "^0.23a1"
|
||||
aiohttp = "^3.8.1"
|
||||
python = "^3.14"
|
||||
pydantic = {extras = ["dotenv"], version = "^2.11.7"}
|
||||
pydantic-settings = "^2.12.0"
|
||||
arq = "^0.26.3"
|
||||
aiohttp = "^3.12.13"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
|
||||
Reference in New Issue
Block a user