KI-AGENT: E-Rechnungen in der Belegvorbereitung verarbeiten
This commit is contained in:
@@ -40,6 +40,11 @@ export const incominginvoices = pgTable("incominginvoices", {
|
||||
|
||||
paymentType: text("paymentType"),
|
||||
|
||||
preparationSource: text("preparation_source"),
|
||||
eInvoiceSyntax: text("e_invoice_syntax"),
|
||||
eInvoiceProfile: text("e_invoice_profile"),
|
||||
eInvoiceValidation: jsonb("e_invoice_validation"),
|
||||
|
||||
accounts: jsonb("accounts").notNull().default([
|
||||
{
|
||||
account: null,
|
||||
|
||||
Reference in New Issue
Block a user