Pular para o conteúdo
Odoo Menu
  • Entrar
  • Experimente grátis
  • Aplicativos
    Finanças
    • Financeiro
    • Faturamento
    • Despesas
    • Planilhas (BI)
    • Documentos
    • Assinar Documentos
    Vendas
    • CRM
    • Vendas
    • PDV Loja
    • PDV Restaurantes
    • Assinaturas
    • Locação
    Websites
    • Criador de Sites
    • e-Commerce
    • Blog
    • Fórum
    • Chat ao Vivo
    • e-Learning
    Cadeia de mantimentos
    • Inventário
    • Fabricação
    • PLM - Ciclo de Vida do Produto
    • Compras
    • Manutenção
    • Qualidade
    Recursos Humanos
    • Funcionários
    • Recrutamento
    • Folgas
    • Avaliações
    • Indicações
    • Frota
    Marketing
    • Redes Sociais
    • Marketing por E-mail
    • Marketing por SMS
    • Eventos
    • Automação de Marketing
    • Pesquisas
    Serviços
    • Projeto
    • Planilhas de Horas
    • Serviço de Campo
    • Central de Ajuda
    • Planejamento
    • Compromissos
    Produtividade
    • Mensagens
    • Aprovações
    • Internet das Coisas
    • VoIP
    • Conhecimento
    • WhatsApp
    Aplicativos de terceiros Odoo Studio Plataforma Odoo Cloud
  • Setores
    Varejo
    • Loja de livros
    • Loja de roupas
    • Loja de móveis
    • Mercearia
    • Loja de ferramentas
    • Loja de brinquedos
    Comida e hospitalidade
    • Bar e Pub
    • Restaurante
    • Fast Food
    • Hospedagem
    • Distribuidor de bebidas
    • Hotel
    Imóveis
    • Imobiliária
    • Escritório de arquitetura
    • Construção
    • Administração de propriedades
    • Jardinagem
    • Associação de proprietários de imóveis
    Consultoria
    • Escritório de Contabilidade
    • Parceiro Odoo
    • Agência de marketing
    • Escritório de advocacia
    • Aquisição de talentos
    • Auditoria e Certificação
    Fabricação
    • Têxtil
    • Metal
    • Móveis
    • Alimentação
    • Cervejaria
    • Presentes corporativos
    Saúde e Boa forma
    • Clube esportivo
    • Loja de óculos
    • Academia
    • Profissionais de bem-estar
    • Farmácia
    • Salão de cabeleireiro
    Comércio
    • Handyman
    • Hardware e Suporte de TI
    • Sistemas de energia solar
    • Sapataria
    • Serviços de limpeza
    • Serviços de climatização
    Outros
    • Organização sem fins lucrativos
    • Agência Ambiental
    • Aluguel de outdoors
    • Fotografia
    • Aluguel de bicicletas
    • Revendedor de software
    Navegar por todos os setores
  • Comunidade
    Aprenda
    • Tutoriais
    • Documentação
    • Certificações
    • Treinamento
    • Blog
    • Podcast
    Empodere a Educação
    • Programa de educação
    • Scale Up! Jogo de Negócios
    • Visite a Odoo
    Obtenha o Software
    • Baixar
    • Comparar edições
    • Releases
    Colaborar
    • Github
    • Fórum
    • Eventos
    • Traduções
    • Torne-se um parceiro
    • Serviços para parceiros
    • Cadastre seu escritório contábil
    Obtenha os serviços
    • Encontre um parceiro
    • Encontre um Contador
    • Conheça um consultor
    • Serviços de Implementação
    • Referências de Clientes
    • Suporte
    • Upgrades
    Github YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Faça uma demonstração
  • Preços
  • Ajuda

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Financeiro
  • Inventário
  • PoS
  • Projeto
  • MRP
All apps
É necessário estar registrado para interagir com a comunidade.
Todas as publicações Pessoas Emblemas
Marcadores (Ver tudo)
odoo accounting v14 pos v15
Sobre este fórum
É necessário estar registrado para interagir com a comunidade.
Todas as publicações Pessoas Emblemas
Marcadores (Ver tudo)
odoo accounting v14 pos v15
Sobre este fórum
Ajuda

fingerprint integrate with attendance

Inscrever

Seja notificado quando houver atividade nesta publicação

Esta pergunta foi sinalizada
integrationattendanceopenerp7fingerprint
8 Respostas
20989 Visualizações
Avatar
Mohammad M Omar

i have "zksoftware F18" fingerprint machine, and i wont to integrate it with attendance module on OpenERP 7, how can i do that?

0
Avatar
Cancelar
Avatar
Anas Taji
Melhor resposta

Have a look at this Github Repo.

Seems Promising, and we intend to test it with the same device model in the next few days (but with v8).

1
Avatar
Cancelar
Avatar
Omar OUHARI
Melhor resposta

Hi AlSayedGamal,

I am testing this library and it presents some bugs.

Can you tell me how can I add a user with cardnumber throught code python please.

Thank you.

0
Avatar
Cancelar
Avatar
Yazhini
Melhor resposta

We can integrate the biometric attendance machine with the Odoo/OpenERP application without any software support in windows/linux , watch www.youtube.com/watch?v=RQ6W3S3bV5o? . It Supports some of the ZkTeco biometric machines, essl biometric machines along with all the biometric machines listed http://camsunit.com/product/home.html


0
Avatar
Cancelar
Avatar
AlSayedGamal
Melhor resposta

I don't know an addon that does that out of the box but you can do you own addon.

You can connect to the ZK attendance machine using this library here:
https://pypi.python.org/pypi/zklib/0.1.0

0
Avatar
Cancelar
Nisthulan

Hello Gamal, Thanks a lot for the ZKLib work, Can you tell me, how to get the realtime events from the ZK machine ? With your lib, I could connect to the machine and get its properties like - version and all, Can you tell me, how to get the real time events ?

OdooBot

I don't  know. I only use:
zk = zklib.Zklib(ip,port)
attendance = zk.getAttendance()

On Aug 18, 2015 6:30 AM, "Nisthulan" <nisthulan-alphaemirates-net@mail.odoo.com> wrote:

Hello Gamal, Thanks a lot for the ZKLib work, Can you tell me, how to get the realtime events from the ZK machine ? With your lib, I could connect to the machine and get its properties like - version and all, Can you tell me, how to get the real time events ?

--
Nisthulan
Sent by Odoo S.A. using Odoo access your messages
Nisthulan

Hello Gamal, Its to read the attendances so far recorded in the device, right ? We need to read the real-time events from the device. Any contact with the guy behind https://github.com/dnaextrim/python_zklib ?

OdooBot

No, I don't have any contacts to him.

On Aug 18, 2015 9:36 AM, "Nisthulan" <nisthulan-alphaemirates-net@mail.odoo.com> wrote:

Hello Gamal, Its to read the attendances so far recorded in the device, right ? We need to read the real-time events from the device. Any contact with the guy behind https://github.com/dnaextrim/python_zklib ?

--
Nisthulan
Sent by Odoo S.A. using Odoo access your messages
Está gostando da discussão? Não fique apenas lendo, participe!

Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!

Inscreva-se
Publicações relacionadas Respostas Visualizações Atividade
Fingerprint machine for attendance control Resolvido
attendance fingerprint
Avatar
Avatar
Avatar
Avatar
Avatar
4
mai. 23
6594
fingerprint scanner conncetion with odoo9
attendance fingerprint
Avatar
Avatar
Avatar
Avatar
Avatar
8
jul. 18
7849
how to integration attendance to payroll? Resolvido
integration payroll attendance
Avatar
Avatar
1
mai. 23
4565
How step by step integration openerp 7 with google docs? Resolvido
google integration openerp7
Avatar
Avatar
Avatar
Avatar
4
dez. 19
11213
Ebay-Openerp 7 multiple account integration
integration openerp7 ebay
Avatar
Avatar
1
jul. 18
5931
Comunidade
  • Tutoriais
  • Documentação
  • Fórum
Open Source
  • Baixar
  • Github
  • Runbot
  • Traduções
Serviços
  • Odoo.sh Hosting
  • Suporte
  • Upgrade
  • Desenvolvimentos personalizados
  • Educação
  • Encontre um Contador
  • Encontre um parceiro
  • Torne-se um parceiro
Sobre nós
  • Nossa empresa
  • Ativos da marca
  • Contato
  • Empregos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Legal • Privacidade
  • Segurança
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo é um conjunto de aplicativos de negócios em código aberto que cobre todas as necessidades de sua empresa: CRM, comércio eletrônico, contabilidade, estoque, ponto de venda, gerenciamento de projetos, etc.

A proposta de valor exclusiva Odoo é ser, ao mesmo tempo, muito fácil de usar e totalmente integrado.

Site feito com

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now