Hi,
On our system, we have two storage locations ( A and B ) where A is the main factory and B is a warehouse managed by a third party.
Currently, the process is this:
Shortage is found on the line
Team leader is notified
MB1B is used to create a 311 goods movement which creates a pick list for personnel at B
SAP moves the stock from B to A immediately
LB10 is used to print pick list
Personnel move stock from B to A ( may be a delay of a few days )
LT12 is used to confirm the pick and clear it from LB10
This creates a problem where stock is showing at location A that hasn't physically been transferred, which gives rise to a race condition, for example, if the part was cycle counted after being sent for pick.
Is this the correct way of handling such a shortage/pick list? Is there another process which would give better visibility and tracing of stock locations?
Thank you
Why is this query failing?
Why is this not working?$query = "SELECT * FROM `users` WHERE `userid` = " . $USERID AND `pin` = " . $PIN;$result = mysql_query($query) or die("Web site query
HELP with mysql_real_escape_string
I'm looking to remove apostrophes completely when someone enters lyrics but don't have a clue how to do it.I've attached the 'submit lyric' page and the page where I approve submitted lyrics.(they're
Do something every fifth time?
I'm trying to write a loop, but I want it to do something different after every fifth instance. Like, I want it do something like this:Quoteecho $a1;echo $a2;echo $a3;echo $a4;echo $a5.$b;echo $a6;And
Form a inline view based on the results of the previous query?
Hi Experts,
Code Help.. If txt input box empty search X instead..
I am having a problem with my search script. At current it will simply search by a selected date which is a java based calendar that displays when using id='datedisplay' in the input form field below.
Comparing two dates
Hi GuysI have two dates I want to compare. Below is my current implementation. The problem with it is it always returns false:if(date("d/m/y", $course->finish_date) >
file downloaded can't be read !!
<?php $fileName = 'mypic.jpg';$mimeType = 'image/jpeg';header('content-disposition: attachment; filename=' . $fileName);header('content-type: ' . $mimeType);header('content-length: ' .
Echo multiple lines of html code
Hi guys,I would like to know if there is a way to echo multiple lines of html codes. I intend to echo a form if a variable is set and nothing if it is not set. And right now, I echo each line of html
All possible combinations of String in PL/SQL
Hi All,
Extracting Long text from message class with parameters
Hi,