Magento - Help me find value of my stock?

dazfree

Free Member
Mar 10, 2008
226
6
Hi,

I want to be able to run a report in Magento and find the value (retail value) of my stock?

All products are input as config products with simple products attached.

Is there a way to do this or is there an extension available for this?

Thanks,

Darrell
 

a1anm

Free Member
Jan 29, 2011
733
79
Hi,

I want to be able to run a report in Magento and find the value (retail value) of my stock?

All products are input as config products with simple products attached.

Is there a way to do this or is there an extension available for this?

Thanks,

Darrell

You can do this without an extension:

system > import/export > dataflow - profiles > export product stocks

Once here you can add fields you would like to export so you need to make sure you have the Quantity field and the Price field.

You then run this export which creates a .csv file in /var/exports

Just open this file in excel and run a calculation on the columns (qty * price) and total it up.
 
Upvote 0

Latest Articles