Onix ERP - Documentación Oficial - v0.0.0
    Preparing search index...
    interface IGetGestionTatRow {
        asesor: string;
        cartera_pendiente: number | null;
        celular: string;
        cliente: string;
        estadoExhibicion: string;
        fecha: string;
        fecha_actualizacion: string | null;
        fecha_creacion: string | null;
        gestion: string;
        hora_entrada: string | null;
        hora_salida: string | null;
        idCliente: number;
        idEstadoExhibicion: number | null;
        idGestionTat: number;
        idMotivoNoCompra: number | null;
        idProximaAccion: number | null;
        idTipoCliente: number;
        idTipoGestion: number;
        idTipoPago: number | null;
        idUsuario: number;
        idZona: number;
        inventario_cliente: string | null;
        material_pop: string | null;
        motivo_no_compra?: string | null;
        motivoNoCompra: string | null;
        observaciones: string | null;
        productos_agotados: string | null;
        proxima_accion: string | null;
        proximaVisita: string | null;
        tipo_pago: number | null;
        tipoCliente: string;
        unidades_vendidas: number | null;
        valorRecaudo: number | null;
        valorVenta: number | null;
        zona: string;
    }
    Índice

    Properties

    asesor: string
    cartera_pendiente: number | null
    celular: string
    cliente: string
    estadoExhibicion: string
    fecha: string
    fecha_actualizacion: string | null
    fecha_creacion: string | null
    gestion: string
    hora_entrada: string | null
    hora_salida: string | null
    idCliente: number
    idEstadoExhibicion: number | null
    idGestionTat: number
    idMotivoNoCompra: number | null
    idProximaAccion: number | null
    idTipoCliente: number
    idTipoGestion: number
    idTipoPago: number | null
    idUsuario: number
    idZona: number
    inventario_cliente: string | null
    material_pop: string | null
    motivo_no_compra?: string | null
    motivoNoCompra: string | null
    observaciones: string | null
    productos_agotados: string | null
    proxima_accion: string | null
    proximaVisita: string | null
    tipo_pago: number | null
    tipoCliente: string
    unidades_vendidas: number | null
    valorRecaudo: number | null
    valorVenta: number | null
    zona: string