Thread: Stock Count

Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2005
    Location
    England
    Posts
    90
    Plugin Contributions
    0

    Default Stock Count

    Is there any way that I can download some type of table of what I currently stock onto an Excel spreadsheet?

    This would be very useful for accounting purposes

    Thanks

  2. #2
    Join Date
    Sep 2004
    Location
    Western Massachusetts
    Posts
    2,945
    Plugin Contributions
    5

    Default Re: Stock Count

    Yes, it's possible to do from phpmyadmin (generally available from your server Cpanel)

    From phpMyAdmin, select your database, click on the SQL tab.
    Enter the following query into the textarea box (change the prefix zen_ to match your prefix or delete it if you don't use one):
    Code:
    SELECT p.products_id, p.products_model, pd.products_name, p.products_quantity
    FROM zen_products p, zen_products_description pd
    WHERE p.products_id = pd.products_id
    Once the results display, click the Export link at the bottom of the page
    Select CSV for Excel as the export format
    Check the 'Save as File' checkbox
    Click the Go button, and save the result where you can find it to import into Excel.
    Neville
    An assumption is what you arrive at when you get tired of thinking...

  3. #3
    Join Date
    Dec 2005
    Posts
    89
    Plugin Contributions
    0

    Default Re: Stock Count

    I typed what you said into the sql search and it came up the error... Please Help


    Error
    SQL query:

    SELECT p.products_id, p.products_model, pd.products_name, p.products_quantity
    FROM _products p, _products_description pd
    WHERE p.products_id = pd.products_id
    LIMIT 0 , 30

    MySQL said:

    #1146 - Table 'neva_phpbb._products' doesn't exist

  4. #4
    Join Date
    Jun 2006
    Posts
    7
    Plugin Contributions
    1

    Default Re: Stock Count

    Hi - I've added a .zip file to the download area (Other Modules) which exports data from Excel to a .csv file - it may not contain the fields you need, but perhaps you can modify it to do the job?

 

 

Similar Threads

  1. Stock count
    By Gwiazda in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 10 Dec 2009, 01:31 PM
  2. stock count
    By phat in forum Managing Customers and Orders
    Replies: 8
    Last Post: 24 Sep 2008, 10:05 PM
  3. Hide stock count and not check for out of stock
    By microbe in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 12 Feb 2008, 12:08 AM
  4. Stock count
    By aquaessential in forum General Questions
    Replies: 2
    Last Post: 8 May 2007, 08:52 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR