webERP Forum

Full Version: internal stock request
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
1- when i start to create a new internal order request
and after i select the items and quantities
after selecting submit the secreen freeze and nothing work till i restart apache server

plz help

2- can i set the location that the user can order from and don't let him choose any location

Hi,

For 1 do the apache logs give any clue as to what is happening?
& 2 in the latest code you can restrict a user to only use specific locations but I am not sure if that is in the latest release. You can also define specific locations that can be used for internal transfers in the location setup screen.

thanks
Tim
nothing in the apache log refer to any problem
beside after submit the order nothing goes to the database
the table stock request remains empty

(12-07-2015, 09:02 PM)falkoner Wrote: [ -> ]Hi,

For 1 do the apache logs give any clue as to what is happening?
& 2 in the latest code you can restrict a user to only use specific locations but I am not sure if that is in the latest release. You can also define specific locations that can be used for internal transfers in the location setup screen.

thanks
Tim

Two things come to mind.

1 How many items are on the request?
2 Can you comment out (put // at the start) the following lines:

approx line 118
mail($myEmail['email'],$EmailSubject,$ConfirmationText);

and approx line 124
$result = SendmailBySmtp($mail,array($myEmail['email']));

Thanks
Tim
thank you it was magical

it work now

(12-07-2015, 09:26 PM)falkoner Wrote: [ -> ]Two things come to mind.

1 How many items are on the request?
2 Can you comment out (put // at the start) the following lines:

approx line 118
mail($myEmail['email'],$EmailSubject,$ConfirmationText);

and approx line 124
$result = SendmailBySmtp($mail,array($myEmail['email']));

Thanks
Tim


any recommendation about fulfill stock request window
cause when i authorized the order and tru to deleiver the items
now the window is frezzed
Good news. It seems your system was trying to send an email regarding the request but it was failing and hanging at that point.

Tim
now the fulfill stock request hang

(12-07-2015, 09:49 PM)falkoner Wrote: [ -> ]Good news. It seems your system was trying to send an email regarding the request but it was failing and hanging at that point.

Tim

That will be the same thing but with InternalStockRequestFulfill.php at approx line 180 and 186

Tim