Page 1 of 1

Parts Report

PostPosted: Wed Aug 12, 2009 3:45 pm
by qtparts
Does anyone know how can I run a report for my top moving parts? I would also like to be able to choose the number of "top parts" i would like to run. Possibly Top 30, 50, and 100.

Parts Report

PostPosted: Wed Aug 12, 2009 5:10 pm
by scotstrong
You would need to pick a minimum number of piece sales to do this. Say you want to look at all parts that have sold at least 25 pieces in the last year, you could use the following English statement:

"SORT PART-NO. BY-DSND YRSL WITH YRSL GE "25" (after the "25" list whatever fields you want to print seperated by a space) example= SO DESC BIN O.H. O.O. COST YRSL (add LPTR at the end to send it to the designated lineprinter). In this example the output fields would be SOURCE, DESCRIPTION, BIN, ON HAND QTY., ON ORDER, COST, AND THEN YRSL (LAST 12 MONTHS). By using BY-DSND YRSL, it will report in descending order of most sales to least sales. The complete example English statement would be:

SORT PART-NO. BY-DSND YRSL WITH YRSL GE "25" SO DESC BIN O.H. O.O. COST YRSL LPTR.

Simply change the value to something other than "25" to create different list.


Parts Report

PostPosted: Wed Aug 12, 2009 5:20 pm
by exmopar
Are you on Websuite 2007? Not sure if 2006 has this, but from the 2007 desktop reports there is one for top purchasing customers (can setup to however many you want).

------------------
No, i'm sure you said left, right?

Parts Report

PostPosted: Wed Aug 12, 2009 6:44 pm
by BRRRR
Are you familiar with function RPX?

Parts Report

PostPosted: Wed Aug 12, 2009 6:46 pm
by BRRRR
You can pull the info you want into an excel spread sheet and sort it by YRSL or SOURCE or what ever.

Parts Report

PostPosted: Wed Aug 12, 2009 8:43 pm
by Clifford Cope
qtparts,

If you send me your email address, I can send you the link to a windows app that can show you your parts in this kind of detail.

You will need to be able to capture the output of the ENG statement below to a text file (plain text, the way it looks on the screen or paper) and then drop it onto the application for analysis. Once imported, you can select, sort, filter copy and paste as much as you want.

Cliff


ENTER ENGLISH STATEMENT?
?TERM 255,12,6,0,2,8,132,60,48,0
<ENTER>
<ENTER>

ENTER ENGLISH STATEMENT?
?LIST PART-NO. MFG PART-ID SS YRSL O.H. ABCD MNR MNS O.O. SO BIN COST P-U OH.VALUE BSL SENTRY
?WITH P-U
?ID-SUPP HEADER "STATVIEW 'D'"
<ENTER>
<ENTER>


Parts Report

PostPosted: Thu Aug 13, 2009 7:45 am
by qtparts
Thanks everyone! The RPX report worked for ranking by units sold. Im working on the report now to show and order by gross profit amounts. So far so good!

Parts Report

PostPosted: Thu Aug 13, 2009 9:59 am
by qtparts
How would I then go about showing reports for top selling customer's and top grossing customer's?

[This message has been edited by qtparts (edited 08-13-2009).]


Parts Report

PostPosted: Thu Aug 13, 2009 10:56 am
by gmcgrew
In PDA under the 'M'onthly Reports tab I have a report set up listed as Gross Ranking Report and Sales Ranking Report. It was set up when I started here so I am not sure if it was a canned report or a report that a previous manager built. These reports do exactly what you were asking for if you have them. They can also be dumped into an excel file if you have websuite 2006 and above or reflections 8.0 and up.