feat: add AFIP Factura C issuance support to ArcaCredentials and update cash flow model

This commit is contained in:
2026-08-07 14:23:47 -03:00
parent a93681357f
commit ebd8096112
9 changed files with 1332 additions and 94 deletions
+1
View File
@@ -72,6 +72,7 @@ export type DeleteByClientAccountMovementParams = {
export interface ICashFlow {
id: string;
_id?: string;
companyId: string;
paymentId?: string;
clientId?: string;