Hi there,
We do around 40.000 car rentals a year and for each rental we create a contract on pick up of the car and a credit note for petrol etc. when the car is brought back. These documents are printed in 2 copies and then signed by the client and by us. Also the VISA payment receipt are printed on the documents and signed by the client. We file our copy in our archives.
I would like capture the signatures through a tablet (or something else) and store them digitally, inside or outside Navision.
I have been searching this forum and a lot of other webs for ideas, but without much luck.
If anybody has any ideas, links etc. I'll appreciate all the help you can give.
Thank you very much
Soren Hansen
IT Manager
Helle Auto, S.A.
0
Comments
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
At the moment I testing with a pen pad/tablet. How do you use the pen in Navision, through ocx?
Thanks for your reply.
IT Manager
Helle Auto, S.A.
If it is a general drawing/writting tool or hardware, You would need to create an activeX dll file that would open a window with a painting area. Just like Microsoft Paint program. The user would sign in that window, and you would save it as a bitmap and store it navision.
If it a separate hardware with it's own screen for signature area, then it has it's own DLL file and you need to interface with it in navision and store the signature is a bitmap.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
The problem I face is the our client has to sign the printed contract and can't see the screen. This means that somehow I have to make to sure that he is signing inside the signature box in the application.
Another problem is how to store the signatures. With this program I can store them as bmp's outside or inside Navision. But I think the most secure and legal way is to store an entire contract with its signature, in a pdf format for example. But I am not sure of how to do it.
IT Manager
Helle Auto, S.A.