Revision: 767cd82afb

Create Wiki Page

Restore Revision

Administrator edited on Jul 13, 2021, 4:48:25 PM

@@ -0,0 +1,50 @@
+
+**Kanban Board is a tool which will give you a descriptive layout of your data in ERPNext based on status and a virtual board.**
+
+This board shall consist of cards which represent the various Documents listed in a particular Document Type aligned as per the stage of operation of the transactions represented by Status Columns. The card status can be changed easily by dragging and dropping the cards across the board.
+
+A Kanban Board helps to visualize, control and optimize work-flow while collaborating with the entire team on a real-time basis.
+
+## Creating a new Kanban Board
+
+To create a Kanban board in ERPNext click the Kanban dropdown on the sidebar, and select New Kanban Board.
+
+<img class="screenshot" alt="Add New Kanban Board" src="/files/customize erpnext-kanban-board.gif">
+
+## Adding new Card/Document
+
+To add Cards on Kanban Board click Add Tasks. You can Edit card details by click on the card and it will take you to the Task Doctype where you can further add and edit card details.
+
+<img class="screenshot" alt="Add card in Kanban Board" src="/files/customize erpnext-kanban-board-1.gif">
+
+## Update Cards/Document Status
+
+Based on the Task status you can drag and drop the cards in the respective column. For example, if the task is work in progress you can move the card for the task from the status Open to Working.
+
+<img class="screenshot" alt="Move Cards on Kanban Board" src="/files/customize erpnext-kanban-board-2.gif">
+
+## Manage Columns
+
+To add more columns in the Kanban board click on Add columns.
+
+<img class="screenshot" alt="Add New column in Kanban Board" src="/files/customize-kanban-add-column7ad2f3.png">
+
+You can move the columns as per your priority.
+
+<img class="screenshot" alt="Add New column in Kanban Board" src="/files/customize erpnext-kanban-board-3.gif">
+
+You can also assign colors to columns.
+
+<img class="screenshot" alt="Add color to cards in Kanban Board" src="/files/kanban-board-6.gif">
+
+You can also Archive and Restore the columns added in a Kanban board. To do so click Archive in the drop-down menu on the card. Once archived you can restore the column from the list of the archived columns in the Kanban board.
+
+<img class="screenshot" alt="Archive and Restore in Kanban Board" src="/files/customize erpnext-kanban-board-4.gif">
+
+## Filters
+
+You can create multiple Kanban Boards based on different filters. To save filters for a Kanban Board, click on Menu and then "Save filters".
+
+<img class="screenshot" alt="Save filters in Kanban Board" src="/files/customize erpnext-kanban-board-5.gif">
+
+