@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
@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.
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.
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.
We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. Learn more about our cookies.