- Updated billing frontend views to use Jinja2 templates for rendering HTML pages. - Added support for displaying supplier invoices, template builder, and templates list with titles. - Introduced a new configuration setting for company CVR number. - Enhanced OllamaService to support credit notes in invoice extraction, including detailed JSON output format. - Improved PDF text extraction using pdfplumber for better layout handling. - Added a modal for editing vendor details with comprehensive fields and validation. - Implemented invoice loading and display functionality in vendor detail view. - Updated vendor management to remove priority handling and improve error messaging. - Added tests for AI analyze endpoint and CVR filtering to ensure correct behavior. - Created migration script to support credit notes in the database schema.
18 lines
309 B
Plaintext
18 lines
309 B
Plaintext
fastapi==0.115.0
|
|
uvicorn[standard]==0.32.1
|
|
psycopg2-binary==2.9.10
|
|
pydantic==2.10.3
|
|
pydantic-settings==2.6.1
|
|
python-dotenv==1.0.1
|
|
python-multipart==0.0.17
|
|
jinja2==3.1.4
|
|
pyjwt==2.9.0
|
|
aiohttp==3.10.10
|
|
|
|
# AI & Document Processing
|
|
httpx==0.27.2
|
|
PyPDF2==3.0.1
|
|
pdfplumber==0.11.4
|
|
pytesseract==0.3.13
|
|
Pillow==11.0.0
|