bmc_hub/app/modules/invoice_error_finder/module.json
Christian 128a2b83d0 feat(invoice_error_finder): add invoice error finder module
- Detect missing invoice lines, open orders not invoiced, quantity drops, price changes
- Import e-conomic invoices and Simply CRM sales orders
- Dashboard and issues UI with sag/ordre-draft actions
- Scheduled daily sync job at 05:00
- Add invoice_error_finder permissions
2026-07-10 07:08:49 +02:00

18 lines
560 B
JSON

{
"name": "invoice_error_finder",
"version": "1.0.0",
"description": "Faktura-fejl-finder: sammenligner fakturaer fra e-conomic med abonnementer og salgsordrer fra Simply CRM for at finde manglende eller ændrede fakturalinjer.",
"author": "BMC Networks",
"enabled": true,
"dependencies": ["sag"],
"table_prefix": "invoice_error_finder_",
"api_prefix": "/api/v1/invoice-error-finder",
"tags": ["Invoice Error Finder", "Faktura", "Økonomi"],
"config": {
"safety_switches": {
"read_only": false,
"dry_run": false
}
}
}