Se agregaron datos del ticker 2025-08-046

This commit is contained in:
2025-08-20 09:15:59 -06:00
parent 2bc70fc3c2
commit 3e498c57ad
7 changed files with 889 additions and 395 deletions

View File

@@ -24,16 +24,35 @@ const API_URL = import.meta.env.VITE_EFC_API_URL;
// Obtiene la lista de documentos (pedimentos)
export interface PedimentosFilters {
search?: string;
id?: string;
documentos_count?: number;
documentos_peso_total?: number;
pedimento?: string;
existe_expediente?: string | boolean;
alerta?: string | boolean;
contribuyente?: string;
curp_apoderado?: string;
fecha_pago?: string;
pedimento_app?: string;
patente?: string;
aduana?: string;
tipo_operacion?: string;
regimen?: string;
clave_pedimento?: string;
fecha_inicio?: string;
fecha_fin?: string;
fecha_pago?: string;
alerta?: string | boolean;
agente_aduanal?: string;
curp_apoderado?: string;
importe_total?: string;
saldo_disponible?: string;
importe_pedimento?: string;
existe_expediente?: string | boolean;
remesas?: string | boolean;
numero_partidas?: number;
numero_operacion?: string;
created_at?: string;
updated_at?: string;
organizacion?: string;
tipo_operacion?: string | number;
contribuyente?: string;
numero_edocs?: number;
numero_coves?: number;
}
export async function fetchDocuments(