Originally Posted by fryeguy
|
Now here is one more strange behavior:
On the PO 16/2 speaker wire shows up as 4 different line items.
I noticed the quantity is unique for each line item.
That is the only thing different about the lines.
Is this normal behavior?
Ideally on a PO instead of having four line items with quantities like 10, 150, 200, & 300 I would have one line item with a quantity of 660.
I notice in the same report when I look at speakers, I get a line item for a speaker model with qty. 26. I assume this is because each speaker is a line item in the data matrix.
What causes the data to be grouped by quantity in this report?
|
The cause of this problem is that the data is grouped by the Cost field and not the UnitCost. For wires, the cost is equal to UnitCost * WireLength. This means that wires of the same length will be grouped, but wires with different lengths will each appear as a line item.
For now, your only option is to select the
grpCost header and set DataField property to blank. This will fix the report for wires and cause all items to be grouped by Manufacturer and Model alone. Unfortunately, if you have identical products (Manu/Model) with different costs, they will get merged into one line since the report will no longer distinguish by cost. This may or may not be a problem for you, depending on how you track costs.
Going forward, we will fix this in 5.5 when there is a proper UnitCost data field. The Purchase Order report will be updated automatically when we do.
Sorry for the bug and the delayed response.
Best regards,
Randy