Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
internal stock request
12-07-2015, 08:49 PM,
#1
internal stock request
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

Reply
12-07-2015, 09:02 PM,
#2
RE: internal stock request
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
Reply
12-07-2015, 09:16 PM,
#3
RE: internal stock request
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

Reply
12-07-2015, 09:26 PM,
#4
RE: internal stock request
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
Reply
12-07-2015, 09:43 PM, (This post was last modified: 12-07-2015, 09:47 PM by kimoweberp.)
#5
RE: internal stock request
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
Reply
12-07-2015, 09:49 PM,
#6
RE: internal stock request
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
Reply
12-07-2015, 10:06 PM,
#7
RE: internal stock request
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

Reply
12-07-2015, 10:34 PM,
#8
RE: internal stock request
That will be the same thing but with InternalStockRequestFulfill.php at approx line 180 and 186

Tim
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)