Dolibarr / dolibarr

Dolibarr ERP CRM is a modern software package to manage your company or foundation's activity (contacts, suppliers, invoices, orders, stocks, agenda, accounting, ...). it's an open source Web application (written in PHP) designed for businesses of any sizes, foundations and freelancers.
https://www.dolibarr.org
GNU General Public License v3.0
5.48k stars 2.8k forks source link

View kanban #6136

Open eldy opened 7 years ago

eldy commented 7 years ago

Introduce a kanban or a thumb view, everywhere it is useful to have it. Example of thumb view already available is the list of modules.

BebZ commented 7 years ago

Kanban ? on production or on Dolibarr's existing workflows ?

eldy commented 7 years ago

Kanban view is just a way to show a list of object sorted by status (1 status = 1 column, each record = a box)

dolibarr95 commented 6 years ago

Hi Here what i've done for my personnal module project (one color per user): 1517470941138

eldy commented 4 years ago

To keep

lmag commented 4 years ago

There is 3 modules for Kanban on the dolistore :

For prospects: https://www.dolistore.com/fr/modules/1019-KanProspects--Vue-Kanban-des-Prospects-.html?search_query=kanba&results=45

For tickets: https://www.dolistore.com/fr/modules/1168-KanTickets--Vues-Kanban-des-Tickets-pour-Dolibarr-.html?search_query=kanba&results=45

https://www.dolistore.com/fr/modules/978-KanView--Vues-Kanban-pour-Dolibarr-.html?search_query=kanban&results=45

edupulpillo commented 1 year ago

It should be added as a main feature in core under my point of view.

lmag commented 1 year ago

@lamrani002 Something new for Kanban ?

AlbanDurrheimer commented 8 months ago

Do you have any updates on this feature?

eldy commented 7 months ago

@lamrani002 Something new for Kanban ?

Nothing new. The kanban (without "group by") is now available on all lists in v19. We are looking for someone to suggest a modification in the modulebuilder template to introduce the "group by" columns to show an example on how to proceed for other pages...

The idea is: add the group by into the existing select with order by on the group field , then modify the generic loop to output all kanban thumbs into the first td and when we reach a break we open a new td to output kanban thumbs into the second column, etc...