2025-12-05 14:42:18 +01:00
|
|
|
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
|
2026-01-27 07:14:40 +01:00
|
|
|
python-dateutil==2.8.2
|
2025-12-06 02:22:01 +01:00
|
|
|
jinja2==3.1.4
|
2025-12-17 21:03:36 +01:00
|
|
|
aiohttp==3.10.10
|
feat(sag): Add Varekøb & Salg module with database migration and frontend template
- Created a new SQL migration for the sag_salgsvarer table to manage sales and purchase items.
- Implemented a new HTML template for the Varekøb & Salg module, including summary cards and tables for sales and purchases.
- Added JavaScript functions for loading and rendering order data dynamically.
- Introduced a new backend search module for customers, contacts, hardware, and locations with autocomplete functionality.
- Developed an email templates API for managing system and customer-specific email templates.
- Created multiple migrations for Nextcloud instances, cache, audit logs, email templates, sag comments, hardware locations, and billing methods.
- Enhanced the sag module with solutions, order lines, work types, and 2FA support for user authentication.
2026-02-02 20:23:56 +01:00
|
|
|
cryptography==42.0.8
|
2025-12-22 11:01:30 +01:00
|
|
|
msal==1.31.1
|
2026-01-02 01:48:55 +01:00
|
|
|
paramiko==3.4.1
|
2026-01-02 02:28:33 +01:00
|
|
|
apscheduler==3.10.4
|
2026-01-06 08:39:23 +01:00
|
|
|
pandas==2.2.3
|
2026-01-06 08:21:54 +01:00
|
|
|
openpyxl==3.1.2
|
2026-01-06 15:11:28 +01:00
|
|
|
extract-msg==0.55.0
|
2026-01-07 10:32:41 +01:00
|
|
|
pdfplumber==0.11.4
|
feat(sag): Add Varekøb & Salg module with database migration and frontend template
- Created a new SQL migration for the sag_salgsvarer table to manage sales and purchase items.
- Implemented a new HTML template for the Varekøb & Salg module, including summary cards and tables for sales and purchases.
- Added JavaScript functions for loading and rendering order data dynamically.
- Introduced a new backend search module for customers, contacts, hardware, and locations with autocomplete functionality.
- Developed an email templates API for managing system and customer-specific email templates.
- Created multiple migrations for Nextcloud instances, cache, audit logs, email templates, sag comments, hardware locations, and billing methods.
- Enhanced the sag module with solutions, order lines, work types, and 2FA support for user authentication.
2026-02-02 20:23:56 +01:00
|
|
|
passlib[bcrypt]==1.7.4
|
|
|
|
|
pyotp==2.9.0
|