- Added FastAPI views for supplier invoices in the billing frontend. - Created EconomicService for handling e-conomic API interactions, including safety modes for read-only and dry-run operations. - Developed database migration for supplier invoices, including tables for invoices, line items, and settings. - Documented kassekladde module features, architecture, API endpoints, and usage guide in KASSEKLADDE.md. - Implemented views for overdue invoices and pending e-conomic sync.
17 lines
290 B
Plaintext
17 lines
290 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
|
|
pytesseract==0.3.13
|
|
Pillow==11.0.0
|