I am using Project fedena <http://projectfedena.org/> for School Management software a ROR application. i want to attach a biometric device for students & employee attendance , any one can suggest me how i can do it. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/8PCW-0MLTFoJ. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On May 31, 2012, at 6:47 AM, ashutosh verma wrote:> I am using Project fedena for School Management software a ROR application. i want to attach a biometric device for students & employee attendance , any one can suggest me how i can do it. >What sort of biometric device is this? I haven''t worked with any of those, but I have worked with bar-code scanners, and the way they work is that they basically emulate a keyboard typing really quickly. You click or tab into the text field that the bar-code belongs in, and pull the trigger, and the code is inserted in the text field. Maybe that''s a starting point for you to investigate. Walter -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 31 May 2012 14:18, Walter Lee Davis <waltd-HQgmohHLjDZWk0Htik3J/w@public.gmane.org> wrote:> > On May 31, 2012, at 6:47 AM, ashutosh verma wrote: > >> I am using Project fedena for School Management software a ROR application. i want to attach a biometric device for students & employee attendance , any one can suggest me how i can do it. >> > > What sort of biometric device is this? I haven''t worked with any of those, but I have worked with bar-code scanners, and the way they work is that they basically emulate a keyboard typing really quickly. You click or tab into the text field that the bar-code belongs in, and pull the trigger, and the code is inserted in the text field.Assuming that you want the device connected to the client PC (rather than the server) then you could have a problem accessing it from the browser. Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Assuming that you want to use it within the browser, I''m afraid you have to create another program for that. I''ve seen people create a Java Applet to access external devices from the browser. That I known it will work. But assuming you just want to integrate biometrics data monitoring and visualization, I believe that the best way is to create a diferent desktop/embedded application just to communicate with the server and register the data. 2012/5/31 Colin Law <clanlaw-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>> On 31 May 2012 14:18, Walter Lee Davis <waltd-HQgmohHLjDZWk0Htik3J/w@public.gmane.org> wrote: > > > > On May 31, 2012, at 6:47 AM, ashutosh verma wrote: > > > >> I am using Project fedena for School Management software a ROR > application. i want to attach a biometric device for students & employee > attendance , any one can suggest me how i can do it. > >> > > > > What sort of biometric device is this? I haven''t worked with any of > those, but I have worked with bar-code scanners, and the way they work is > that they basically emulate a keyboard typing really quickly. You click or > tab into the text field that the bar-code belongs in, and pull the trigger, > and the code is inserted in the text field. > > Assuming that you want the device connected to the client PC (rather > than the server) then you could have a problem accessing it from the > browser. > > Colin > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- Pedro Henrique de Souza Medeiros ---------------------------------- Cel: +55 (61) 9197-0993 Email: pedrosnk-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Beautiful is better than ugly, Explicit is better than implicit, Simple is better than complex, Complex is better than complicated. The Zen of Python, by Tim Peters -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
ashutosh verma wrote in post #1062681:> I am using Project fedena <http://projectfedena.org/> for School > Management > software a ROR application. i want to attach a biometric device for > students & employee attendance , any one can suggest me how i can do it.You can use a keyboard wedge application called BioWedge with a Morpho MSO300 scanner. This assumes you are running on Windows. The web site is www.BioMetricSolution.com. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
i have implemented biometric device to project fedena but i have used a small app which will collect the punch-in from device and will push to the server. Yes you can attach biometric device for student and employee attendance. but for students it will be bit risky because the count of students will be more. On Mon, Jun 4, 2012 at 8:24 PM, Richard Campbell <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org>wrote:> ashutosh verma wrote in post #1062681: > > I am using Project fedena <http://projectfedena.org/> for School > > Management > > software a ROR application. i want to attach a biometric device for > > students & employee attendance , any one can suggest me how i can do it. > > You can use a keyboard wedge application called BioWedge with a Morpho > MSO300 scanner. This assumes you are running on Windows. The web site is > www.BioMetricSolution.com. > > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
honey jadala wrote in post #1063142:> i have implemented biometric device to project fedena but i have used a > small app which will collect the punch-in from device and will push to > the > server. Yes you can attach biometric device for student and employee > attendance. but for students it will be bit risky because the count of > students will be more.The maximum user count with the simplest solution is 20,000. There''s a cloud version that can handle much higher user counts. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
If possible could you please let me know how did you implement this ..?i too want to integrate this feature into my app. On Tue, Jun 5, 2012 at 7:00 PM, hanish jadala <emailtohoneyruby-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote:> i have implemented biometric device to project fedena but i have used a > small app which will collect the punch-in from device and will push to the > server. Yes you can attach biometric device for student and employee > attendance. but for students it will be bit risky because the count of > students will be more. > > > On Mon, Jun 4, 2012 at 8:24 PM, Richard Campbell <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org>wrote: > >> ashutosh verma wrote in post #1062681: >> > I am using Project fedena <http://projectfedena.org/> for School >> > Management >> > software a ROR application. i want to attach a biometric device for >> > students & employee attendance , any one can suggest me how i can do it. >> >> You can use a keyboard wedge application called BioWedge with a Morpho >> MSO300 scanner. This assumes you are running on Windows. The web site is >> www.BioMetricSolution.com. >> >> -- >> Posted via http://www.ruby-forum.com/. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ruby on Rails: Talk" group. >> To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> To unsubscribe from this group, send email to >> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-talk?hl=en. >> >> > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
rohini kambde wrote in post #1063187:> If possible could you please let me know how did you implement this > ..?i > too want to integrate this feature into my app.Rohini, Actually, since it is keyboard wedge you don''t have to do any integration, that''s the best part. Install the software, plug in the usb reader, enroll the people involved and then set it to "identification mode". If you want to organize a group of readers to share a common enrollment database you set up the various clients and then point them to a share location where the database resides. These steps need to be done on a Windows machine. If you want send me an email and I can assist you further. Rich -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
may i know what is that software to be installed..? On Wed, Jun 6, 2012 at 5:40 PM, Richard Campbell <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org>wrote:> rohini kambde wrote in post #1063187: > > If possible could you please let me know how did you implement this > > ..?i > > too want to integrate this feature into my app. > > Rohini, Actually, since it is keyboard wedge you don''t have to do any > integration, that''s the best part. Install the software, plug in the usb > reader, enroll the people involved and then set it to "identification > mode". If you want to organize a group of readers to share a common > enrollment database you set up the various clients and then point them > to a share location where the database resides. These steps need to be > done on a Windows machine. If you want send me an email and I can assist > you further. Rich > > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
rohini kambde wrote in post #1063329:> may i know what is that software to be installed..?it''s called biowedge. it requires a morpho scanner to work and won''t run at all without a the morpho scanner. they sell the software and scanner together. a couple minutes to install, fairly straightforward. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Thank you very much for your information..i will follow this procedure first , and if i still get any doubts i will contact you ..Thanks for your support and help. On Wed, Jun 6, 2012 at 8:01 PM, Richard Campbell <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org>wrote:> rohini kambde wrote in post #1063329: > > may i know what is that software to be installed..? > > it''s called biowedge. it requires a morpho scanner to work and won''t run > at all without a the morpho scanner. they sell the software and scanner > together. a couple minutes to install, fairly straightforward. > > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
rohini kambde wrote in post #1063383:> Thank you very much for your information..i will follow this procedure > first , and if i still get any doubts i will contact you ..Thanks for > your > support and help.no problem. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
And do you have any idea about how to integrate crystal reports in ruby on rails (2.3.8) On Wed, Jun 6, 2012 at 11:06 PM, Richard Campbell <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org>wrote:> rohini kambde wrote in post #1063383: > > Thank you very much for your information..i will follow this procedure > > first , and if i still get any doubts i will contact you ..Thanks for > > your > > support and help. > > no problem. > > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.