Bundle item has an option to not print in the bill.

Bills and Kots should print properly with bundles
This commit is contained in:
2026-02-10 18:00:03 +00:00
parent 7382d487ac
commit 91b3740ec0
36 changed files with 290 additions and 141 deletions

View File

@ -1,5 +1,5 @@
from dotenv import load_dotenv
from pydantic import BaseSettings
from pydantic_settings import BaseSettings
class Settings(BaseSettings):