I am trying to create a purchase order number request form for our office.
Our accounts department require all purchases to have a order number. I am wanting for the form to sequentially generate a number, store it with the form, but then be able to feed back this number in the on submit message.
The user will enter the relevant details for the purchase they would like to make, what department it is getting spent from etc and then hit submit. The form will then issue them a Number which they will quote to the businesses we have accounts with. Our finance officer will then cross check all the monthly statements (with accompanying order numbers) with the requests made on the website.
Does this make sense?
What I hope the form will do is: send the purchase order number, purchase details, and purchasee to an email address and store in the database.
Does each submission generate it's own ID number? Can this be displayed?
Dan
Our accounts department require all purchases to have a order number. I am wanting for the form to sequentially generate a number, store it with the form, but then be able to feed back this number in the on submit message.
The user will enter the relevant details for the purchase they would like to make, what department it is getting spent from etc and then hit submit. The form will then issue them a Number which they will quote to the businesses we have accounts with. Our finance officer will then cross check all the monthly statements (with accompanying order numbers) with the requests made on the website.
Does this make sense?
What I hope the form will do is: send the purchase order number, purchase details, and purchasee to an email address and store in the database.
Does each submission generate it's own ID number? Can this be displayed?
Dan