Page 1 of 2 12 LastLast
Results 1 to 10 of 84

Hybrid View

  1. #1
    Join Date
    Dec 2013
    Location
    Southampton, UK
    Posts
    51
    Plugin Contributions
    0

    Default Re: All Invoices Report [support]

    Hi. I am having an issue with invoices not printing 1 per page and no page break. I am running the following:

    Windows 7
    IE 11
    ZC Version 1.5.1

    Everything was fine until I upgraded to IE 11. Is there something that needs to be updated or code altered for IE 11? The functions work correctly in all other browsers.
    I would prefer to sort this out for IE 11 as we use this for all other site functions.

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,944
    Plugin Contributions
    96

    Default Re: All Invoices Report [support]

    I'm not seeing the IE11 issue. When printing the invoices, each new invoice starts on a new page (same configuration: IE11, Win7, ZC 1.5.1).

  3. #3
    Join Date
    Dec 2013
    Location
    Southampton, UK
    Posts
    51
    Plugin Contributions
    0

    Default Re: All Invoices Report [support]

    Any ideas? Only seemed to happen when I upgraded to IE11.

  4. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,944
    Plugin Contributions
    96

    Default Re: All Invoices Report [support]

    Like I said, I can't reproduce the issue running IE11 (11.0.9600.17207).

  5. #5
    Join Date
    Mar 2014
    Location
    United States
    Posts
    9
    Plugin Contributions
    0

    Default Re: All Invoices Report [support]

    Quote Originally Posted by Axeman View Post
    Hi. I am having an issue with invoices not printing 1 per page and no page break. I am running the following:

    Windows 7
    IE 11
    ZC Version 1.5.1

    Everything was fine until I upgraded to IE 11. Is there something that needs to be updated or code altered for IE 11? The functions work correctly in all other browsers.
    I would prefer to sort this out for IE 11 as we use this for all other site functions.
    I am having the same issue, but in my case, it doesn't seem to matter whether I'm using IE11, Chrome, etc., and it happens on multiple different PCs. I'm wondering if I messed up something in the addon installation.

  6. #6
    Join Date
    Sep 2012
    Posts
    253
    Plugin Contributions
    0

    Default Re: All Invoices Report [support]

    /templates/tpl_all_invoices.php has a div style around line 270. This must be coded correctly for your browser type and version. If you upgraded to a new version of ie and it stopped working than the code isn't supported by the new browser. Add the code for your particular browser into that line.

  7. #7
    Join Date
    Mar 2014
    Location
    United States
    Posts
    9
    Plugin Contributions
    0

    Default Re: All Invoices Report [support]

    Quote Originally Posted by southshorepizza View Post
    /templates/tpl_all_invoices.php has a div style around line 270. This must be coded correctly for your browser type and version. If you upgraded to a new version of ie and it stopped working than the code isn't supported by the new browser. Add the code for your particular browser into that line.
    Thanks. That led me to a solution for my case. It may not be the preferred solution, but moving the style into the <table> tag works for me:

    Code:
    <table style="page-break-after: always;" border="0" width="100%" cellspacing="0" cellpadding="2">

  8. #8
    Join Date
    Sep 2012
    Posts
    253
    Plugin Contributions
    0

    Default Re: All Invoices Report [support]

    Glad I could help you.

  9. #9
    Join Date
    Dec 2013
    Location
    Southampton, UK
    Posts
    51
    Plugin Contributions
    0

    Default Re: All Invoices Report [support]

    The solution for me was similar. I move the style and it worked fine. I also found this was in a <br> tag not a div just after <!-- Add page break for print out -->.

    When I moved the style to the first <table> I also deleted the <br> where the style was originally located.

    One slightly annoying thing is that the addon has always chucked out a blank page before printing the invoices. After the change it does the same but after the invoices are printed. Any ideas why this could be happening? I have found this since the very first version that I have installed and on different printers using different operating systems (currently Windows 7 Ultimate) and different browsers (currently IE 11. Given all these facts I would say it would be a coding issue rather than system, software or printer problem.

  10. #10
    Join Date
    Sep 2012
    Posts
    253
    Plugin Contributions
    0

    Default Re: All Invoices Report [support]

    I heavily modified this report but what I can tell you is there is something making it generate that blank page. So there is some content after the page break. I'm assuming this is after every invoice so if you are printing 10 invoices you are getting 10 blank pages and not 10 invoices with 1 blank page at the end. The fact that you say it went from a blank page before to blank page after confirms this.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v152 Support Thread: Report All Errors (Even Warnings)
    By lat9 in forum Addon Admin Tools
    Replies: 34
    Last Post: 1 Feb 2020, 05:42 PM
  2. v154 Editable Invoices & Packing Slips [Support]
    By dbltoe in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 7 Oct 2015, 11:44 PM
  3. Replies: 1
    Last Post: 27 Jan 2012, 06:35 PM
  4. Admin Activity Report [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 17
    Last Post: 6 Aug 2009, 12:47 PM
  5. printing all invoices
    By simplesat in forum General Questions
    Replies: 1
    Last Post: 28 Nov 2008, 04:03 PM

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