🚀 Elite Accountant Hub: Foundation & Trojan Horse deployment

This commit is contained in:
Hamza-Ayed
2026-04-22 01:05:25 +03:00
parent 2e2d76c0a8
commit 444097814d
23 changed files with 796 additions and 88 deletions

View File

@@ -113,6 +113,9 @@ export class Invoice {
@Column({ type: 'jsonb', nullable: true })
validation_errors?: string[];
@Column({ type: 'text', nullable: true })
qr_code?: string;
@Column({ type: 'decimal', precision: 4, scale: 3, nullable: true })
ai_confidence_score?: number;