KI-AGENT: E-Rechnungen in der Belegvorbereitung verarbeiten

This commit is contained in:
2026-07-21 20:20:34 +02:00
parent 6c613857fa
commit 5e7a1f9aee
14 changed files with 708 additions and 79 deletions

View File

@@ -0,0 +1,5 @@
ALTER TABLE "incominginvoices"
ADD COLUMN IF NOT EXISTS "preparation_source" text,
ADD COLUMN IF NOT EXISTS "e_invoice_syntax" text,
ADD COLUMN IF NOT EXISTS "e_invoice_profile" text,
ADD COLUMN IF NOT EXISTS "e_invoice_validation" jsonb;

View File

@@ -379,6 +379,13 @@
"when": 1784548800000,
"tag": "0056_auth_refresh_tokens",
"breakpoints": true
},
{
"idx": 54,
"version": "7",
"when": 1784635200000,
"tag": "0057_incoming_invoice_einvoice_metadata",
"breakpoints": true
}
]
}