bmc_hub/app/core
Christian 6320809f17 feat: Add subscriptions and products management
- Implemented frontend views for products and subscriptions using FastAPI and Jinja2 templates.
- Created API endpoints for managing subscriptions, including creation, listing, and status updates.
- Added HTML templates for displaying active subscriptions and their statistics.
- Established database migrations for sag_subscriptions, sag_subscription_items, and products, including necessary indexes and triggers for automatic subscription number generation.
- Introduced product price history tracking to monitor changes in product pricing.
2026-02-08 12:42:19 +01:00
..
__init__.py Initial BMC Hub setup 2025-12-05 14:22:39 +01:00
auth_dependencies.py feat(sag): Add Varekøb & Salg module with database migration and frontend template 2026-02-02 20:23:56 +01:00
auth_service.py feat: Implement fixed-price agreements frontend views and related templates 2026-02-08 01:45:00 +01:00
config.py feat: Add subscriptions and products management 2026-02-08 12:42:19 +01:00
crypto.py feat(sag): Add Varekøb & Salg module with database migration and frontend template 2026-02-02 20:23:56 +01:00
database.py feat(sag): Add Varekøb & Salg module with database migration and frontend template 2026-02-02 20:23:56 +01:00
module_loader.py feat: Add subscriptions lock feature to customers 2025-12-13 12:06:28 +01:00