- 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.
19 lines
364 B
JSON
19 lines
364 B
JSON
{
|
|
"name": "test_module",
|
|
"version": "1.0.0",
|
|
"description": "Test modul for demo",
|
|
"author": "BMC Networks",
|
|
"enabled": false,
|
|
"dependencies": [],
|
|
"table_prefix": "test_module_",
|
|
"api_prefix": "/api/v1/test_module",
|
|
"tags": [
|
|
"Test Module"
|
|
],
|
|
"config": {
|
|
"safety_switches": {
|
|
"read_only": true,
|
|
"dry_run": true
|
|
}
|
|
}
|
|
} |