Clarification on stock count functionality
Hello,
It was my understanding that the RMS snapshot for a stock count is taken the day before the stock count is programmed. For example, if the stock count was programmed for the 2nd then when the batch ran on the night of the 1st the STKPUPD job would check and take the snapshot.
I recently noticed that on the day of the stock count the snapshot was not taken (the STAKE_SKU_LOC table showed null for all items on the SNAPSHOT_ON_HAND_QTY) so I made some verifications and noticed that the code for STKUPD job was checking for stock counts using vdate and not vdate+1, this seem weird to me and contradicted the documentation I have so a I moved the job to run after the vdate has changed.