Hi My initial plan was to setup a web page thru which users can key in their requisitions , and the Purchase department will get it direct from the mysql database.
But our problem is that offices are separated geographically and no connectivity between them. Also impossible to give all users Net access. I have a mail server setup at each location, which will relay the mails. So i was thinking of creating a template for Rerquisitions and sending via mail. And then extract the values from the mail into Mysql database. You are right in that security checks cant be done in this setup. And we cant be exactly sure who sent which requisition. regards Nataraj On Sun, 11 Feb 2007 10:20:27 +0100 Lepidosteus <[EMAIL PROTECTED]> wrote: > Didn't fully understood the question here, but is the process to show > to the user, either on your website or in your software, a form than > when submitted will mail you with an order ? > > If yes, since you control the mail creation, why not add your own data > at the end of the mail, which purpose would be to be parsed by > lazarus' code ? > > Of course this ask for some security check (need to be sure the > content of the mail the salesman confirm is really what is said in > this data footer, etc ..), but that seems a good alternative to me. > > -- > Vianney Devreese - Lepidosteus > http://lepidosteus.com > > _________________________________________________________________ > To unsubscribe: mail [EMAIL PROTECTED] with > "unsubscribe" as the Subject > archives at http://www.lazarus.freepascal.org/mailarchives > _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
