bmc_hub/app/modules/_template/module.json
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

18 lines
365 B
JSON

{
"name": "template_module",
"version": "1.0.0",
"description": "Template for nye BMC Hub moduler",
"author": "BMC Networks",
"enabled": false,
"dependencies": [],
"table_prefix": "template_",
"api_prefix": "/api/v1/template",
"tags": ["Template"],
"config": {
"safety_switches": {
"read_only": true,
"dry_run": true
}
}
}