Products are purchased from various vendors, and Prelude has a 'Primary Vendor' for a product. But, when it comes to knowing which vendor's product was
sold from a box there is no method to trace it. This even get worse with asterisk part numbers because they don't even had a 'primary vendor'.
Our Product Manager estimates Vendor Sales by using purchase percentages from each vendor and just guessing.
Ideally he wants a modified LIFO method so that we consider sales to come first from non-primary vendors (LIFO) and then from the primary vendor. This is all to determine the Cost of Goods Sold per vendor.
Any suggestions?
Would I build a stack in the PRODUCT file keeping a stack of purchase quantities per Non-primary Vendors and removing them as sales occur? And what happens if the primary vendor changes?
