Skip to Content
Menu
This question has been flagged
1 Reply
4543 Views

I'm having an issue with the pdf printout of invoices missing header, footer and layout. I've had struggles with wkhtmltopdf in the past so I thought that was the culprit again. However, after further investigation, is seems to be something else. What I've found:

  • When I print an invoice, there is no layout (as mentioned)

  • This is also the case when I print to html (so it's not pdf-conversion issue)

  • When I print a sample report (Settings > User > Companies > <Company> > Report Configuration > Preview External Report) the header/footer and layout are OK.

  • When I compare the html of the sample report and the invoice, I see that the latter has only two stylesheet references, while the former has 7:

sample report:

            <link rel="stylesheet" href="/report/static/src/css/reset.min.css" type="text/css"/>
            <link rel="stylesheet" href="/web/static/lib/bootstrap/css/bootstrap.css" type="text/css"/>
            <link rel="stylesheet" href="/website/static/src/css/website.css" type="text/css"/>
            <link rel="stylesheet" href="/web/static/lib/fontawesome/css/font-awesome.css" type="text/css"/>
            <link rel="stylesheet" href="/base/static/src/css/description.css" type="text/css"/>
            <link rel="stylesheet" href="/report/static/src/css/report.css" type="text/css"/>
            <link rel="stylesheet" href="/stock/static/src/less/report.assets_common/report_location_barcode.less.css" type="text/css"/>

Invoice:

            <link href="/web/content/1102-9a5a204/report.assets_pdf.0.css" rel="stylesheet"/>
            <link href="/web/content/3818-3a3cb81/report.assets_common.0.css" rel="stylesheet"/>

Does anybody have an idea what might cause this?

Avatar
Discard
Author Best Answer

I discovered this issue does not occur when I'm in developer mode.

Edit: This issue went away after an update, so it must have been a bug.

Avatar
Discard
Related Posts Replies Views Activity
2
Aug 16
2681
3
Jun 16
4519
3
Feb 16
5123
1
Nov 24
104
0
Aug 24
235