frappe / erpnext

Free and Open Source Enterprise Resource Planning (ERP)
https://erpnext.com
GNU General Public License v3.0
21.86k stars 7.33k forks source link

HR: Attendance #10475

Closed gulelat closed 4 years ago

gulelat commented 7 years ago

Is there a possibility to integrate ERPNext with Bio-metric attendance devices like fingerprint?

conelco commented 7 years ago

Interested to have same information about fingerprint issue

umairsy commented 7 years ago

Hello,

This feature is not available out-of-the-box currently in ERPNext. Since each Bio-metric software as it's own backend system and will need a connector. Do let us know if you would like to sponsor to integrate your current Bio-metric application with the ERPNext.

gulelat commented 7 years ago

Great and appreciate your response, yes we need and API or something else to integrate and make full to work with HR and finger print of some specific for employee automated attendance log pulling? you don't think so? if you have something to say about this things please I want to hear from you.

Gulelat Abebe SOEEC (Computer Science Eng.) Adama Science and Technology University Adama, Ethiopia Phone +251913357309

On Tue, Aug 22, 2017 at 10:31 AM, Umair Sayed notifications@github.com wrote:

Hello,

This feature is not available out-of-the-box currently in ERPNext. Since each Bio-metric software as it's own backend system and will need a connector. Do let us know if you would like to sponsor to integrate your current Bio-metric application with the ERPNext.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/frappe/erpnext/issues/10475#issuecomment-323943452, or mute the thread https://github.com/notifications/unsubscribe-auth/ANWYQlPPSwiLL9BysSPn5f6V1DkVzhJQks5saoPogaJpZM4O9S42 .

gulelat commented 7 years ago

Great and appreciate your response, yes we need and API or something else to integrate and make full to work with HR and finger print of some specific for employee automated attendance log pulling? you don't think so? if you have something to say about this things please I want to hear from you.

Gulelat Abebe SOEEC (Computer Science Eng.) Adama Science and Technology University Adama, Ethiopia Phone +251913357309

On Mon, Aug 21, 2017 at 6:14 PM, conelco notifications@github.com wrote:

Interested to have same information about fingerprint issue

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/frappe/erpnext/issues/10475#issuecomment-323770931, or mute the thread https://github.com/notifications/unsubscribe-auth/ANWYQp0D08pMRXOUkgX80IBnlk_J5POgks5saZ7ggaJpZM4O9S42 .

philliy commented 5 years ago

xas

philliy commented 5 years ago

you dont need api you can use webhook in erpnext to integrate it add nessesery columns in ur database to ur doctypes and it will work any questions write me filimongebru@live.com

gulelat commented 5 years ago

thank you but how? little detail if give me please?


Gulelat Abebe SOEEC (Computer Science & Eng.) Adama Science and Technology University Adama, Ethiopia Phone +251913357309

On Thu, Dec 13, 2018 at 8:33 PM philliy notifications@github.com wrote:

you dont need api you can use webhook in erpnext to integrate it add nessesery columns in ur database to ur doctypes and it will work any questions write me filimongebru@live.com

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/frappe/erpnext/issues/10475#issuecomment-447054277, or mute the thread https://github.com/notifications/unsubscribe-auth/ANWYQlkPn6kthTIkfzcBSvOIvQ9Lworjks5u4o9sgaJpZM4O9S42 .

philliy commented 5 years ago

we have one application wich is called gize works in frappe frame work basically we cant share our code with u but we can help you how here is how you can do it

we use zk finger print attendance system in erpnext there is a doctype which is called webhook so the mashine uses tcpip to connect to the webhook so client id ip adress and port adress can be filled there using the api translator sdk you can call each column of your database to your attendance module in the hr .u also need to create some fields same with the zk used data stracture then you can fetch the data to your erpnext attendance report here is one example if you can understand the concept its pretty easy ... https://www.youtube.com/watch?v=hLFfDlFtDK4


From: Gulelat notifications@github.com Sent: Friday, December 14, 2018 5:31 AM To: frappe/erpnext Cc: philliy; Comment Subject: Re: [frappe/erpnext] HR: Attendance (#10475)

thank you but how? little detail if give me please?


Gulelat Abebe SOEEC (Computer Science & Eng.) Adama Science and Technology University Adama, Ethiopia Phone +251913357309

On Thu, Dec 13, 2018 at 8:33 PM philliy notifications@github.com wrote:

you dont need api you can use webhook in erpnext to integrate it add nessesery columns in ur database to ur doctypes and it will work any questions write me filimongebru@live.com

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/frappe/erpnext/issues/10475#issuecomment-447054277, or mute the thread https://github.com/notifications/unsubscribe-auth/ANWYQlkPn6kthTIkfzcBSvOIvQ9Lworjks5u4o9sgaJpZM4O9S42 .

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/frappe/erpnext/issues/10475#issuecomment-447218711, or mute the threadhttps://github.com/notifications/unsubscribe-auth/Ag14daVr_t9yJmkz4STReDhe4gdksLdSks5u4ze8gaJpZM4O9S42.

karthikeyan5 commented 4 years ago

This is now possible in V12...

Related Links:

  1. A Note on Biometric Integration in ERPNext
  2. ERPNext Auto Attendance Introduction
  3. Documentation for ERPNext Auto Attendance Settings in Shift Type
  4. Python Script to poll for biometric logs and push to ERPNext via API (Refer to repo’s readme for more info).