But it's working only for first page, for more details please find attachment Is there any another way to add footer in all print pages?
Thanks,
Anand Pawar
–
Note:
If you are posting an issue,
ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
This is a pretty hard problem and we haven't figured it out till now.
Please ask on Stack Overflow or some other forum that has experts in print pagination. If you can figure this out, we would be glad to accept a pull request :)
To add footer in all print pages, i have write the below code
CSS code
@media print {
html, body { width: 100%;
height: 100%; margin: 0;
padding: 0; }
#footer { position: absolute;
bottom: 0; display: table-footer-group;
} }
HTML code
<div id="footer">
<img src="/files/Footer.png" /> </div>
But it's working only for first page, for more details please find attachment Is there any another way to add footer in all print pages?
Thanks,
Anand Pawar
–
Note:
If you are posting an issue,
ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
On Wed, Jul 30, 2014 at 4:44 PM, Anand Doshi <an...@erpnext.com> wrote:
Hi Anand Pawar,
This is a pretty hard problem and we haven't figured it out till now.
Please ask on Stack Overflow or some other forum that has experts in print pagination. If you can figure this out, we would be glad to accept a pull request :)
To add footer in all print pages, i have write the below code
CSS code
@media print {
html, body { width: 100%;
height: 100%; margin: 0;
padding: 0; }
#footer { position: absolute;
bottom: 0; display: table-footer-group;
} }
HTML code
<div id="footer">
<img src="/files/Footer.png" /> </div>
But it's working only for first page, for more details please find attachment Is there any another way to add footer in all print pages?
Thanks,
Anand Pawar
–
Note:
If you are posting an issue,
ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to a topic in the Google Groups "ERPNext Developer Forum" group.
ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.