Results 1 to 9 of 9
  1. #1
    Join Date
    May 2007
    Posts
    181
    Plugin Contributions
    0

    Default Order Invoices and Packing Slips Question

    Does anyone know how or know of a module out there that can print all/ or print selected invoices and packing slips on the customer's order page?

    Having to click into the order and click invoice/packing slip and then click print is a lot of hassle if you get 100 orders a day. The process we run is print out all packing slips for all the current orders and hand them to the warehouse guys to process and packup the products.

    Anyone?

  2. #2
    Join Date
    Mar 2006
    Location
    Australia
    Posts
    289
    Plugin Contributions
    3

    Default Re: Order Invoices and Packing Slips Question

    Hi there
    We don't you create a SQL report for this?
    All the info you require to create a packing "report" is in the orders table. Simply use phpMyAdmin or whatever interface your host supples select the relevant fields.
    To get you started here is a report
    select zen_orders_products.orders_id, zen_orders_products.products_quantity, zen_orders_products.products_name
    from zen_orders_products
    where zen_orders.date_purchased >= '2006-02-01' and zen_orders.date_purchased <= '2006-03-31'
    group by zen_orders_products.orders_id;

  3. #3
    Join Date
    May 2007
    Posts
    181
    Plugin Contributions
    0

    Default Re: Order Invoices and Packing Slips Question

    Because this is for the employees to handle and they have not a clue what even html is let alone SQL queries.

  4. #4
    Join Date
    Mar 2006
    Location
    Australia
    Posts
    289
    Plugin Contributions
    3

    Default Re: Order Invoices and Packing Slips Question

    Excuse me mate but this is a suggestion where you write a report and either you run it, train an employee to run or you integrate the report into the admin section so you can run it from there.

  5. #5
    Join Date
    Jun 2007
    Posts
    32
    Plugin Contributions
    0

    Default Re: Order Invoices and Packing Slips Question

    nrg have you tried the SuperOrders dontrib, a great module for batch updating and also for batch printing or printing selected orders. It can do the invoices, shipping or packing labels.

  6. #6
    Join Date
    May 2007
    Posts
    181
    Plugin Contributions
    0

    Default Re: Order Invoices and Packing Slips Question

    No, I haven't heard of that one yet. Thanks, I will look into it....

  7. #7
    Join Date
    May 2007
    Posts
    181
    Plugin Contributions
    0

    Default Re: Order Invoices and Packing Slips Question

    After looking into it, I am not sure if its compatible with 1.3.7....

  8. #8
    Join Date
    Jun 2007
    Posts
    32
    Plugin Contributions
    0

    Default Re: Order Invoices and Packing Slips Question

    I am using superorders with 1.37 and all is working well.
    except for the emails.

  9. #9
    Join Date
    May 2007
    Posts
    181
    Plugin Contributions
    0

    Default Re: Order Invoices and Packing Slips Question

    For me, when I use batch update status, it gives me an SQL error. Also, on the batch update page, my "comment" box to write to the customer is so narrow like one character wide. How am I suppose to see what I am typing?

    If you know how to fix these two issues, please inform me.

    Thanks..

 

 

Similar Threads

  1. Replies: 3
    Last Post: 17 Jun 2012, 07:21 PM
  2. Customizing Invoices and Packing Slips
    By Crzipilot in forum Managing Customers and Orders
    Replies: 2
    Last Post: 29 Nov 2010, 07:31 AM
  3. Editing Packing slips and invoices
    By dvdd127 in forum Templates, Stylesheets, Page Layout
    Replies: 20
    Last Post: 17 Sep 2009, 12:12 AM
  4. Ordering of items on invoices and packing slips
    By d0ugparker in forum Managing Customers and Orders
    Replies: 1
    Last Post: 17 Aug 2009, 01:05 AM
  5. changing the invoices and packing slips
    By wills in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 10 Nov 2008, 09:11 AM

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