BAQ Report Designer

I'm creating a report where we can compare sales by month/year side by side. I have the crystal formula to set it up the way we want:
Jan 08 Jan 09 Feb 08 Feb 09 etc.

The problem is that they only want to bring up some information - not all the information. The way the date range is set up is date from 01012008 date to 12312009. Is there an easier way to set up the date periods so they can bring up 2 or 3 months side by side rather than running the entire years?
--- In vantage@yahoogroups.com, "denise.gaul" <denise.gaul@...> wrote:
>
> I'm creating a report where we can compare sales by month/year side by side. I have the crystal formula to set it up the way we want:
> Jan 08 Jan 09 Feb 08 Feb 09 etc.
>
> The problem is that they only want to bring up some information - not all the information. The way the date range is set up is date from 01012008 date to 12312009. Is there an easier way to set up the date periods so they can bring up 2 or 3 months side by side rather than running the entire years?
>

I found the following formulas on a Crystal Reports website and you can use them to select any date range automatically based on a time away from the previous period.

The following auto-selects the first to the last month month up until the 5th of the following month. (FOM = first of month, EOM = end of month)

DIM = Day({@EOM})

FOM = {@EOM} - {@DIM} + 1

EOM = Local numbervar m:=month(CurrentDate - 5)+1;
Local numbervar y:=year(CurrentDate - 5);
if m>12 then (m:=m-12; y:=y + 1);
Date(y,m,1)-1

I then use the following logic in the SELECT to get the same time period in previous years.

({InvcDtl.ShipDate} in {@FOM} to {@EOM} or
{InvcDtl.ShipDate} in ({@FOM} -365) to ({@EOM} -365) or
{InvcDtl.Shipdate} in ({@FOM} -730) to ({@EOM} -730))

This get you the correct data in the table and then you can just check the date on the detail record and if/then the data in to a variable that covers the period you want

e.g.

if {InvcDtl.ShipDate} in ({@FOM} -365) to ({@EOM} -365)
then
{InvcDtl.DocExtPrice}
else
0

It may seem a little complicated at first, but it works!
Thanks - I'll give it a try!
If possible to create a sub reports with the BAQ report designer ?
If yes, how? (I will need to call and other baq report or just a baq query !

Thansk
Vantage 8.03.408b
You can create sub-reports either using the XML data set or an ODBC
connection.

Do Insert -> Subreport



From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
VantageUser13
Sent: Monday, February 15, 2010 4:14 PM
To: vantage@yahoogroups.com
Subject: [Vantage] BAQ Report Designer





If possible to create a sub reports with the BAQ report designer ?
If yes, how? (I will need to call and other baq report or just a baq query !

Thansk
Vantage 8.03.408b





[Non-text portions of this message have been removed]
Sure. In Crystal Reports, select Insert->Subreport. :-)

The data source (which you'll need to select and configure just like the main report) will have to be the same XML file as your main input file, or you can create a new one.

One possibility is to create a BAQ dataset that contains both the records needed by the main report and subreport, and then filter in both contexts accordingly (this can require some creative thinking on your part). Alternatively, get the data for the subreport somewhere else, like ODBC.

I've never been able to make use of the report data definition modifications on a BAQ to do anything useful like bring over 'related' data, etc.

-bws

--
Brian W. Spolarich ~ Manager, Information Services ~ Advanced Photonix / Picometrix
    bspolarich@... ~ 734-864-5618 ~ www.advancedphotonix.com


-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of VantageUser13
Sent: Monday, February 15, 2010 4:14 PM
To: vantage@yahoogroups.com
Subject: [Vantage] BAQ Report Designer

If possible to create a sub reports with the BAQ report designer ?
If yes, how? (I will need to call and other baq report or just a baq query !

About 2-1/2 months ago we upgraded from 9.04 to 9.05.702A. All has been mostly sparkling in the reports area, so I've never had to create a new BAQ report using the BAQ Report Designer.

 

Today, such a need arose... so I set up the program like I remembered how, but imagine my surprise when I put in a new BAQ and went to Actions > Test Report Form to create the XML, and instead of my BAQ window coming up, the Rebate Transactions report window comes up. Huh?

 

I looked around in the group here (no easy task with the new format... Yahoo are you listening?), but couldn't find anything related... anyone have this before? I'm sure there's some simple explanation I'm just missing.

 

Ernie Lowell

Diba Industries

This is a known issue. The details for the one off are below.

 

The report does work if you generate and deploy it.

 

Greg

 

Event Details:
------------------------------------------
BAQ Report Designer.  Test report form bring the wrong form.


Solution: SCR 123305.  This is fixed with the one off with SCR 121789.  I'll request a one off for you. 
9.05.702 SQL NonUnicode 64

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of gracefulthreads@...
Sent: Wednesday, October 30, 2013 12:00 PM
To: vantage@yahoogroups.com
Subject: [Vantage] BAQ Report Designer

 

 

About 2-1/2 months ago we upgraded from 9.04 to 9.05.702A. All has been mostly sparkling in the reports area, so I've never had to create a new BAQ report using the BAQ Report Designer.

 

Today, such a need arose... so I set up the program like I remembered how, but imagine my surprise when I put in a new BAQ and went to Actions > Test Report Form to create the XML, and instead of my BAQ window coming up, the Rebate Transactions report window comes up. Huh?

 

I looked around in the group here (no easy task with the new format... Yahoo are you listening?), but couldn't find anything related... anyone have this before? I'm sure there's some simple explanation I'm just missing.

 

Ernie Lowell

Diba Industries



CONFIDENTIALITY NOTICE

The information contained in this communication, including attachments, is privileged and confidential. It is intended only for the exclusive use of the addressee. If the reader of this message is not the intended recipient, or the employee or agent responsible for delivering it to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us at 727-578-6280 and immediately delete the communication.

"This (document/presentation) may contain technical data as defined in the International Traffic In Arms Regulations (ITAR) 22 CFR 120.10. Export of this material is restricted by the Arms Export Control Act (22 U.S.C. 2751 et seq.) and may not be exported to foreign persons without prior approval form the U.S. Department of State."

+1

 

Make sure you don’t follow the directions given from support. They are not correct.

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Greg Payne
Sent: Wednesday, October 30, 2013 12:48 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] BAQ Report Designer

 

 

This is a known issue. The details for the one off are below.

 

The report does work if you generate and deploy it.

 

Greg

 

Event Details:
------------------------------------------
BAQ Report Designer.  Test report form bring the wrong form.


Solution: SCR 123305.  This is fixed with the one off with SCR 121789.  I'll request a one off for you. 
9.05.702 SQL NonUnicode 64


 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of gracefulthreads@...
Sent: Wednesday, October 30, 2013 12:00 PM
To: vantage@yahoogroups.com
Subject: [Vantage] BAQ Report Designer

 

 

About 2-1/2 months ago we upgraded from 9.04 to 9.05.702A. All has been mostly sparkling in the reports area, so I've never had to create a new BAQ report using the BAQ Report Designer.

 

Today, such a need arose... so I set up the program like I remembered how, but imagine my surprise when I put in a new BAQ and went to Actions > Test Report Form to create the XML, and instead of my BAQ window coming up, the Rebate Transactions report window comes up. Huh?

 

I looked around in the group here (no easy task with the new format... Yahoo are you listening?), but couldn't find anything related... anyone have this before? I'm sure there's some simple explanation I'm just missing.

 

Ernie Lowell

Diba Industries

 


CONFIDENTIALITY NOTICE

The information contained in this communication, including attachments, is privileged and confidential. It is intended only for the exclusive use of the addressee. If the reader of this message is not the intended recipient, or the employee or agent responsible for delivering it to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us at 727-578-6280 and immediately delete the communication.

"This (document/presentation) may contain technical data as defined in the International Traffic In Arms Regulations (ITAR) 22 CFR 120.10. Export of this material is restricted by the Arms Export Control Act (22 U.S.C. 2751 et seq.) and may not be exported to foreign persons without prior approval form the U.S. Department of State."

 Greg,

 

Thanks!

 

I did seem to remember this as also having been a problem on 9.04 when we first got there, but don't have any of that data left.

 

I called support, they'll get the request to the right group.

 

Ernie



---In vantage@yahoogroups.com, <vantage@yahoogroups.com> wrote:

+1

 

Make sure you don’t follow the directions given from support. They are not correct.

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Greg Payne
Sent: Wednesday, October 30, 2013 12:48 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] BAQ Report Designer

 

 

This is a known issue. The details for the one off are below.

 

The report does work if you generate and deploy it.

 

Greg

 

Event Details:
------------------------------------------
BAQ Report Designer.  Test report form bring the wrong form.


Solution: SCR 123305.  This is fixed with the one off with SCR 121789.  I'll request a one off for you. 
9.05.702 SQL NonUnicode 64


 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of gracefulthreads@...
Sent: Wednesday, October 30, 2013 12:00 PM
To: vantage@yahoogroups.com
Subject: [Vantage] BAQ Report Designer

 

 

About 2-1/2 months ago we upgraded from 9.04 to 9.05.702A. All has been mostly sparkling in the reports area, so I've never had to create a new BAQ report using the BAQ Report Designer.

 

Today, such a need arose... so I set up the program like I remembered how, but imagine my surprise when I put in a new BAQ and went to Actions > Test Report Form to create the XML, and instead of my BAQ window coming up, the Rebate Transactions report window comes up. Huh?

 

I looked around in the group here (no easy task with the new format... Yahoo are you listening?), but couldn't find anything related... anyone have this before? I'm sure there's some simple explanation I'm just missing.

 

Ernie Lowell

Diba Industries

 

CONFIDENTIALITY NOTICE

The information contained in this communication, including attachments, is privileged and confidential. It is intended only for the exclusive use of the addressee. If the reader of this message is not the intended recipient, or the employee or agent responsible for delivering it to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us at 727-578-6280 and immediately delete the communication.

"This (document/presentation) may contain technical data as defined in the International Traffic In Arms Regulations (ITAR) 22 CFR 120.10. Export of this material is restricted by the Arms Export Control Act (22 U.S.C. 2751 et seq.) and may not be exported to foreign persons without prior approval form the U.S. Department of State."

All, We're moving from KANBAN job reporting to Assigning Jobs to Products. 
Does the sequence of events have EVERYTHING     to do with capturing costs?  I think the answer is yes, but this might  be a coincidence.  (I know they say, no such thing as coincidences). 
Epicor help is everything but helpful. 
Thanks in advance
Jacqueline
 
Happy Halloween  ((/\ /\))
 

 
Yes, sequence is huge. it reacts differently dependent on the type of
costing that you are using though too.



Josh Serwe

Wisconsin Converting Inc.

Warehouse & Logistics Manager

(920)437-6400 x 330

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Jacqueline Restivo
Sent: Thursday, October 31, 2013 8:58 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: Jobs; Production Reporting 905.606.A





All, We're moving from KANBAN job reporting to Assigning Jobs to Products.


Does the sequence of events have EVERYTHING to do with capturing
costs? I think the answer is yes, but this might be a coincidence. (I
know they say, no such thing as coincidences).

Epicor help is everything but helpful.

Thanks in advance

Jacqueline



Happy Halloween ((/\ /\))










[Non-text portions of this message have been removed]
We are using average cost.
I'm thinking the sequence is as follows:
Start Prod
Report Qty
End Prod
Job receipt to Inventory. 
Please correct me if this is incorrect. 
 
Thanks
((/*\,/*\))
From: Joshua Serwe <jserwe@...>
To: vantage@yahoogroups.com
Sent: Thursday, October 31, 2013 10:02 AM
Subject: RE: [Vantage] Re: Jobs; Production Reporting 905.606.A

 
Yes, sequence is huge. it reacts differently dependent on the type of
costing that you are using though too.

Josh Serwe

Wisconsin Converting Inc.

Warehouse & Logistics Manager

(920)437-6400 x 330

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Jacqueline Restivo
Sent: Thursday, October 31, 2013 8:58 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: Jobs; Production Reporting 905.606.A

All, We&apos;re moving from KANBAN job reporting to Assigning Jobs to Products.

Does the sequence of events have EVERYTHING to do with capturing
costs? I think the answer is yes, but this might be a coincidence. (I
know they say, no such thing as coincidences).

Epicor help is everything but helpful.

Thanks in advance

Jacqueline

Happy Halloween ((/\ /\))

[Non-text portions of this message have been removed]

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764 -- #ygrps-yiv-10939225yiv1462209764ygrp-mkp { border:1px solid #d8d8d8;font-family:Arial;margin:10px 0;padding:0 10px;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764ygrp-mkp hr {
border:1px solid #d8d8d8;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764ygrp-mkp #ygrps-yiv-10939225yiv1462209764hd {
color:#628c2a;font-size:85%;font-weight:700;line-height:122%;margin:10px 0;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764ygrp-mkp #ygrps-yiv-10939225yiv1462209764ads {
margin-bottom:10px;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764ygrp-mkp .ygrps-yiv-10939225yiv1462209764ad {
padding:0 0;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764ygrp-mkp .ygrps-yiv-10939225yiv1462209764ad p {
margin:0;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764ygrp-mkp .ygrps-yiv-10939225yiv1462209764ad a {
color:#0000ff;text-decoration:none;}
#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764ygrp-sponsor #ygrps-yiv-10939225yiv1462209764ygrp-lc {
font-family:Arial;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764ygrp-sponsor #ygrps-yiv-10939225yiv1462209764ygrp-lc #ygrps-yiv-10939225yiv1462209764hd {
margin:10px 0px;font-weight:700;font-size:78%;line-height:122%;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764ygrp-sponsor #ygrps-yiv-10939225yiv1462209764ygrp-lc .ygrps-yiv-10939225yiv1462209764ad {
margin-bottom:10px;padding:0 0;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764actions {
font-family:Verdana;font-size:11px;padding:10px 0;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764activity {
background-color:#e0ecee;float:left;font-family:Verdana;font-size:10px;padding:10px;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764activity span {
font-weight:700;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764activity span:first-child {
text-transform:uppercase;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764activity span a {
color:#5085b6;text-decoration:none;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764activity span span {
color:#ff7900;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764activity span .ygrps-yiv-10939225yiv1462209764underline {
text-decoration:underline;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 .ygrps-yiv-10939225yiv1462209764attach {
clear:both;display:table;font-family:Arial;font-size:12px;padding:10px 0;width:400px;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 .ygrps-yiv-10939225yiv1462209764attach div a {
text-decoration:none;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 .ygrps-yiv-10939225yiv1462209764attach img {
border:none;padding-right:5px;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 .ygrps-yiv-10939225yiv1462209764attach label {
display:block;margin-bottom:5px;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 .ygrps-yiv-10939225yiv1462209764attach label a {
text-decoration:none;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 blockquote {
margin:0 0 0 4px;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 .ygrps-yiv-10939225yiv1462209764bold {
font-family:Arial;font-size:13px;font-weight:700;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 .ygrps-yiv-10939225yiv1462209764bold a {
text-decoration:none;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 dd.ygrps-yiv-10939225yiv1462209764last p a {
font-family:Verdana;font-weight:700;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 dd.ygrps-yiv-10939225yiv1462209764last p span {
margin-right:10px;font-family:Verdana;font-weight:700;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 dd.ygrps-yiv-10939225yiv1462209764last p span.ygrps-yiv-10939225yiv1462209764yshortcuts {
margin-right:0;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 div.ygrps-yiv-10939225yiv1462209764attach-table div div a {
text-decoration:none;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 div.ygrps-yiv-10939225yiv1462209764attach-table {
width:400px;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 div.ygrps-yiv-10939225yiv1462209764file-title a, #ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 div.ygrps-yiv-10939225yiv1462209764file-title a:active, #ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 div.ygrps-yiv-10939225yiv1462209764file-title a:hover, #ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 div.ygrps-yiv-10939225yiv1462209764file-title a:visited {
text-decoration:none;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 div.ygrps-yiv-10939225yiv1462209764photo-title a, #ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 div.ygrps-yiv-10939225yiv1462209764photo-title a:active, #ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 div.ygrps-yiv-10939225yiv1462209764photo-title a:hover, #ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 div.ygrps-yiv-10939225yiv1462209764photo-title a:visited {
text-decoration:none;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 div#ygrps-yiv-10939225yiv1462209764ygrp-mlmsg #ygrps-yiv-10939225yiv1462209764ygrp-msg p a span.ygrps-yiv-10939225yiv1462209764yshortcuts {
font-family:Verdana;font-size:10px;font-weight:normal;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 .ygrps-yiv-10939225yiv1462209764green {
color:#628c2a;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 .ygrps-yiv-10939225yiv1462209764MsoNormal {
margin:0 0 0 0;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 o {
font-size:0;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764photos div {
float:left;width:72px;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764photos div div {
border:1px solid #666666;height:62px;overflow:hidden;width:62px;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764photos div label {
color:#666666;font-size:10px;overflow:hidden;text-align:center;white-space:nowrap;width:64px;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764reco-category {
font-size:77%;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764reco-desc {
font-size:77%;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 .ygrps-yiv-10939225yiv1462209764replbq {
margin:4px;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764ygrp-actbar div a:first-child {
margin-right:2px;padding-right:5px;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764ygrp-mlmsg {
font-size:13px;font-family:Arial, helvetica, clean, sans-serif;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764ygrp-mlmsg table {
font-size:inherit;font:100%;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764ygrp-mlmsg select, #ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 input, #ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 textarea {
font:99% Arial, Helvetica, clean, sans-serif;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764ygrp-mlmsg pre, #ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 code {
font:115% monospace;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764ygrp-mlmsg * {
line-height:1.22em;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764ygrp-mlmsg #ygrps-yiv-10939225yiv1462209764logo {
padding-bottom:10px;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764ygrp-msg p a {
font-family:Verdana;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764ygrp-msg p#ygrps-yiv-10939225yiv1462209764attach-count span {
color:#1E66AE;font-weight:700;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764ygrp-reco #ygrps-yiv-10939225yiv1462209764reco-head {
color:#ff7900;font-weight:700;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764ygrp-reco {
margin-bottom:20px;padding:0px;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764ygrp-sponsor #ygrps-yiv-10939225yiv1462209764ov li a {
font-size:130%;text-decoration:none;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764ygrp-sponsor #ygrps-yiv-10939225yiv1462209764ov li {
font-size:77%;list-style-type:square;padding:6px 0;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764ygrp-sponsor #ygrps-yiv-10939225yiv1462209764ov ul {
margin:0;padding:0 0 0 8px;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764ygrp-text {
font-family:Georgia;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764ygrp-text p {
margin:0 0 1em 0;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764ygrp-text tt {
font-size:120%;}

#ygrps-yiv-10939225 #ygrps-yiv-10939225yiv1462209764 #ygrps-yiv-10939225yiv1462209764ygrp-vital ul li:last-child {
border-right:none !important;}
#ygrps-yiv-10939225



Issuing of materials has to happen as well but if I remember correctly from
last time you are backflushing so that should be correct.



Josh Serwe

Wisconsin Converting Inc.

Warehouse & Logistics Manager

(920)437-6400 x 330

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Jacqueline Restivo
Sent: Thursday, October 31, 2013 9:11 AM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] Re: Jobs; Production Reporting 905.606.A





We are using average cost.

I'm thinking the sequence is as follows:

Start Prod

Report Qty

End Prod

Job receipt to Inventory.

Please correct me if this is incorrect.



Thanks

((/*\,/*\))

From: Joshua Serwe <jserwe@...>
To: vantage@yahoogroups.com
Sent: Thursday, October 31, 2013 10:02 AM
Subject: RE: [Vantage] Re: Jobs; Production Reporting 905.606.A





Yes, sequence is huge. it reacts differently dependent on the type of
costing that you are using though too.

Josh Serwe

Wisconsin Converting Inc.

Warehouse & Logistics Manager

(920)437-6400 x 330

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Jacqueline Restivo
Sent: Thursday, October 31, 2013 8:58 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: Jobs; Production Reporting 905.606.A

All, We're moving from KANBAN job reporting to Assigning Jobs to
Products.

Does the sequence of events have EVERYTHING to do with capturing
costs? I think the answer is yes, but this might be a coincidence. (I
know th ey say, no such thing as coincidences).

Epicor help is everything but helpful.

Thanks in advance

Jacqueline

Happy Halloween ((/\ /\))

[Non-text portions of this message have been removed]





[Non-text portions of this message have been removed]
Good memory Josh, we are backflushing. 
Is there any benefits to backflushing vs issuing material that you know of? 
Thanks for all your help.

From: Joshua Serwe <jserwe@...>
To: vantage@yahoogroups.com
Sent: Thursday, October 31, 2013 10:17 AM
Subject: RE: [Vantage] Re: Jobs; Production Reporting 905.606.A

 
Issuing of materials has to happen as well but if I remember correctly from
last time you are backflushing so that should be correct.

Josh Serwe

Wisconsin Converting Inc.

Warehouse & Logistics Manager

(920)437-6400 x 330

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Jacqueline Restivo
Sent: Thursday, October 31, 2013 9:11 AM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] Re: Jobs; Production Reporting 905.606.A

We are using average cost.

I&apos;m thinking the sequence is as follows:

Start Prod

Report Qty

End Prod

Job receipt to Inventory.

Please correct me if this is incorrect.

Thanks

((/*\,/*\))

From: Joshua Serwe <jserwe@...>
To: vantage@yahoogroups.com
Sent: Thursday, October 31, 2013 10:02 AM
Subject: RE: [Vantage] Re: Jobs; Production Reporting 905.606.A

Yes, sequence is huge. it reacts differently dependent on the type of
costing that you are using though too.

Josh Serwe

Wisconsin Converting Inc.

Warehouse & Logistics Manager

(920)437-6400 x 330

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Jacqueline Restivo
Sent: Thursday, October 31, 2013 8:58 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: Jobs; Production Reporting 905.606.A

All, We&apos;re moving from KANBAN job reporting to Assigning Jobs to
Products.

Does the sequence of events have EVERYTHING to do with capturing
costs? I think the answer is yes, but this might be a coincidence. (I
know th ey say, no such thing as coincidences).

Epicor help is everything but helpful.

Thanks in advance

Jacqueline

Happy Halloween ((/\ /\))

[Non-text portions of this message have been removed]

[Non-text portions of this message have been removed]

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184 -- #ygrps-yiv-1935955432yiv7413505184ygrp-mkp { border:1px solid #d8d8d8;font-family:Arial;margin:10px 0;padding:0 10px;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184ygrp-mkp hr {
border:1px solid #d8d8d8;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184ygrp-mkp #ygrps-yiv-1935955432yiv7413505184hd {
color:#628c2a;font-size:85%;font-weight:700;line-height:122%;margin:10px 0;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184ygrp-mkp #ygrps-yiv-1935955432yiv7413505184ads {
margin-bottom:10px;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184ygrp-mkp .ygrps-yiv-1935955432yiv7413505184ad {
padding:0 0;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184ygrp-mkp .ygrps-yiv-1935955432yiv7413505184ad p {
margin:0;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184ygrp-mkp .ygrps-yiv-1935955432yiv7413505184ad a {
color:#0000ff;text-decoration:none;}
#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184ygrp-sponsor #ygrps-yiv-1935955432yiv7413505184ygrp-lc {
font-family:Arial;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184ygrp-sponsor #ygrps-yiv-1935955432yiv7413505184ygrp-lc #ygrps-yiv-1935955432yiv7413505184hd {
margin:10px 0px;font-weight:700;font-size:78%;line-height:122%;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184ygrp-sponsor #ygrps-yiv-1935955432yiv7413505184ygrp-lc .ygrps-yiv-1935955432yiv7413505184ad {
margin-bottom:10px;padding:0 0;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184actions {
font-family:Verdana;font-size:11px;padding:10px 0;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184activity {
background-color:#e0ecee;float:left;font-family:Verdana;font-size:10px;padding:10px;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184activity span {
font-weight:700;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184activity span:first-child {
text-transform:uppercase;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184activity span a {
color:#5085b6;text-decoration:none;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184activity span span {
color:#ff7900;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184activity span .ygrps-yiv-1935955432yiv7413505184underline {
text-decoration:underline;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 .ygrps-yiv-1935955432yiv7413505184attach {
clear:both;display:table;font-family:Arial;font-size:12px;padding:10px 0;width:400px;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 .ygrps-yiv-1935955432yiv7413505184attach div a {
text-decoration:none;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 .ygrps-yiv-1935955432yiv7413505184attach img {
border:none;padding-right:5px;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 .ygrps-yiv-1935955432yiv7413505184attach label {
display:block;margin-bottom:5px;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 .ygrps-yiv-1935955432yiv7413505184attach label a {
text-decoration:none;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 blockquote {
margin:0 0 0 4px;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 .ygrps-yiv-1935955432yiv7413505184bold {
font-family:Arial;font-size:13px;font-weight:700;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 .ygrps-yiv-1935955432yiv7413505184bold a {
text-decoration:none;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 dd.ygrps-yiv-1935955432yiv7413505184last p a {
font-family:Verdana;font-weight:700;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 dd.ygrps-yiv-1935955432yiv7413505184last p span {
margin-right:10px;font-family:Verdana;font-weight:700;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 dd.ygrps-yiv-1935955432yiv7413505184last p span.ygrps-yiv-1935955432yiv7413505184yshortcuts {
margin-right:0;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 div.ygrps-yiv-1935955432yiv7413505184attach-table div div a {
text-decoration:none;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 div.ygrps-yiv-1935955432yiv7413505184attach-table {
width:400px;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 div.ygrps-yiv-1935955432yiv7413505184file-title a, #ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 div.ygrps-yiv-1935955432yiv7413505184file-title a:active, #ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 div.ygrps-yiv-1935955432yiv7413505184file-title a:hover, #ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 div.ygrps-yiv-1935955432yiv7413505184file-title a:visited {
text-decoration:none;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 div.ygrps-yiv-1935955432yiv7413505184photo-title a, #ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 div.ygrps-yiv-1935955432yiv7413505184photo-title a:active, #ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 div.ygrps-yiv-1935955432yiv7413505184photo-title a:hover, #ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 div.ygrps-yiv-1935955432yiv7413505184photo-title a:visited {
text-decoration:none;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 div#ygrps-yiv-1935955432yiv7413505184ygrp-mlmsg #ygrps-yiv-1935955432yiv7413505184ygrp-msg p a span.ygrps-yiv-1935955432yiv7413505184yshortcuts {
font-family:Verdana;font-size:10px;font-weight:normal;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 .ygrps-yiv-1935955432yiv7413505184green {
color:#628c2a;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 .ygrps-yiv-1935955432yiv7413505184MsoNormal {
margin:0 0 0 0;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 o {
font-size:0;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184photos div {
float:left;width:72px;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184photos div div {
border:1px solid #666666;height:62px;overflow:hidden;width:62px;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184photos div label {
color:#666666;font-size:10px;overflow:hidden;text-align:center;white-space:nowrap;width:64px;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184reco-category {
font-size:77%;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184reco-desc {
font-size:77%;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 .ygrps-yiv-1935955432yiv7413505184replbq {
margin:4px;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184ygrp-actbar div a:first-child {
margin-right:2px;padding-right:5px;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184ygrp-mlmsg {
font-size:13px;font-family:Arial, helvetica, clean, sans-serif;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184ygrp-mlmsg table {
font-size:inherit;font:100%;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184ygrp-mlmsg select, #ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 input, #ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 textarea {
font:99% Arial, Helvetica, clean, sans-serif;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184ygrp-mlmsg pre, #ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 code {
font:115% monospace;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184ygrp-mlmsg * {
line-height:1.22em;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184ygrp-mlmsg #ygrps-yiv-1935955432yiv7413505184logo {
padding-bottom:10px;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184ygrp-msg p a {
font-family:Verdana;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184ygrp-msg p#ygrps-yiv-1935955432yiv7413505184attach-count span {
color:#1E66AE;font-weight:700;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184ygrp-reco #ygrps-yiv-1935955432yiv7413505184reco-head {
color:#ff7900;font-weight:700;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184ygrp-reco {
margin-bottom:20px;padding:0px;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184ygrp-sponsor #ygrps-yiv-1935955432yiv7413505184ov li a {
font-size:130%;text-decoration:none;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184ygrp-sponsor #ygrps-yiv-1935955432yiv7413505184ov li {
font-size:77%;list-style-type:square;padding:6px 0;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184ygrp-sponsor #ygrps-yiv-1935955432yiv7413505184ov ul {
margin:0;padding:0 0 0 8px;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184ygrp-text {
font-family:Georgia;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184ygrp-text p {
margin:0 0 1em 0;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184ygrp-text tt {
font-size:120%;}

#ygrps-yiv-1935955432 #ygrps-yiv-1935955432yiv7413505184 #ygrps-yiv-1935955432yiv7413505184ygrp-vital ul li:last-child {
border-right:none !important;}
#ygrps-yiv-1935955432



We use backflushing for items that are difficult to track through individual
transactions and have little or no waste. We issue individual transactions
for items that may have a higher waste rate to be able to keep closer
costing records.



Josh Serwe

Wisconsin Converting Inc.

Warehouse & Logistics Manager

(920)437-6400 x 330

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Jacqueline Restivo
Sent: Thursday, October 31, 2013 9:39 AM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] Re: Jobs; Production Reporting 905.606.A





Good memory Josh, we are backflushing.

Is there any benefits to backflushing vs issuing material that you know of?

Thanks for all your help.



From: Joshua Serwe <jserwe@...>
To: vantage@yahoogroups.com
Sent: Thursday, October 31, 2013 10:17 AM
Subject: RE: [Vantage] Re: Jobs; Production Reporting 905.606.A





Issuing of materials has to happen as well but if I remember correctly from
last time you are backflushing so that should be correct.

Josh Serwe

Wisconsin Converting Inc.

Warehouse & Logistics Manager

(920)437-6400 x 330

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Jacqueline Restivo
Sent: Thursday, October 31, 2013 9:11 AM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] Re: Jobs; Production Reporting 905.606.A

We are using average cost.

I'm thinking the sequence is as follows:

Start Prod

Report Qty

End Prod

Job receipt to Inventory.

Please correct me if this is incorrect.

Thanks

((/*\,/*\))

From: Joshua Serwe <jserwe@...>
To: vantage@yahoogroups.com
Sent: Thursday, October 31, 2013 10:02 AM
Subject: RE: [Vantage] Re: Jobs; Production Reporting 905.606.A

Yes, sequence is huge. it reacts differently dependent on the type of
costing that you are using though too.

Josh Serwe

Wisconsin Converting Inc.

Warehouse & Logistics Manager

(920)437-6400 x 330

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Jacqueline Restivo
Sent: Thurs day, October 31, 2013 8:58 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: Jobs; Production Reporting 905.606.A

All, We're moving from KANBAN job reporting to Assigning Jobs to
Products.

Does the sequence of events have EVERYTHING to do with capturing
costs? I think the answer is yes, but this might be a coincidence. (I
know th ey say, no such thing as coincidences).

Epicor help is everything but helpful.

Thanks in advance

Jacqueline

Happy Halloween ((/\ /\))

[Non-text portions of this message have been removed]

[Non-text portions of this message have been removed]





[Non-text portions of this message have been removed]

The timing of receipts to stock are also extremely important with AVG costing, since the cost that is applied to the received parts is in proportion to the total job costs at the time of receipt, and the value of any parts that are in stock at the time of receipt. It gets a little hairy when you have instances where partial receipts from a job are coupled with shipments or issues from stock to subsequent jobs.  You will see the average cost changing for no apparent reason. Average cost seems to work better if all parts are completely transacted to stock after all costs have been completely transacted into the jobs.



---In vantage@yahoogroups.com, <vantage@yahoogroups.com> wrote:

Good memory Josh, we are backflushing. 
Is there any benefits to backflushing vs issuing material that you know of? 
Thanks for all your help.

From: Joshua Serwe <jserwe@...>
To: vantage@yahoogroups.com
Sent: Thursday, October 31, 2013 10:17 AM
Subject: RE: [Vantage] Re: Jobs; Production Reporting 905.606.A

 
Issuing of materials has to happen as well but if I remember correctly from
last time you are backflushing so that should be correct.

Josh Serwe

Wisconsin Converting Inc.

Warehouse & Logistics Manager

(920)437-6400 x 330

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Jacqueline Restivo
Sent: Thursday, October 31, 2013 9:11 AM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] Re: Jobs; Production Reporting 905.606.A

We are using average cost.

I&apos;m thinking the sequence is as follows:

Start Prod

Report Qty

End Prod

Job receipt to Inventory.

Please correct me if this is incorrect.

Thanks

((/*\,/*\))

From: Joshua Serwe <jserwe@...>
To: vantage@yahoogroups.com
Sent: Thursday, October 31, 2013 10:02 AM
Subject: RE: [Vantage] Re: Jobs; Production Reporting 905.606.A

Yes, sequence is huge. it reacts differently dependent on the type of
costing that you are using though too.

Josh Serwe

Wisconsin Converting Inc.

Warehouse & Logistics Manager

(920)437-6400 x 330

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Jacqueline Restivo
Sent: Thursday, October 31, 2013 8:58 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: Jobs; Production Reporting 905.606.A

All, We&apos;re moving from KANBAN job reporting to Assigning Jobs to
Products.

Does the sequence of events have EVERYTHING to do with capturing
costs? I think the answer is yes, but this might be a coincidence. (I
know th ey say, no such thing as coincidences).

Epicor help is everything but helpful.

Thanks in advance

Jacqueline

Happy Halloween ((/\ /\))

[Non-text portions of this message have been removed]

[Non-text portions of this message have been removed]

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 -- #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ygrp-mkp { border:1px solid #d8d8d8;font-family:Arial;margin:10px 0;padding:0 10px;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ygrp-mkp hr {
border:1px solid #d8d8d8;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ygrp-mkp #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184hd {
color:#628c2a;font-size:85%;font-weight:700;line-height:122%;margin:10px 0;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ygrp-mkp #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ads {
margin-bottom:10px;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ygrp-mkp .ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ad {
padding:0 0;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ygrp-mkp .ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ad p {
margin:0;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ygrp-mkp .ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ad a {
color:#0000ff;text-decoration:none;}
#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ygrp-sponsor #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ygrp-lc {
font-family:Arial;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ygrp-sponsor #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ygrp-lc #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184hd {
margin:10px 0px;font-weight:700;font-size:78%;line-height:122%;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ygrp-sponsor #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ygrp-lc .ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ad {
margin-bottom:10px;padding:0 0;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184actions {
font-family:Verdana;font-size:11px;padding:10px 0;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184activity {
background-color:#e0ecee;float:left;font-family:Verdana;font-size:10px;padding:10px;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184activity span {
font-weight:700;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184activity span:first-child {
text-transform:uppercase;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184activity span a {
color:#5085b6;text-decoration:none;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184activity span span {
color:#ff7900;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184activity span .ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184underline {
text-decoration:underline;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 .ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184attach {
clear:both;display:table;font-family:Arial;font-size:12px;padding:10px 0;width:400px;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 .ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184attach div a {
text-decoration:none;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 .ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184attach img {
border:none;padding-right:5px;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 .ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184attach label {
display:block;margin-bottom:5px;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 .ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184attach label a {
text-decoration:none;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 blockquote {
margin:0 0 0 4px;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 .ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184bold {
font-family:Arial;font-size:13px;font-weight:700;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 .ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184bold a {
text-decoration:none;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 dd.ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184last p a {
font-family:Verdana;font-weight:700;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 dd.ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184last p span {
margin-right:10px;font-family:Verdana;font-weight:700;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 dd.ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184last p span.ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184yshortcuts {
margin-right:0;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 div.ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184attach-table div div a {
text-decoration:none;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 div.ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184attach-table {
width:400px;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 div.ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184file-title a, #ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 div.ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184file-title a:active, #ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 div.ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184file-title a:hover, #ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 div.ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184file-title a:visited {
text-decoration:none;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 div.ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184photo-title a, #ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 div.ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184photo-title a:active, #ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 div.ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184photo-title a:hover, #ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 div.ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184photo-title a:visited {
text-decoration:none;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 div#ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ygrp-mlmsg #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ygrp-msg p a span.ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184yshortcuts {
font-family:Verdana;font-size:10px;font-weight:normal;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 .ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184green {
color:#628c2a;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 .ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184MsoNormal {
margin:0 0 0 0;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 o {
font-size:0;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184photos div {
float:left;width:72px;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184photos div div {
border:1px solid #666666;height:62px;overflow:hidden;width:62px;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184photos div label {
color:#666666;font-size:10px;overflow:hidden;text-align:center;white-space:nowrap;width:64px;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184reco-category {
font-size:77%;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184reco-desc {
font-size:77%;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 .ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184replbq {
margin:4px;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ygrp-actbar div a:first-child {
margin-right:2px;padding-right:5px;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ygrp-mlmsg {
font-size:13px;font-family:Arial, helvetica, clean, sans-serif;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ygrp-mlmsg table {
font-size:inherit;font:100%;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ygrp-mlmsg select, #ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 input, #ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 textarea {
font:99% Arial, Helvetica, clean, sans-serif;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ygrp-mlmsg pre, #ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 code {
font:115% monospace;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ygrp-mlmsg * {
line-height:1.22em;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ygrp-mlmsg #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184logo {
padding-bottom:10px;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ygrp-msg p a {
font-family:Verdana;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ygrp-msg p#ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184attach-count span {
color:#1E66AE;font-weight:700;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ygrp-reco #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184reco-head {
color:#ff7900;font-weight:700;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ygrp-reco {
margin-bottom:20px;padding:0px;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ygrp-sponsor #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ov li a {
font-size:130%;text-decoration:none;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ygrp-sponsor #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ov li {
font-size:77%;list-style-type:square;padding:6px 0;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ygrp-sponsor #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ov ul {
margin:0;padding:0 0 0 8px;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ygrp-text {
font-family:Georgia;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ygrp-text p {
margin:0 0 1em 0;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ygrp-text tt {
font-size:120%;}

#ygrps-yiv-338229864 #ygrps-yiv-338229864ygrps-yiv-2060451159 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184 #ygrps-yiv-338229864ygrps-yiv-2060451159yiv7413505184ygrp-vital ul li:last-child {
border-right:none !important;}



Very true Chuck… We use AVG costing for some parts, and it took us a little
while to get it down to make sure the costing works out. It made it really
fun when we had multiple job parts coming off of the job. All of the parts
use the same UOM but will have different quantities and we needed to split
the costing equally to each unit (pounds). We only enter a completed
quantity when the entire job is done and all receipts get done afterwards.



Josh Serwe

Wisconsin Converting Inc.

Warehouse & Logistics Manager

(920)437-6400 x 330

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
chuck.degreeff@...
Sent: Thursday, October 31, 2013 10:19 AM
To: vantage@yahoogroups.com
Subject: RE: Re: [Vantage] Re: Jobs; Production Reporting 905.606.A





The timing of receipts to stock are also extremely important with AVG
costing, since the cost that is applied to the received parts is in
proportion to the total job costs at the time of receipt, and the value of
any parts that are in stock at the time of receipt. It gets a little hairy
when you have instances where partial receipts from a job are coupled with
shipments or issues from stock to subsequent jobs. You will see the average
cost changing for no apparent reason. Average cost seems to work better if
all parts are completely transacted to stock after all costs have been
completely transacted into the jobs.



---In vantage@yahoogroups.com, <vantage@yahoogroups.com> wrote:

Good memory Josh, we are backflushing.

Is there any benefits to backflushing vs issuing material that you know of?

Thanks for all your help.



From: Joshua Serwe <jserwe@...>
To: vantage@yahoogroups.com
Sent: Thursday, October 31, 2013 10:17 AM
Subject: RE: [Vantage] Re: Jobs; Production Reporting 905.606.A





Issuing of materials has to happen as well but if I remember correctly from
last time you are backflushing so that should be correct.

Josh Serwe

Wisconsin Converting Inc.

Warehouse & Logistics Manager

(920)437-6400 x 330

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Jacqueline Restivo
Sent: Thursday, October 31, 2013 9:11 AM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] Re: Jobs; Production Reporting 905.606.A

We are using average cost.

I'm thinking the sequence is as follows:

Start Prod

Report Qty

End Prod

Job receipt to Inventory.

Please correct me if this is incorrect.

Thanks

((/*\,/*\))

From: Joshua Serwe <jserwe@...>
To: vantage@yahoogroups.com
Sent: Thursday, October 31, 2013 10:02 AM
Subject: RE: [Vantage] Re: Jobs; Production Reporting 905.606.A

Yes, sequence is huge. it reacts differently dependent on the type of
costing that you are using though too.

Josh Serwe

Wisconsin Converting Inc.

Warehouse & Logistics Manager

(920)437-6400 x 330

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Jacqueline Restivo
Sent: Thursday, October 31, 2013 8:58 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: Jobs; Production Reporting 905.606.A

All, We're moving from KANBAN job reporting to Assigning Jobs to
Products.

Does the sequence of events have EVERYTHING to do with capturing
costs? I think the answer is yes, but this might be a coincidence. (I
know th ey say, no such thing as coincidences).

Epicor help is everything but helpful.

Thanks in advance

Jacqueline

Happy Halloween ((/\ /\))

[Non-text portions of this message have been removed]

[Non-text portions of this message have been removed]





[Non-text portions of this message have been removed]
I created a BAQ so that we can have a Sales Return Rate.

I used the parttran for transtype - MFG-CUS, STK-CUS and RMA-INS (RMA receipts).

The MFG and STK to CUS had the customer number on the record.

The RMA-INS did not.

I created a calculated field based on TransType and called it CustomerID.

When I created a report through BAQ report designer, it does not let me use the calculated field as filter.

Is there a way around this?  Is there a way I can use my calculated field as a filter.

We are on Epicor 9.05.605 and have a progress DB