Welcome, Guest. Please Login.
05/14/24 at 20:01:24
News:
Home Help Search Login


Pages: 1
Send Topic Print
Inventory Listing RTM (Read 931 times)
carie
Full Member
***




Posts: 209
Gender: female
Inventory Listing RTM
01/25/12 at 16:50:24
 
I need to put the Vendor Part number in this report - Anyone know which field it is?  
 
~Carie
Back to top
 
 

Evo-ERP Version 2015.2 with Build 7/02/2015
Pervasive 11.3 - 10 licenses / DBA since 2002

Carie Kirk
McDantim Inc
Helena, Montana
Email   IP Logged
Lynn_Pantic
Administrator
*****


evolution (n) -
gradual change to a
different form

Posts: 5681
Re: Inventory Listing RTM
Reply #1 - 01/25/12 at 18:42:54
 
It is in BKSBVEND which is not opened by IN-H because there can be many vendors assigned to a part.
Back to top
 
 

Lynn Pantic
IS Tech Support
lynn@istechsupport.com
Email   IP Logged
Kelloggs
Active Member
*****


Do crazy people know
they are crazy?

Posts: 785
Gender: male
Re: Inventory Listing RTM
Reply #2 - 01/26/12 at 12:32:43
 
Tongue
 
SELECT  
BKICMSTR.BKIC_PROD_CODE,  
BKICMSTR.BKIC_PROD_DESC,  
BKICMSTR.BKIC_PROD_TYPE,  
BKICMSTR.BKIC_PROD_UM,  
BKICMSTR.BKIC_PROD_CAT,  
BKICMSTR.BKIC_PROD_UOH,  
BKAPVEND.BKAP_VENDNAME
FROM (BKICMSTR RIGHT JOIN BKSBVEND ON BKICMSTR.BKIC_PROD_CODE = BKSBVEND.BKSB_VEND_PROD)  
LEFT JOIN BKAPVEND ON BKSBVEND.BKSB_VEND_VEND = BKAPVEND.BKAP_VENDCODE;
 
If you setup this report on ms access you can "group" the vendors for each part.
 
Kelloggs
Back to top
 
 

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




Posts: 209
Gender: female
Re: Inventory Listing RTM
Reply #3 - 01/26/12 at 13:03:30
 
The quick grid lookup - vendor-items with a filter on vendor was my easiest answer!
 
Thanks for the input though!
 
~Carie
Back to top
 
 

Evo-ERP Version 2015.2 with Build 7/02/2015
Pervasive 11.3 - 10 licenses / DBA since 2002

Carie Kirk
McDantim Inc
Helena, Montana
Email   IP Logged
Pages: 1
Send Topic Print