Results 1 to 7 of 7
  1. #1
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,519
    Plugin Contributions
    0

    Default Printable Invatory in Admin?

    Is there a mod that you can able print the invatory products in the Admin area?

  2. #2
    Join Date
    Dec 2007
    Location
    London
    Posts
    184
    Plugin Contributions
    0

    Default Re: Printable Invatory in Admin?

    Have you tried this mod?

    http://www.zen-cart.com/index.php?ma...roducts_id=276

    We had it installed at one point but never really used it. From what I recall it was quite good though.

  3. #3
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,519
    Plugin Contributions
    0

    Default Re: Printable Invatory in Admin?

    This is for the main store not in the admin area......


    this will not work for me. I want to print the inventory in the Admin area only.

  4. #4
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,154
    Plugin Contributions
    11

    Default Re: Printable Invatory in Admin?

    Maybe we're missing something. What's different between the store inventory and the admin inventory?

    That mod will configure to give many different printouts.

  5. #5
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,519
    Plugin Contributions
    0

    Default Re: Printable Invatory in Admin?

    will it also print the manufacturer on the list too?

  6. #6
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,519
    Plugin Contributions
    0

    Default Re: Printable Invatory in Admin?

    Nevermind I did a printout test that it printed out what I want. Thank you very much.

  7. #7
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,154
    Plugin Contributions
    11

    Default Re: Printable Invatory in Admin?


    Now I see that this mod creates a sidebox for the customer to print out a price list. Wouldn't want them to get too much info.

    You could just run a query to a spreadsheet.
    The only tricky part would be getting the product description with the ID as they are in two separate tables and the manufacturer with the manufacturer's ID for the same reason.

    But
    SELECT
    products_description.products_name as 'Product',
    products.products_quantity as 'Qty on Hand',
    products.products_model as 'Model',
    manufacturers.manufacturers_name as 'Manufacturer'
    FROM
    products ,
    products_description ,
    manufacturers
    WHERE
    products.products_id in (products_description.products_id) OR
    products.manufacturers_id in (manufacturers.manufacturers_id)
    will get you pretty close.
    This is assuming you don't have a table prefix
    Adding WHERE and GROUP BY could clean things up for the display you need.

 

 

Similar Threads

  1. v150 printable invoices?
    By Kathy_ in forum Managing Customers and Orders
    Replies: 6
    Last Post: 21 May 2012, 05:36 AM
  2. Printable List
    By familynow in forum General Questions
    Replies: 0
    Last Post: 8 Mar 2012, 03:31 PM
  3. Printable Price-List Admin Problem
    By JRayfield in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 13 Feb 2009, 10:34 PM
  4. Printable pricelist to admin
    By DanAllkins in forum Customization from the Admin
    Replies: 3
    Last Post: 13 Aug 2007, 06:01 PM
  5. Printable catalogue
    By duckydoodles.com in forum General Questions
    Replies: 0
    Last Post: 3 Jun 2006, 12:56 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