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


Pages: 1
Send Topic Print
Average Delivery Time for PO (Read 809 times)
Kelloggs
Active Member
*****


Do crazy people know
they are crazy?

Posts: 784
Gender: male
Average Delivery Time for PO
04/19/12 at 08:18:21
 
Does Evo has such type of report?
If not, is there a way to calculate it?
 
 embarrassed
 
Kelloggs
 
Back to top
 
 

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


evolution (n) -
gradual change to a
different form

Posts: 5663
Re: Average Delivery Time for PO
Reply #1 - 04/19/12 at 10:48:20
 
Nothing currently exists.  Would you want by Vendor, Part or what?
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: 784
Gender: male
Re: Average Delivery Time for PO
Reply #2 - 04/19/12 at 11:16:32
 
by vendor would be nice..
 
 Wink
 
Kelloggs
Back to top
 
 

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


Do crazy people know
they are crazy?

Posts: 784
Gender: male
Re: Average Delivery Time for PO
Reply #3 - 04/20/12 at 09:57:56
 
There ya  go!!!
 
SELECT  
BKAP_PO_VNDCOD,  
BKAP_POL_PONM,  
BKAP_POL_CNTR,  
BKAP_POL_PCODE,  
BKAP_POL_ERD,  
BKAP_POL_ARD,  
(BKAP_POL_ARD - BKAP_POL_ERD) AS DF,  
IF((BKAP_POL_ARD - BKAP_POL_ERD)<0,1,0) AS EA,  
IF((BKAP_POL_ARD - BKAP_POL_ERD)=0,1,0) AS OT,  
IF((BKAP_POL_ARD - BKAP_POL_ERD)>0,1,0) AS LA  
FROM BKAPHPO INNER JOIN BKAPHPOL ON BKAPHPO.BKAP_PO_NUM = BKAPHPOL.BKAP_POL_PONM WHERE  
ASCII(LTrim(BKAP_POL_PCODE)) <> 0  
AND BKAP_POL_ARD >= '2011-01-01'  
AND BKAP_POL_ARD <= '2011-12-31'
 
EA = Early
OT = On Time
LA = Late
 
Group them, add the Vendor's Name, some percentages,  and you sir have a report
 
 Tongue
 
Kelloggs
Back to top
 
 

Evo ERP - 35 Users
Dumped MS Access like a hot potato (VB.Net rules!!!)
Email WWW   IP Logged
Pages: 1
Send Topic Print