[Feature] [ERPNext v12] Color field inside Issue doctype

Hello, Community!
If we will create kanban board for Issue doctype all tasks looks like:

image

But if we will add color field for Issue doctype it have better design in Kanban Board:
image

What do you think? Do you want to see this feature in ERPNext? I want to know your opinion about it

Feature request in github: [Feature Request] Add color field in Issue Doctype · Issue #22786 · frappe/erpnext · GitHub

4 Likes

The Open, Replied, Hold are status so they should be color-coded already.

Then the boxes are docname, right? If this feature is implemented it can be expanded to any docname. I don’t have use case… just a thought.

Not sure to understand what you meant.

Technically, the status field is not color-coded, it’s just that the Kanban GUI allows to change the color of the column, but there is currently no way to define a “per-object” color.

Every Kanban board in Frappe / ERPNext will display the documents’ list as the boxes you mentioned. Here, they are “Issue” documents.

The good thing with this feature is that it uses the Kanban default behavior (display color field if exist) and you can define with your team the “meaning” of each color ie. no hard-coded color mapping.

1 Like