RE: Posting / Distributions Report ?
Hi Stan
The first place I would look would be to go to Microsoft Dynamics GP > tools > setup > posting > posting accounts
You can look through each series and see which default accounts are setup. Change as necessary.
If nothing is there or even if you find the accounts setup there, open smartlist and use Inventory > Items
You will need to add columns for the Various account types (COGS, Inventory control, Revenue, Returns etc). this will give you the items and the GL accounts assigned to them.
You should note that the inventory items may be assigned to Item Classes and obtain their accounts from the class so you should check that as well to ensure that new items created don't get populated with the wrong accounts that may still be sitting at the class level.
Or if you are comfortable with SQL you can run a query on the Item Master (IV00101). Note that for the GL accounts it will return the GL Index so you will have to do a join to the GL master and bring the full account in that way.