Registration

This forum is for programmers who have questions about the source code.
Post Reply
alikemal87
Posts: 9
Joined: Wed Aug 18, 2010 12:12 am

Registration

Post by alikemal87 » Wed Aug 18, 2010 10:47 pm

Hi all,

i want to validate registration key and mac address during open dental setup process.

How can i do this in open dental?

Which class or form that i must change to validate?

Thanks in advance

ali Kemal

User avatar
jordansparks
Site Admin
Posts: 5770
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

Re: Registration

Post by jordansparks » Thu Aug 19, 2010 5:38 am

Do you mean that you are a distributor and you want to hand out registration keys to your users?
Jordan Sparks, DMD
http://www.opendental.com

alikemal87
Posts: 9
Joined: Wed Aug 18, 2010 12:12 am

Re: Registration

Post by alikemal87 » Fri Aug 20, 2010 12:42 am

Yes we want to sell open dental in near future.

And we will hand out registry key to our customers.

My question is that is there any form or class to validate registration key and mac adress already?

or how can i this?

Thanks

User avatar
jordansparks
Site Admin
Posts: 5770
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

Re: Registration

Post by jordansparks » Fri Aug 20, 2010 7:21 am

Yes. Keep all your customers in an Open Dental database as patients. Manage the registration keys from the Chart module. To see that interface, do this:
UPDATE preference SET ValueString=1 WHERE PrefName='DistributorKey';
Then restart OD.

If you were in the USA, then it would be slightly more complicated because of the procedure code copyright issues.
Jordan Sparks, DMD
http://www.opendental.com

alikemal87
Posts: 9
Joined: Wed Aug 18, 2010 12:12 am

Re: Registration

Post by alikemal87 » Thu Aug 26, 2010 12:04 am

Thanks Jordan

This reply extremely helps me.

İ will change registration process for our needs in OD.

Post Reply