All New Gantt in ERPNext

Gantt chart is a type of bar chart to visualize the timeline of a project. It provides an overall view of the project’s execution. It makes Project Management easier. Any ERP software is incomplete without it.

ERPNext also comes with a Gantt chart for project management. It is based on jQuery.Gantt. But it has some drawbacks.

  1. The tasks are not editable.
  2. Scrolling across the timeline is not very intuitive.
  3. You can not apply filters to the Gantt view.
  4. Its looks doesn’t complement ERPNext’s design.

Here’s what it looks like:

Here’s what the new Gantt looks like:

To know more, read our blog post.


Looking forward to your feedback!

24 Likes

This looks really nice! A much cleaner design.

One of my peeves was that the tasks in the old Gantt overflowed into the task status due to the chart area. This solves that issue in a very nice way :slight_smile:

3 Likes

Yeah I too apprciate very clean and intuitive Interface.Hats off @Team Frappe

2 Likes

Generally more interested in kanban here but must admit looks as if you have put some nice new features in the gantt view.

@netchampfaris If you say “new” does that mean this will be coming with the 7.1 release"?

1 Like

Looks great! MUCH better functionality than than the current setup. Thanks Frappe!

Will it show task dependencies visually? That’s one thing I miss coming from other project management software.

1 Like

Task dependency is coming soon :slight_smile:

5 Likes

Seems to be, as all gantt-related commits were merged into develop branch.

1 Like

not sure whether that is technicaly related but from the top of my (non-developer) head … would it make any sense to lean the code for @alec_ruizramon1 's kanban App on this or vice versa?

on the other hand … he’s maybe too advanced in his project to even think of such

@vrms (and others as well)… here is my schedule.

I’m working to get the analytics app cleaned up a bit and tests written. Once this is stable and done, I can pick up Kanban. I expect that to be within a week.

I still haven’t decided how to proceed with some of the implementation details. That’s the most important thing to get right - otherwise any changes become very expensive.

1 Like

@alec_ruizramon1

@netchampfaris might start working on a more native UI for Kanban in a week or so. Will be great to use your app as a starting point. Would be great if you can collaborate on the project too!

is @netchampfaris an Employee of Frappe Pvt.?

Yeah … sorry have not updated the about page in a while!

would it be an idea to tag Frappe employees as such in here? I think that would make things a bit clearer at times whether you new that a discussant was an Employee

@vrms I don’t think that should matter. Everyone here is a community member

Edit: if anyone wants to share their bios, they should be free to do so in their bios

Edit 2: thinking of which, we would also love to know more about you, @vrms since you are so active in the community :smile:

3 Likes

I don’t mean it in a way to give “higher value” so to speak to anyone over others. Just would make things clearer t times for everyone I think.

you mean whether or not I am a Frappe Employee?

joking aside … I’ll put something in my bio sometime if you’re curious … Can’t make it to the conference unfortunately though

1 Like

@rmehta @netchampfaris Definitely! The whole front-end needs a big refactor, it could be a lot cleaner - I’d be happy to do that to start with (or any other part of the project!).

2 Likes

Awesome :slight_smile:

I was checking out the new gantt view and it truly is a big step forward from the previous one.
I usually use the Gantt chart in week view, so I was wondering if it is possible to change the default view of the Gantt chart from Day to Week.

@netchampfaris, this looks awesome. I know I’m going to get some great use out of this feature once 7.1 is released.

I noticed that the doctypes that are supported are ones with a Start and End date, but it’s not quite clear if some documents would fit. I’m specifically thinking of Material Requests and Purchase Orders, whose “Start Date” is when it is created and the End date would be the “Required By” field based on each item in their tables.

I think it would be awesome to be able to do a Gannt chart for one of these docs and see each item broken down with when they are required. This could cascade into seeing when Production Orders are scheduled so that you can see how late deliveries would affect production schedule, etc.

Would it be possible to use the current Gantt framework to look at documents where the start and end dates are contained in child tables (or one of the dates in the parent doc and the other in the child table field)?

Thanks for the great work!

3 Likes