After Receiving, user refreshes page, receive is repeated.

2010-06-14 Thread James McGill
At the end of Receive Inventory, if the user reloads the page in the browser, the action is repeated and inventory is created and purchase orders are adjusted. This is user error that we want to prevent. Any ideas? -- James McGill Phoenix AZ

Re: After Receiving, user refreshes page, receive is repeated.

2010-06-14 Thread BJ Freeman
on success return complete and have a summary page? = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com http://www.specialtymarket.com/ Systems

Re: After Receiving, user refreshes page, receive is repeated.

2010-06-14 Thread James McGill
On Mon, Jun 14, 2010 at 2:28 PM, BJ Freeman bjf...@free-man.net wrote: on success return complete and have a summary page? I think that's what the application (9.04) does, but refreshing the summary page causes the form to be submitted again, which causes two problems: 1. The inventory

Re: After Receiving, user refreshes page, receive is repeated.

2010-06-14 Thread BJ Freeman
my code is driven by the open PO's so when complete an Item or po it returns to a tree of po's with tree of items under it. if they click on the po then all the itmes are recieved if they click on an item then only the item is recieved. = BJ Freeman

Re: After Receiving, user refreshes page, receive is repeated.

2010-06-14 Thread James McGill
On Mon, Jun 14, 2010 at 3:48 PM, BJ Freeman bjf...@free-man.net wrote: my code is driven by the open PO's so when complete an Item or po it returns to a tree of po's with tree of items under it. if they click on the po then all the itmes are recieved if they click on an item then only the

Re: After Receiving, user refreshes page, receive is repeated.

2010-06-14 Thread Scott Gray
You find this problem in a number of places in OFBiz, better support has been added in the controller for the request-redirect response and passing parameters through it. Ideally eventually all pages like this would fixed to use that response. Regards Scott HotWax Media

Re: After Receiving, user refreshes page, receive is repeated.

2010-06-14 Thread BJ Freeman
looks like scott has a solution for ofbiz. yes I have custom code that make it more intuitive for my customers. I always through out the ideas encase some one wants to implement it that way. = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier

Re: After Receiving, user refreshes page, receive is repeated.

2010-06-14 Thread James McGill
On Mon, Jun 14, 2010 at 4:33 PM, BJ Freeman bjf...@free-man.net wrote: looks like scott has a solution for ofbiz. yes I have custom code that make it more intuitive for my customers. I always through out the ideas encase some one wants to implement it that way. I do want to rewrite the