But actually (if I understand correctly and you can put any ERPNExt document into any board) it seems to me the approach goes beyond that a little (or maybe a lot) and so it’s maybe not to be compared 1:1 to what Odoo does.
I guess you’d need to use both for a little while in order to be able to say which is ‘better’
it all about easy of use in frappe. It would take alot of effort to create a boards for all the modules you want. think projects, productions orders, materail requests, etc… Really any of them. Then you have to do it for all of your customers. Thats alot of time. Now I do think that what @alec_ruizramon1 has done is more powerfull and I truly believe if done right there could be use for both.
now, not sure whether I understand this 100% correctly … is it that you can add any ERPNExt document (Sales Invoice, a task, a Purchase ORder …) to any board and move such items through it (for example through some sort of due > work in progress > done stages?
Correct! It’s set up to allow you to choose any ‘select’ field (really any field will work, but selects are the most rigid with moving through stages). Currently drag/drop of documents / tasks / etc isn’t complete as I haven’t had time to work on that.
I suppose it has to change to be GPL3 since Frappe/ERPNext are. I don’t know enough about the licensing. @rmehta am I correct in thinking this?
It’s conceivable to have a generator for standard uses - any document with a “status” or “tasks” field or so on has a board auto-generated. Then for other, more custom boards (such as the whole sales funnel use) you can manually define one.
@alec_ruizramon1 I installed the app, created a new board using Lead Pipeline page, added the column and fields from lead doc, yet I still get blank page when I open Pipeline page,. am I missing something here?
even though I agree that it wouldn’t hurt to have a kanban available just like a list view for everything I am not really sure whether you actually need that. From my experience with Odoo (where it’s the default view even. In most cases I switched to list view right away (because you simply see much more entries on one screen).
So, if that is said to be TRUE it would be worth once while to set boards up for any usecase.
Generally I think there are 2 different lines maybe.
a standard kanban view for anything
the more powerful SuperKanBan (which probably would be what I was using to actually manage processes) by @alec_ruizramon1
As 2.) is being in development I’d put my money on that in terms of prioritizing.
@alec_ruizramon1 would it be a thought to open some issues for things you already have on your to-do list on your github and add your paypal to it, so ppl might put some actual cash on such additional features? That should keep you motivated and also help to prioritize based on what people want/need?
… just a thought
Did you bench install-app kanban ?
Did you go into setup and enable the module?
Did you migrate after installation?
Are you logged in as administrator? (Haven’t figured out how to deal with permissions for Board, Board Col, etc doctypes).
The “Board” doc is a setup for the page. The field name and option need to be a field from the doctype you select and a valid option, so that the column can select all documents that match.
Set it up with just one column and no filters and navigate to the page and you should see!
Yep, drag/drop functionality isn’t there yet. I can build it just need to find time. It’s more just stringing it together with Frappe in a way that’s generic enough for every doc…easy for just changing statuses, hard for moving between different doctypes (lead-> opportunity).