bmc_hub/scripts
Christian 38fa3b6c0a feat: Add subscriptions lock feature to customers
- Added a new column `subscriptions_locked` to the `customers` table to manage subscription access.
- Implemented a script to create new modules from a template, including updates to various files (module.json, README.md, router.py, views.py, and migration SQL).
- Developed a script to import BMC Office subscriptions from an Excel file into the database, including error handling and statistics reporting.
- Created a script to lookup and update missing CVR numbers using the CVR.dk API.
- Implemented a script to relink Hub customers to e-conomic customer numbers based on name matching.
- Developed scripts to sync CVR numbers from Simply-CRM and vTiger to the local customers database.
2025-12-13 12:06:28 +01:00
..
backfill_quick_analysis.py feat: Implement quick analysis on PDF upload for CVR, document type, and number extraction 2025-12-09 14:54:33 +01:00
create_module.py feat: Add subscriptions lock feature to customers 2025-12-13 12:06:28 +01:00
import_bmc_office_subscriptions.py feat: Add subscriptions lock feature to customers 2025-12-13 12:06:28 +01:00
import_from_omnisync.py Add Material Blue design templates for dashboard and customer overview pages 2025-12-06 02:22:01 +01:00
import_sample_data.py Add Material Blue design templates for dashboard and customer overview pages 2025-12-06 02:22:01 +01:00
import_vendors_from_omnisync.py feat: Implement Vendors API and Frontend 2025-12-06 11:04:19 +01:00
lookup_missing_cvr.py feat: Add subscriptions lock feature to customers 2025-12-13 12:06:28 +01:00
relink_economic_customers.py feat: Add subscriptions lock feature to customers 2025-12-13 12:06:28 +01:00
sync_cvr_from_simplycrm.py feat: Add subscriptions lock feature to customers 2025-12-13 12:06:28 +01:00
sync_cvr_from_vtiger.py feat: Add subscriptions lock feature to customers 2025-12-13 12:06:28 +01:00