Welcome, Guest. Please Login.
05/09/25 at 12:57:04
News:
Home Help Search Login


Pages: 1
Send Topic Print
Batch Location Adjustments (Read 863 times)
PaulG
Browser
*


I Love EvoERP!

Posts: 32
Batch Location Adjustments
01/07/09 at 15:36:03
 
I am looking for a way to quickly transfer all inventory from one location to another.  
 
A few sales orders were accidentally entered under the "blank" default location. The BOM for these parts is quite extensive so it resulted in hundreds of parts being pulled from the wrong location. I have messed with IN-L-M on a test database but it requires you manually type every single part number and quantity you want to transfer, rendering it only mildly more efficient then using the standard IN-L-J.
 
Is there any way to transfer all items from a single location to another location? Also is there a way to prevent any transactions on the "blank" location.
 
Sorry if this is a redundant post. I searched thoroughly and did not find anything that answered this question.
Back to top
 
 
  IP Logged
Kelloggs
Active Member
*****


Do crazy people know
they are crazy?

Posts: 784
Gender: male
Re: Batch Location Adjustments
Reply #1 - 01/08/09 at 10:25:43
 
Try this on you Test Company!!!!
 
Use your Pervasive Control Panel
 
     To move all items from Blank Location to The Proper Location run the following query
      UPDATE BKICLOC SET BKIC_LOC_CODE = 'The Proper Location' WHERE LENGTH(BKIC_LOC_CODE) = 0  
Or
      To move all items from wrong location to The Proper Location run the following query
      UPDATE BKICLOC SET BKIC_LOC_CODE = 'The Proper Location' WHERE BKIC_LOC_CODE = 'Wrong Location'  
 
These queries will move all items from on location to another
 
Or
 
     To move some items from one location to another location run the following query
      UPDATE BKICLOC SET BKIC_LOC_CODE = 'The Proper Location' WHERE BKIC_LOC_PROD  = 'ABC%'  
 
This query will move all items that start with ABC from on location to another
 
Then  
 
On DBA Run SM-J-C use: Y-Y-N-B.  
 
This utility will "consolidate" UHO with the same location
 
 
 Smiley
 
Kelloggs
 
 
Back to top
 
« Last Edit: 01/08/09 at 12:16:15 by Kelloggs »  

Evo ERP - 35 Users
Dumped MS Access like a hot potato (VB.Net rules!!!)
Email WWW   IP Logged
PaulG
Browser
*


I Love EvoERP!

Posts: 32
Re: Batch Location Adjustments
Reply #2 - 01/08/09 at 14:54:48
 
Great thanks!
Back to top
 
 
  IP Logged
PaulG
Browser
*


I Love EvoERP!

Posts: 32
Re: Batch Location Adjustments
Reply #3 - 01/08/09 at 15:54:33
 
One more silly question. I am aware how to create and manipulate test companies in DBA but how do I specify a company in the Pervasive Control Center? There is only the "DEMODATA" and our company database.
 
Thanks.
Back to top
 
 
  IP Logged
GasGiant
Administrator
*****


How can I help?

Posts: 1517
Gender: male
Re: Batch Location Adjustments
Reply #4 - 01/08/09 at 16:26:29
 
you need to add it
Back to top
 
 


Email WWW GasGiant GasGiant 31012781 swordworlder swordworlder   IP Logged
Pages: 1
Send Topic Print