- 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
18 lines
560 B
JSON
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
|
|
}
|
|
}
|
|
}
|