Zum Inhalt springen
Odoo Menü
  • Anmelden
  • Jetzt gratis testen
  • Apps
    Finanzen
    • Buchhaltung
    • Rechnungsstellung
    • Spesenabrechnung
    • Tabellenkalkulation (BI)
    • Dokumente
    • E-Signatur
    Vertrieb
    • CRM
    • Vertrieb
    • Kassensystem – Shop
    • Kassensystem – Restaurant
    • Abonnements
    • Vermietung
    Websites
    • Website-Builder
    • E-Commerce
    • Blog
    • Forum
    • Livechat
    • E-Learning
    Lieferkette
    • Lager
    • Fertigung
    • PLM
    • Einkauf
    • Wartung
    • Qualität
    Personalwesen
    • Mitarbeiter
    • Personalbeschaffung
    • Abwesenheiten
    • Mitarbeiterbeurteilung
    • Personalempfehlungen
    • Fuhrpark
    Marketing
    • Social Marketing
    • E-Mail-Marketing
    • SMS-Marketing
    • Veranstaltungen
    • Marketing-Automatisierung
    • Umfragen
    Dienstleistungen
    • Projekte
    • Zeiterfassung
    • Außendienst
    • Kundendienst
    • Planung
    • Termine
    Produktivität
    • Dialog
    • Genehmigungen
    • IoT
    • VoIP
    • Wissensdatenbank
    • WhatsApp
    Apps von Drittanbietern Odoo Studio Odoo Cloud-Plattform
  • Branchen
    Einzelhandel
    • Buchladen
    • Kleidergeschäft
    • Möbelhaus
    • Lebensmittelgeschäft
    • Baumarkt
    • Spielwarengeschäft
    Essen & Gastgewerbe
    • Bar und Kneipe
    • Restaurant
    • Fast Food
    • Gästehaus
    • Getränkehändler
    • Hotel
    Immobilien
    • Immobilienagentur
    • Architekturbüro
    • Baugewerbe
    • Immobilienverwaltung
    • Gartenarbeit
    • Eigentümervereinigung
    Beratung
    • Buchhaltungsfirma
    • Odoo-Partner
    • Marketingagentur
    • Anwaltskanzlei
    • Talentakquise
    • Prüfung & Zertifizierung
    Fertigung
    • Textil
    • Metall
    • Möbel
    • Speisen
    • Brauerei
    • Firmengeschenke
    Gesundheit & Fitness
    • Sportklub
    • Brillengeschäft
    • Fitnessstudio
    • Therapeut
    • Apotheke
    • Friseursalon
    Handel
    • Handyman
    • IT-Hardware & -Support
    • Solarenergiesysteme
    • Schuster
    • Reinigungsdienstleistungen
    • HLK-Dienstleistungen
    Sonstiges
    • Gemeinnützige Organisation
    • Umweltschutzagentur
    • Plakatwandvermietung
    • Fotostudio
    • Fahrrad-Leasing
    • Software-Händler
    Alle Branchen ansehen
  • Community
    Lernen
    • Tutorials
    • Dokumentation
    • Zertifizierungen
    • Schulung
    • Blog
    • Podcast
    Bildung fördern
    • Bildungsprogramm
    • Scale-Up! Planspiel
    • Odoo besuchen
    Software anfragen
    • Herunterladen
    • Editionen vergleichen
    • Releases
    Zusammenarbeiten
    • Github
    • Forum
    • Veranstaltungen
    • Übersetzungen
    • Partner werden
    • Dienstleistungen für Partner
    • Buchhaltungsfirma registrieren
    Services anfragen
    • Partner finden
    • Buchhalter finden
    • Einen Experten treffen
    • Implementierungsservices
    • Kundenreferenzen
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Eine Demo erhalten
  • Preiskalkulation
  • Hilfe

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

  • CRM
  • e-Commerce
  • Buchhaltung
  • Lager
  • PoS
  • Projekte
  • MRP
All apps
Sie müssen registriert sein, um mit der Community zu interagieren.
Alle Beiträge Personen Abzeichen
Stichwörter (Alle anzeigen)
odoo accounting v14 pos v15
Über dieses Forum
Sie müssen registriert sein, um mit der Community zu interagieren.
Alle Beiträge Personen Abzeichen
Stichwörter (Alle anzeigen)
odoo accounting v14 pos v15
Über dieses Forum
Hilfe

fingerprint integrate with attendance

Abonnieren

Erhalten Sie eine Benachrichtigung, wenn es eine Aktivität zu diesem Beitrag gibt

Diese Frage wurde gekennzeichnet
integrationattendanceopenerp7fingerprint
8 Antworten
21015 Ansichten
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
Verwerfen
Avatar
Anas Taji
Beste Antwort

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
Verwerfen
Avatar
Omar OUHARI
Beste Antwort

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
Verwerfen
Avatar
Yazhini
Beste Antwort

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
Verwerfen
Avatar
AlSayedGamal
Beste Antwort

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
Verwerfen
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
Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!

Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!

Registrieren
Verknüpfte Beiträge Antworten Ansichten Aktivität
Fingerprint machine for attendance control Gelöst
attendance fingerprint
Avatar
Avatar
Avatar
Avatar
Avatar
4
Mai 23
6613
fingerprint scanner conncetion with odoo9
attendance fingerprint
Avatar
Avatar
Avatar
Avatar
Avatar
8
Juli 18
7872
how to integration attendance to payroll? Gelöst
integration payroll attendance
Avatar
Avatar
1
Mai 23
4576
How step by step integration openerp 7 with google docs? Gelöst
google integration openerp7
Avatar
Avatar
Avatar
Avatar
4
Dez. 19
11219
Ebay-Openerp 7 multiple account integration
integration openerp7 ebay
Avatar
Avatar
1
Juli 18
5938
Community
  • Tutorials
  • Dokumentation
  • Forum
Open Source
  • Herunterladen
  • Github
  • Runbot
  • Übersetzungen
Dienstleistungen
  • Odoo.sh-Hosting
  • Support
  • Upgrade
  • Individuelle Entwicklungen
  • Bildung
  • Buchhalter finden
  • Partner finden
  • Partner werden
Über uns
  • Unsere Firma
  • Markenwerte
  • Kontakt
  • Karriere
  • Veranstaltungen
  • Podcast
  • Blog
  • Kunden
  • Rechtliches • Datenschutz
  • Sicherheit
الْعَرَبيّة 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 ist eine Suite von Open-Source-Betriebsanwendungen, die alle Bedürfnisse Ihres Unternehmens abdecken: CRM, E-Commerce, Buchhaltung, Lager, Kassensystem, Projektmanagement etc.

Das einzigartige Wertversprechen von Odoo ist, dass es gleichzeitig sehr einfach zu bedienen und voll integriert ist.

Website made with

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