inventory
Hi,
i am using commerce stock to keep track of the inventory of items however is there a report that i can see a price list with the amount of inventory per item remaining maybe even the prices etc... a detailed price list of all items i sell?
Comments
You can start here
Hi
You can create your own view with that information, if you want to do that check this:
http://drupal.org/project/views
http://www.drupalcommerce.org/videos/tutorials/using-views-products-drup...
There are a couple of modules to create reports for drupal commerce
maybe you want to check them too:
http://www.drupalcommerce.org/extensions/module/reporting
Thanks
that was simple i created my
that was simple i created my own view, is there a way to make this part of the admin menu? on the very top, to have this inventory view as an option like a button under reports maybe or something like that?
never mind i figured it out,
never mind i figured it out, i just had to put it under page settings by menu, and i also put admin only can view this.
i love this views, it so cool!
Hi,
Hi,
I set up the views like you mentioned and everything was working great. however now i deleted a few products but in this view of inventory the deleted products are showing up in the inventory list even though i deleted them from the website.
how can i fix this?
I actually figured this out
I actually figured this out in case anyone is wondering how to do this:
I created a filter criteria and select commerce produt statues and select YES so it shows me only active products. somehow when you delete a product in commerce it doesnt delete it, it simple disables it and its no longer active. so just create this filter and your good to go.