Add invoice model with metadata and tags; update search and templates for invoice handling

Progress #44
This commit is contained in:
Edgar P. Burkhart 2025-01-05 16:01:26 +01:00
parent 608da4be55
commit c153000d3d
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
8 changed files with 87 additions and 9 deletions

View file

@ -11,6 +11,7 @@ depends=(
"python-toml"
"python-psycopg"
"python-dateutil"
"python-pypdf"
)
makedepends=("git")
optdepends=("postgresql: database")