Extract shared vision/document analysis logic into lib/ai (vision-client, document-analyzer, image preprocessing, validation helpers), simplifying invoice-analyzer, receipt-analyzer, and document classifier. Add migration 046 for journal entry reversal/correction link columns (reversed_by_id, reverses_id, correction_of_id) required by storno service. Update extension components and shared UI. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
20 lines
672 B
JSON
20 lines
672 B
JSON
{
|
|
"id": "calendar",
|
|
"sector": "general",
|
|
"exportName": "calendarExtension",
|
|
"entryPoint": "@/extensions/general/calendar",
|
|
"workspace": "@/components/extensions/general/CalendarWorkspace",
|
|
"requiredEnvVars": [],
|
|
"optionalEnvVars": [],
|
|
"npmDependencies": ["ics"],
|
|
"definition": {
|
|
"name": "Kalender",
|
|
"category": "operations",
|
|
"icon": "Calendar",
|
|
"dataPattern": "core",
|
|
"readsCoreTables": ["invoices", "deadlines", "customers"],
|
|
"description": "Fullständig kalendervy med månads-, vecko- och dagsvisning",
|
|
"longDescription": "Se alla fakturadatum och deadlines i en interaktiv kalender med månads-, vecko- och dagsvy."
|
|
}
|
|
}
|