Skip to main content
Question

View WIP Transactions by production order

  • February 10, 2023
  • 9 replies
  • 443 views

Freeman Helmuth
Varsity III
Forum|alt.badge.img

Is there any way to view all the transactions affecting the WIP account for a particular production order?

 

9 replies

Freeman Helmuth
Varsity III
Forum|alt.badge.img

Having a GI that shows this, would help mitigate the problem in this idea. This is very similar to the issue I’m dealing with:


Negative quantity cost adjustments should also update the last manufacturing cost layer | Community (acumatica.com)


Chris Hackett
Community Manager
Forum|alt.badge.img
  • Acumatica Community Manager
  • 2789 replies
  • March 20, 2023

Hi @Freeman Helmuth  were you able to find a solution? Thank you!


iqraharrison
Captain II
Forum|alt.badge.img+8
  • Captain II
  • 566 replies
  • March 20, 2023

@Freeman Helmuth does the Work in Process report work for you? it’s available under reports and you can specify the production order and the corresponding WIP account 


Freeman Helmuth
Varsity III
Forum|alt.badge.img

@iqraharrison48  No it doesn’t. I need a report that shows the actual materials in the WIP account. This is important when we perform period inventory counts to verify that the materials in WIP are correct. I was able to create a generic inquiry that kind of does this but it’s very slow and clunky.

 

It’s not our highest priority right now so I’m not putting a lot of effort into it, but if an Acumatica team member would at least point me in the right direction for which tables to join this would be helpful.


iqraharrison
Captain II
Forum|alt.badge.img+8
  • Captain II
  • 566 replies
  • March 23, 2023

@estebanperalta54 is this something you might be able @Freeman Helmuth with?


cmoreland
Semi-Pro III
Forum|alt.badge.img
  • Semi-Pro III
  • 110 replies
  • October 10, 2023

I was curious if you were able to resolve this. 


Michaelh
Semi-Pro III
Forum|alt.badge.img+2
  • Semi-Pro III
  • 187 replies
  • December 5, 2023

Any news on this? I can get every transaction posted against the Production, but I can’t get who is “active”. 

Example output:

 

Tran Type Item ID Qty OP Code
Issue COMPONENT 1 1,000.00 OP Code: 0010
Issue COMPONENT 2 1,000.00 OP Code: 0010
Backflush Labor Finished Good 0.00 OP Code: 0060
Variable Overhead Finished Good 0.00 OP Code: 0060
Operation MFG to Inventory Finished Good 1,000.00 OP Code: 0060
Operation MFG to Inventory Finished Good 1,000.00

OP Code: 0010

 

As a Human, I know that only the FINISHED GOOD 1,000 unit cost is in WIP from the 0060 OP CODE, how do you know which transactions are still in WIP and who are just historical?

In case anyone wants the full list of Transactions agianst a Production Order (great for audits), you want the AMMTran table.

 


Michaelh
Semi-Pro III
Forum|alt.badge.img+2
  • Semi-Pro III
  • 187 replies
  • December 7, 2023

Thanks @di93 for the help.

 

If you ALWAYS fulfill the entire Production Order, no partials or jumping between OP codes, then you can use this code in the PRODUCTION ORDER group:

=max([AMMTran.OperationID])

This will give you the largest OP CODE used in the Transactions for the Production Order. I set this to a variable called “$OP” who resets on the group for the Production Order.

Now under the details segment, where my transactions appear, I set the visibility flag to:

=AMMTran.OperationID=$OP

So if the transaction has an OP code that matches the highest OPCode for this transaction set, then I want it displayed. Easy Wins.


jdobish
Pro II
Forum|alt.badge.img+2
  • Pro II
  • 232 replies
  • December 7, 2023

I will have to look, but I think I have built one of these for a customer in the past. Essentially they wanted to look at production efficiency.  


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings