Hi Moises, I have done finger print integration for a company in Nairobi, Kenya. The company uses Finger Tec.
I didn't find any function in OpenERP to do it, so I developed the integration from scratch. Basically Finger Tec outputs its data in DBase. I downloaded a visual foxpro ODBC driver to connect to DBase. Then I used pyodbc to pull data (filtering by date) into OpenERP (I created a model in OpenERP to hold the finger print data). With data from Finger Tec I then populate hr.attendance model in OpenERP. After testing the integration, I created a scheduler to be calling the function at regular intervals. I hope this helps. Thanks. Mugoma, Yengas. [email protected] wrote: > Dear Friends, > Please help me for how to collect the data from Finger print reader or card > reader. Any buddy implement this kind of system with open ERP. If any buddy > implement it so i want to know that which company's finger print reader or > card reader support open ERP. If there is any function in python so please > guide me. I am waiting for any reply. > ------------------------ > Merci > Moises Lopez > -------------------- m2f -------------------- > -- > http://www.openobject.com/forum/viewtopic.php?p=32746#32746 > -------------------- m2f -------------------- > _______________________________________________ > Tinyerp-users mailing list > http://tiny.be/mailman/listinfo/tinyerp-users _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
