Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Printable Gantt Chart #14731

Open
jvantslot opened this issue Mar 25, 2017 · 17 comments
Open

[Feature] Printable Gantt Chart #14731

jvantslot opened this issue Mar 25, 2017 · 17 comments

Comments

@jvantslot
Copy link

Currently printing of gantt charts are not possible in ERPNext.

This is a feature request for the ability to do so, using the existing Print link that shows on an existing gantt chart.

This feature request is in reference to this ERPNext forum post.

@dottenbr
Copy link
Contributor

Definitely useful. We share project plans with our customers and don't always want to make it collaborative but sometimes just inform.

@joolsr
Copy link

joolsr commented Mar 27, 2017

Absolutely I thoroughly agree

@ishanloya
Copy link
Contributor

I think a lot of users will find this functionality to be useful. Horizontally scrolling the chart is not as easy as referring to a printout.

@joelios
Copy link
Contributor

joelios commented Oct 30, 2017

any updates on this features request?

@africlouds
Copy link

+1

@alejandroc2003
Copy link

I am trying to print the gantt chart using print format.

Using google charts I add the gantt (testing), but when I generate the pdf is not showing the chart.

https://developers.google.com/chart/interactive/docs/gallery/ganttchart

Preview (there is the gantt!!)
image

PDF generated (there is no gantt )
image

@joolsr
Copy link

joolsr commented Sep 21, 2018

Interesting. Getting print outs of Gantt charts is still important for firms such as ours in manufacturing where not everything can be on the screen some has to be on paper.
I would ask Faris @netchampfaris if he has any comments on this behaviour and whether it can be easily improved.

@jalajc
Copy link

jalajc commented Nov 28, 2020

A very much required feature for

  • manufacturing

wondering what could be challenge that this is still open. Once we know challenges, possibly folks may have their inputs and can help.

@Pickleheaded
Copy link

Hi, made temporary a solution that uses 'svg-export.js' which can be found online. This allows saving the Gantt as pdf but it will require some custom coding to implement.

Thought I would post as may be of interest to those who need at add this feature now?

Sample output pdf

Project Gantt Exported on 31-08-2021 07_28_41.pdf

@ankush ankush transferred this issue from frappe/erpnext Oct 29, 2021
@Ponyooooo
Copy link

how can we enable the Gantt chart printing?

@littlebunyip
Copy link

This feature would be useful for our business planning.

@Hussein140
Copy link

I was able to print out the Gantt chart
I will post more details on how to print the charts later

@Hussein140
Copy link

Hussein140 commented Sep 16, 2023

print Gantt Chart.pdf

https://discuss.frappe.io/t/printing-gantt-chart/110030?u=hussein_almozeiqr

@currantdev
Copy link

Hi @Hussein140
Your solution is working, but pdf contains black background which i cant change to white.
The same situation is on official frappe example: https://frappe.io/gantt
Zrzut ekranu 2023-11-17 o 11 51 47

Any solution?

@currantdev
Copy link

with svg-export.js this is simple and working like a charm.
https://github.com/sharonchoong/svg-exportJS
svgExport.downloadJpeg(document.getElementById("gantt"), "gantt-export",{ width: $("#gantt").width(), height: $("#gantt").height() });

@Hussein140
Copy link

Hussein140 commented Nov 27, 2023

Hi @Hussein140 Your solution is working, but pdf contains black background which i cant change to white. The same situation is on official frappe example: https://frappe.io/gantt Zrzut ekranu 2023-11-17 o 11 51 47

Any solution?

make sure for work correctly
I think you need to set background-color

@Hussein140
Copy link

Hi @Hussein140 Your solution is working, but pdf contains black background which i cant change to white. The same situation is on official frappe example: https://frappe.io/gantt Zrzut ekranu 2023-11-17 o 11 51 47

Any solution?

make sure for work correctly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests