bmc_hub/app/modules/internet_connections/module.json
Christian 3311b8e590 Add comprehensive tests for internet connections module, invoice parsing, and subscription provisioning
- Implement tests for the internet connections module, covering routes, IP range creation, and connection validation.
- Add tests for the Invoice2DataService to validate extraction from GlobalConnect invoices.
- Create tests for subscription network provisioning, ensuring proper handling of network items and IP allocations.
- Include validation checks for subtotal mismatches and ensure error handling for missing IP selections.
2026-07-09 23:44:30 +02:00

12 lines
347 B
JSON

{
"name": "internet_connections",
"version": "0.1.0",
"description": "Modul til administration af internetforbindelser, IP-adresser og priser",
"author": "BMC Networks",
"enabled": true,
"dependencies": [],
"table_prefix": "internet_connections_",
"api_prefix": "/api/v1/internet-connections",
"tags": ["Internetforbindelser"]
}