SlideShare a Scribd company logo
1 of 20
Download to read offline
www.orangescrum.org
User Manual
2
Designed and Powered by
Table of Contents
Task Status Group Add-on User Manual .............................................................................3
How Can I Install Task Status Group add-on? .....................................................................3
Requirements................................................................................................................3
Installation ....................................................................................................................3
Add-on Installation:- .....................................................................................................5
For Upgrading AddonInstaller:- ....................................................................................6
How can I create a new task status?................................................................................7
How can I add Task Status Group in a project? .............................................................11
How can I change the color of the task status?.............................................................13
How to change the weightage percentage of a task status?.........................................14
How can I use the task status for task?..........................................................................15
Where can I change the status of task in the task detail page? ....................................17
Can I add task status to the Kanban view? ....................................................................18
Who can create a task Status?.......................................................................................19
Can a user change the task status of task?....................................................................19
How can I edit the Task Status? .....................................................................................19
Can I change the Task Status Group for a Project?........................................................20
Can I add Task Status to an already assigned Task Status Group into a Project? .........20
3
Designed and Powered by
Task Status Group Add-on User Manual
How Can I Install Task Status Group add-on?
Requirements
* Apache with `mod_rewrite`
* Enable curl in php.ini
* Change the 'post_max_size' and `upload_max_filesize` to 200Mb in
php.ini
* PHP 5.4 or higher and less than PHP 7
* MySQL 4.1 or higher
* If STRICT mode is On, turn it Off.
Installation
Below prerequisites need to be taken care of prior to installation.
The most important thing is if you have already purchased any add-on before
16th July 2016, then contact us at "support@orangescrum.org" before you
proceed to the following.
Note: If you have already installed the AddonInstaller before then no need to
install it again. Only exception is if you are finding any new version of installer or
you have not installed before then follow the below steps for successful and
seamless installation.
4
Designed and Powered by
 Make sure to keep a backup of your existing "app" folder of your current
working directory.
 Extract the zip file(AddonInstaller-V1.0.zip) to your desktop.
 Remove the existing "app" folder from your working directory then copy
and paste the extracted "app" folder inside "AddonInstaller-V1.0" to your
working directory.
 If you are using local machine as storage (excluding Amazon S3), please
replace the folder, named "files" inside the "app/webroot" folder from the
back up to the current "app/webroot" folder.
 Give write permission to "app/Config", "app/tmp", "app/Plugin" and
"app/webroot" folders.
For Example:-chmod -R 777 app/Config
chmod -R 777 app/tmp
chmod -R 777 app/Plugin
chmod -R 777 app/webroot
 Import the "installer.sql" files from the extracted files to your current
database. If you have already imported installer.sql before then no need to
import it again. Only exception is if you are finding any new version of
installer.sql then import to your current database.
 Do necessary changes to "constants.php" and "database.php" inside
"app/Config" folder again as you have done earlier. For Example SMTP
email credentials in constants.php and database credentials in
database.php.
 Run your website once.
Ex. http://localhost/orangescrum (if you are using localhost)
http://127.0.0.1/orangescrum (if you are using IP)
http://myprojects.orangescrum.com (if you are using any valid domain)
5
Designed and Powered by
Note: if you are facing any issue or seeing any blank page after doing all the above
steps, then just do the following once.
 Replace "Configure::write('debug',0);" with "Configure::write('debug',2);"
in the app/Config/core.php. Run the web url once and restore the debug
value to 0 again.
i.eConfigure::write('debug',0);
Congratulations!!
Add-on Installation:-
 Download the Add-on zip file.
 Place the downloaded zip file(Ex. Task Status Group-V1.0.zip) in the
"app/webroot" folder.
 Log in to the application.
 To install the add-on(Ex. Task Status Group add-on) run below link once and
follow the instructions.
Ex. http://..../install/taskstatusgroup (for Task Status Group add-on)
Note: http://.... means your Orangescrum access URL.
Ex. http://localhost/orangescrum (if you are using localhost)
http://127.0.0.1/orangescrum (if you are using IP)
http://myprojects.orangescrum.com (if you are using any valid
domain)
 Do the same for other add-ons.
Ex. http://..../install/invoice (for Invoice add-on)
http://..../install/timeloggold (for Time Log Gold add-on)
6
Designed and Powered by
http://..../install/ganttchart (for GanttChart add-on)
http://..../install/recurringtask (for Recurring Task add-on)
http://..../install/api (for API add-on)
http://..../install/chat (for Chat add-on)
http://..../install/clientmanagement (for Client Management
add-on)
http://..../install/projecttemplate (for Project Template add-
on)
Note: you can find notification.js, node-js-installation-linux.pdf, node-js-
installation-windows.pdf file in app/plugin folder after install the chat plug-in.
For Upgrading AddonInstaller:-
 Download the AddonInstaller zip file.
 Before installing updated AddonInstaller, make sure to keep a backup of
your existing "app/Plugin" and "app/webroot/files" folders.
 Then follow the steps written above to install AddonInstaller.
 After installing the new AddonInstaller, Copy all the folders inside
"app/plugin" backup folder to the new "app/Plugin" folder.
 Also copy all the folders inside "app/webroot/files" backup folder to the
new "app/webroot/files" folder.
7
Designed and Powered by
How can I create a new task status?
You can create a new Task Status from the Setting as mentioned below:
 Go to Setting
 Click on “Task Status Group” under the Company Setting
 You’ll be redirected to the “Task Status Group” page
 Click on “Create New Task Status Group”
8
Designed and Powered by
 Enter Task Status Group Name
 Enter the First “Task Status” name
9
Designed and Powered by
 Click on the Color bar to change the color of the Task Status
 Click on the circle present in the below right of color picker
 Change the weightage for the task (task progress in % for that task status) by
changing the bar from left to right or vice versa
10
Designed and Powered by
 To Add New Status, click on the “Add Status” button at below
 Enter the name of the Status, select color & assign the % for the Task Status
 Click on anywhere to save the name of the status
Note: The first & last Task Status’s weightage can’t be changed for any Task Status
group. I will be always 0% and 100% for first & last task status respectively.
11
Designed and Powered by
How can I add Task Status Group in a project?
Once you create a custom Task Status (mentioned above) that will be your project
workflow. You can add the workflow during Project creation. Once you have created the
project, you can’t add the workflow.
To add the workflow during project creation:
 Click on the +New or + from the Project page
 Enter Project Name, Short Name & on the Task Status Group field, click to select
your required Task Statuses to add this Project
 Click on “Create” button to create the project with your workflow
 Click on the Create Task, +New or + button to create a new task
 Once you create & assign the task, the user can change the task status from the
task detail page or Kanban page
12
Designed and Powered by
 On the Task detail page, click on “Status” to update/change the status for the
task
 Once the user changes the task status, the task progress % will change
accordingly
To change Task Status in Kanban view:
 On the Kanban page, Drag & drop a task from one task status to another to
change the task status of that task
13
Designed and Powered by
How can I change the color of the task status?
You can change/modify; edit the color of the Task Status.
 On the Task Status Group page, click on the color bar
 Select the color from the color picker
 On the right below, click on the small circle color to change the color of the task
status
14
Designed and Powered by
How to change the weightage percentage of a task status?
The weightage shows the task progress in % of a task for the task status. So when you
update the status, the task progress will automatically change.
Remember for first and last task status, the % will always be 0% and 100% respectively.
For ex; if you have statuses “New”, “In-Progress”, “Done”, “Testing”, “Fixing”,
“Approved”, “Closed” and you defined the % as “0%”, “20%”, “40%”, “50%”, “60%”,
“80%”, “100%”. When you change the Task Status to “Fixing”, the task progress will
automatically change to “60%”.
To change or define the weightage for a Task Status, you can go the Task Status group
page.
 Hover on the “Settings”
 Click on “Task Status Group” under “Company Setting”
 Go to second Task Status
 Drag the bar pointer from left to right or vice versa to change the task progress %
associated with the Task Status
15
Designed and Powered by
How can I use the task status for task?
You can use your Task Status Group only after adding it to the Project during Project
creation.
Once you add Task Status Group to Project (mentioned earlier), you can see status after
you create a task.
To change or update of your task status for a task,
 Go to the Task List page
 Click on a Task
 On the Task Detail page, click on “Status” which you can find just below Type &
Priority
 Select & Click on the Status; it will automatically change the status of the task
 Task Progress also will change accordingly as per the status change
16
Designed and Powered by
To change the Task Status during Reply:
 Click on any Task
 On the Task Detail page, enter your reply
 Select the Status and fill other fields (if necessary)
 Click on Post to change the Status with comment
Task Status Change for Default Task Status Group:
17
Designed and Powered by
 Click on the dropdown of a task on the Task List Page
 Select & click on the Task Status
 The Task Status will change automatically with task progress
To change Task Status in Kanban view:
 On the Kanban page, Drag & drop a task from one task status to another to
change the task status of that task
Where can I change the status of task in the task detail page?
To change or update of your task status for a task,
 Go to the Task List page
 Click on a Task
 On the Task Detail page, click on “Status” which you can find just below Type &
Priority
 Select & Click on the Status; it will automatically change the status of the task
 Task Progress also will change accordingly as per the status change
To change the Task Status during Reply:
18
Designed and Powered by
 Click on any Task
 On the Task Detail page, enter your reply
 Select the Status and fill other fields (if necessary)
 Click on Post to change the Status with comment
Task Status Change for Default Task Status Group:
 Click on the dropdown of a task on the Task List Page
 Select & click on the Task Status
 The Task Status will change automatically with task progress
To change Task Status in Kanban view:
 On the Kanban page, Drag & drop a task from one task status to another to
change the task status of that task
Can I add task status to the Kanban view?
Once you created a Task Status Group, the statuses will reflect on your Kanban view.
To create a new Task Status, check mentioned earlier question.
To add the Task Status Group to a project:
 Click on the +New or + from the Project page
 Enter Project Name, Short Name & on the Task Status Group field, click to select
your required Task Statuses to add this Project
 Click on “Create” button to create the project with your workflow
 Click on the Create Task, +New or + button to create a new task
 Once you create & assign the task, the user can change the task status from the
task detail or Kanban page
 On the Task detail page, click on “Status” to update/change the status for the
task
 Once the user changes the task status, the task progress % will change
accordingly
 On the Kanban page, Drag & drop a task from one task status to another to
change the task status of that task
19
Designed and Powered by
Who can create a task Status?
Only the Owner & admin of the account can add or create Task Status. A user can only
use the Task Status if added in the project.
Can a user change the task status of task?
Yes, any user associated with the project, can change or update the status of the task.
How can I edit the Task Status?
You can edit a Task Status Group at any time. If the Task Status Group already added to
a project, then once you edit it the same (the new status after editing) will be reflected
on your task page. The old status will not reflect after you edit the task status group.
To edit the Task Status Group:
 Go to the Task Status Group page
 Click on the Task Status you want to edit
 Click anywhere to save it
20
Designed and Powered by
Can I change the Task Status Group for a Project?
Once you added the Task Status Group to a project, you can’t change the Task Status
Group. However you can change if that project has no tasks.
In case of no Task Status Group added, the default Task Status Group will be added
automatically to a project. And once you create task, you can’t change the Task Status
Group like Custom Task Status Group.
Can I add Task Status to an already assigned Task Status Group into a Project?
You can add a new status to an existing Task Status Group even if it is already added in a
project. The New Status will be reflected in the added Project too.

More Related Content

What's hot

Orangescrum Gantt chart Add on User Manual
Orangescrum Gantt chart Add on User ManualOrangescrum Gantt chart Add on User Manual
Orangescrum Gantt chart Add on User ManualOrangescrum
 
Joget Workflow Clustering and Performance Testing on Amazon Web Services (AWS)
Joget Workflow Clustering and Performance Testing on Amazon Web Services (AWS)Joget Workflow Clustering and Performance Testing on Amazon Web Services (AWS)
Joget Workflow Clustering and Performance Testing on Amazon Web Services (AWS)Joget Workflow
 
Managing Web Infrastructure Systems with Windows PowerShell 2.0 Demo Script
Managing Web Infrastructure Systems with Windows PowerShell 2.0 Demo ScriptManaging Web Infrastructure Systems with Windows PowerShell 2.0 Demo Script
Managing Web Infrastructure Systems with Windows PowerShell 2.0 Demo ScriptMicrosoft TechNet
 
Chicago alm user group git demo script and notes
Chicago alm user group   git demo script and notesChicago alm user group   git demo script and notes
Chicago alm user group git demo script and notesDave Burnison
 
IMPACT/myGrid Hackathon - Introduction to Taverna
IMPACT/myGrid Hackathon - Introduction to TavernaIMPACT/myGrid Hackathon - Introduction to Taverna
IMPACT/myGrid Hackathon - Introduction to TavernaIMPACT Centre of Competence
 
Flash, actionscript 2 : preloader for loader component.docx
Flash, actionscript 2 : preloader for loader component.docxFlash, actionscript 2 : preloader for loader component.docx
Flash, actionscript 2 : preloader for loader component.docxSMK Negeri 6 Malang
 
PVS-Studio Is Now in Chocolatey: Checking Chocolatey under Azure DevOps
PVS-Studio Is Now in Chocolatey: Checking Chocolatey under Azure DevOpsPVS-Studio Is Now in Chocolatey: Checking Chocolatey under Azure DevOps
PVS-Studio Is Now in Chocolatey: Checking Chocolatey under Azure DevOpsAndrey Karpov
 
Joget v5 Getting Started Guide
Joget v5 Getting Started GuideJoget v5 Getting Started Guide
Joget v5 Getting Started GuideJoget Workflow
 
Aspnet mvc tutorial_01_cs
Aspnet mvc tutorial_01_csAspnet mvc tutorial_01_cs
Aspnet mvc tutorial_01_csAlfa Gama Omega
 
Windows power shell for sharepoint online & office 365
Windows power shell for sharepoint online & office 365Windows power shell for sharepoint online & office 365
Windows power shell for sharepoint online & office 365Prashant Kumar Singh
 
Getting started-with-oracle-so a-viii
Getting started-with-oracle-so a-viiiGetting started-with-oracle-so a-viii
Getting started-with-oracle-so a-viiiAmit Sharma
 
Creating Sentiment Line Chart with Watson
Creating Sentiment Line Chart with Watson Creating Sentiment Line Chart with Watson
Creating Sentiment Line Chart with Watson Dev_Events
 
Single Sourcing RAP and RCP - Desktop and web clients from a single code base
Single Sourcing RAP and RCP - Desktop and web clients from a single code baseSingle Sourcing RAP and RCP - Desktop and web clients from a single code base
Single Sourcing RAP and RCP - Desktop and web clients from a single code baseRalf Sternberg
 
HDinsight Workshop - Prerequisite Activity
HDinsight Workshop - Prerequisite ActivityHDinsight Workshop - Prerequisite Activity
HDinsight Workshop - Prerequisite ActivityIdan Tohami
 
Mantis Installation for Windows Box
Mantis Installation for Windows BoxMantis Installation for Windows Box
Mantis Installation for Windows Boxguest34a3a419
 
CIC_Manual.pdf
CIC_Manual.pdfCIC_Manual.pdf
CIC_Manual.pdfRMani7
 
Creating Openbravo Workspace Widgets
Creating Openbravo Workspace WidgetsCreating Openbravo Workspace Widgets
Creating Openbravo Workspace WidgetsRob Goris
 
Getting started-with-oracle-so a-9
Getting started-with-oracle-so a-9Getting started-with-oracle-so a-9
Getting started-with-oracle-so a-9Amit Sharma
 

What's hot (19)

Orangescrum Gantt chart Add on User Manual
Orangescrum Gantt chart Add on User ManualOrangescrum Gantt chart Add on User Manual
Orangescrum Gantt chart Add on User Manual
 
Joget Workflow Clustering and Performance Testing on Amazon Web Services (AWS)
Joget Workflow Clustering and Performance Testing on Amazon Web Services (AWS)Joget Workflow Clustering and Performance Testing on Amazon Web Services (AWS)
Joget Workflow Clustering and Performance Testing on Amazon Web Services (AWS)
 
Managing Web Infrastructure Systems with Windows PowerShell 2.0 Demo Script
Managing Web Infrastructure Systems with Windows PowerShell 2.0 Demo ScriptManaging Web Infrastructure Systems with Windows PowerShell 2.0 Demo Script
Managing Web Infrastructure Systems with Windows PowerShell 2.0 Demo Script
 
Chicago alm user group git demo script and notes
Chicago alm user group   git demo script and notesChicago alm user group   git demo script and notes
Chicago alm user group git demo script and notes
 
IMPACT/myGrid Hackathon - Introduction to Taverna
IMPACT/myGrid Hackathon - Introduction to TavernaIMPACT/myGrid Hackathon - Introduction to Taverna
IMPACT/myGrid Hackathon - Introduction to Taverna
 
Flash, actionscript 2 : preloader for loader component.docx
Flash, actionscript 2 : preloader for loader component.docxFlash, actionscript 2 : preloader for loader component.docx
Flash, actionscript 2 : preloader for loader component.docx
 
PVS-Studio Is Now in Chocolatey: Checking Chocolatey under Azure DevOps
PVS-Studio Is Now in Chocolatey: Checking Chocolatey under Azure DevOpsPVS-Studio Is Now in Chocolatey: Checking Chocolatey under Azure DevOps
PVS-Studio Is Now in Chocolatey: Checking Chocolatey under Azure DevOps
 
Joget v5 Getting Started Guide
Joget v5 Getting Started GuideJoget v5 Getting Started Guide
Joget v5 Getting Started Guide
 
Aspnet mvc tutorial_01_cs
Aspnet mvc tutorial_01_csAspnet mvc tutorial_01_cs
Aspnet mvc tutorial_01_cs
 
Windows power shell for sharepoint online & office 365
Windows power shell for sharepoint online & office 365Windows power shell for sharepoint online & office 365
Windows power shell for sharepoint online & office 365
 
Getting started-with-oracle-so a-viii
Getting started-with-oracle-so a-viiiGetting started-with-oracle-so a-viii
Getting started-with-oracle-so a-viii
 
Creating Sentiment Line Chart with Watson
Creating Sentiment Line Chart with Watson Creating Sentiment Line Chart with Watson
Creating Sentiment Line Chart with Watson
 
Single Sourcing RAP and RCP - Desktop and web clients from a single code base
Single Sourcing RAP and RCP - Desktop and web clients from a single code baseSingle Sourcing RAP and RCP - Desktop and web clients from a single code base
Single Sourcing RAP and RCP - Desktop and web clients from a single code base
 
HDinsight Workshop - Prerequisite Activity
HDinsight Workshop - Prerequisite ActivityHDinsight Workshop - Prerequisite Activity
HDinsight Workshop - Prerequisite Activity
 
Soa8
Soa8Soa8
Soa8
 
Mantis Installation for Windows Box
Mantis Installation for Windows BoxMantis Installation for Windows Box
Mantis Installation for Windows Box
 
CIC_Manual.pdf
CIC_Manual.pdfCIC_Manual.pdf
CIC_Manual.pdf
 
Creating Openbravo Workspace Widgets
Creating Openbravo Workspace WidgetsCreating Openbravo Workspace Widgets
Creating Openbravo Workspace Widgets
 
Getting started-with-oracle-so a-9
Getting started-with-oracle-so a-9Getting started-with-oracle-so a-9
Getting started-with-oracle-so a-9
 

Similar to Orangescrum Task status Group add on user manual

Orangescrum Invoice Pro Add-on user manual
Orangescrum Invoice Pro Add-on user manualOrangescrum Invoice Pro Add-on user manual
Orangescrum Invoice Pro Add-on user manualOrangescrum
 
]project-open[ Workflow Developer Tutorial Part 3
]project-open[ Workflow Developer Tutorial Part 3]project-open[ Workflow Developer Tutorial Part 3
]project-open[ Workflow Developer Tutorial Part 3Klaus Hofeditz
 
Oracle User Productiviy Kit
Oracle User Productiviy KitOracle User Productiviy Kit
Oracle User Productiviy KitLarry Sherrod
 
(A1)_RWS_Customization_WORKSAMPLE
(A1)_RWS_Customization_WORKSAMPLE(A1)_RWS_Customization_WORKSAMPLE
(A1)_RWS_Customization_WORKSAMPLEAngel Marckwordt
 
Laboratorio: Desarrollo para Smart Devices (continuación)
Laboratorio: Desarrollo para Smart Devices (continuación)Laboratorio: Desarrollo para Smart Devices (continuación)
Laboratorio: Desarrollo para Smart Devices (continuación)GeneXus
 
Ot valuapat ps14_user_guide_v1.0
Ot valuapat ps14_user_guide_v1.0Ot valuapat ps14_user_guide_v1.0
Ot valuapat ps14_user_guide_v1.0jar kosih
 
A Complete Installation Guide for Orangescrum
A Complete Installation Guide for OrangescrumA Complete Installation Guide for Orangescrum
A Complete Installation Guide for OrangescrumOrangescrum
 
Bowtie: Interactive Dashboards
Bowtie: Interactive DashboardsBowtie: Interactive Dashboards
Bowtie: Interactive DashboardsJacques Kvam
 
SharePoint Kanban Board - Saketa User Guide 2022.pdf
SharePoint Kanban Board - Saketa User Guide 2022.pdfSharePoint Kanban Board - Saketa User Guide 2022.pdf
SharePoint Kanban Board - Saketa User Guide 2022.pdfRajesh Kumar A
 
OBIEE: How to change dashboard background color or add background image
OBIEE: How to change dashboard background color or add background imageOBIEE: How to change dashboard background color or add background image
OBIEE: How to change dashboard background color or add background imageMohamed Attia
 
1) workbench basics
1) workbench basics1) workbench basics
1) workbench basicstechbed
 
Chapter 2. Make Business Process and Getting the Data with YAWL
Chapter 2. Make Business Process and Getting the Data with YAWLChapter 2. Make Business Process and Getting the Data with YAWL
Chapter 2. Make Business Process and Getting the Data with YAWLDewi Rahmawati
 
Bpc 10.0 NW Mass User Management tool
Bpc 10.0 NW Mass User Management toolBpc 10.0 NW Mass User Management tool
Bpc 10.0 NW Mass User Management toolShanmugam Veerichetty
 
Using XAMPP
Using XAMPPUsing XAMPP
Using XAMPPbutest
 
Troubleshooting oracle apps
Troubleshooting oracle appsTroubleshooting oracle apps
Troubleshooting oracle appsvamsi18here
 
Joomla 3 installation and management guide
Joomla 3 installation and management guideJoomla 3 installation and management guide
Joomla 3 installation and management guideSingsys Pte Ltd
 
Lab: Developing with the extension library
Lab: Developing with the extension libraryLab: Developing with the extension library
Lab: Developing with the extension libraryWorkFlowStudios
 
SugarCE For Small And Medium Enterprises
SugarCE For Small And Medium EnterprisesSugarCE For Small And Medium Enterprises
SugarCE For Small And Medium EnterprisesDashamir Hoxha
 
Chris Wilson: Progressive Web Apps
Chris Wilson: Progressive Web AppsChris Wilson: Progressive Web Apps
Chris Wilson: Progressive Web AppsDanielle A Vincent
 

Similar to Orangescrum Task status Group add on user manual (20)

Orangescrum Invoice Pro Add-on user manual
Orangescrum Invoice Pro Add-on user manualOrangescrum Invoice Pro Add-on user manual
Orangescrum Invoice Pro Add-on user manual
 
]project-open[ Workflow Developer Tutorial Part 3
]project-open[ Workflow Developer Tutorial Part 3]project-open[ Workflow Developer Tutorial Part 3
]project-open[ Workflow Developer Tutorial Part 3
 
Oracle User Productiviy Kit
Oracle User Productiviy KitOracle User Productiviy Kit
Oracle User Productiviy Kit
 
Oracle BPM 11g Lesson 2
Oracle BPM 11g Lesson 2Oracle BPM 11g Lesson 2
Oracle BPM 11g Lesson 2
 
(A1)_RWS_Customization_WORKSAMPLE
(A1)_RWS_Customization_WORKSAMPLE(A1)_RWS_Customization_WORKSAMPLE
(A1)_RWS_Customization_WORKSAMPLE
 
Laboratorio: Desarrollo para Smart Devices (continuación)
Laboratorio: Desarrollo para Smart Devices (continuación)Laboratorio: Desarrollo para Smart Devices (continuación)
Laboratorio: Desarrollo para Smart Devices (continuación)
 
Ot valuapat ps14_user_guide_v1.0
Ot valuapat ps14_user_guide_v1.0Ot valuapat ps14_user_guide_v1.0
Ot valuapat ps14_user_guide_v1.0
 
A Complete Installation Guide for Orangescrum
A Complete Installation Guide for OrangescrumA Complete Installation Guide for Orangescrum
A Complete Installation Guide for Orangescrum
 
Bowtie: Interactive Dashboards
Bowtie: Interactive DashboardsBowtie: Interactive Dashboards
Bowtie: Interactive Dashboards
 
SharePoint Kanban Board - Saketa User Guide 2022.pdf
SharePoint Kanban Board - Saketa User Guide 2022.pdfSharePoint Kanban Board - Saketa User Guide 2022.pdf
SharePoint Kanban Board - Saketa User Guide 2022.pdf
 
OBIEE: How to change dashboard background color or add background image
OBIEE: How to change dashboard background color or add background imageOBIEE: How to change dashboard background color or add background image
OBIEE: How to change dashboard background color or add background image
 
1) workbench basics
1) workbench basics1) workbench basics
1) workbench basics
 
Chapter 2. Make Business Process and Getting the Data with YAWL
Chapter 2. Make Business Process and Getting the Data with YAWLChapter 2. Make Business Process and Getting the Data with YAWL
Chapter 2. Make Business Process and Getting the Data with YAWL
 
Bpc 10.0 NW Mass User Management tool
Bpc 10.0 NW Mass User Management toolBpc 10.0 NW Mass User Management tool
Bpc 10.0 NW Mass User Management tool
 
Using XAMPP
Using XAMPPUsing XAMPP
Using XAMPP
 
Troubleshooting oracle apps
Troubleshooting oracle appsTroubleshooting oracle apps
Troubleshooting oracle apps
 
Joomla 3 installation and management guide
Joomla 3 installation and management guideJoomla 3 installation and management guide
Joomla 3 installation and management guide
 
Lab: Developing with the extension library
Lab: Developing with the extension libraryLab: Developing with the extension library
Lab: Developing with the extension library
 
SugarCE For Small And Medium Enterprises
SugarCE For Small And Medium EnterprisesSugarCE For Small And Medium Enterprises
SugarCE For Small And Medium Enterprises
 
Chris Wilson: Progressive Web Apps
Chris Wilson: Progressive Web AppsChris Wilson: Progressive Web Apps
Chris Wilson: Progressive Web Apps
 

More from Orangescrum

Agile Metrics and KPIs: Measuring Team Performance
Agile Metrics and KPIs: Measuring Team PerformanceAgile Metrics and KPIs: Measuring Team Performance
Agile Metrics and KPIs: Measuring Team PerformanceOrangescrum
 
Advanced Scrum Master Techniques | Sprint Planning
Advanced Scrum Master Techniques | Sprint PlanningAdvanced Scrum Master Techniques | Sprint Planning
Advanced Scrum Master Techniques | Sprint PlanningOrangescrum
 
The Use of Story Point and Sprint Report in Agile Project Methodology.pdf
The Use of Story Point and Sprint Report in Agile Project Methodology.pdfThe Use of Story Point and Sprint Report in Agile Project Methodology.pdf
The Use of Story Point and Sprint Report in Agile Project Methodology.pdfOrangescrum
 
Project management software for non-pofit organization.pdf
Project management software for non-pofit organization.pdfProject management software for non-pofit organization.pdf
Project management software for non-pofit organization.pdfOrangescrum
 
What are the Top Project Management Trends in 2023_.pdf
What are the Top Project Management Trends in 2023_.pdfWhat are the Top Project Management Trends in 2023_.pdf
What are the Top Project Management Trends in 2023_.pdfOrangescrum
 
Project Management Trends to Look for in 2023.pdf
Project Management Trends to Look for in 2023.pdfProject Management Trends to Look for in 2023.pdf
Project Management Trends to Look for in 2023.pdfOrangescrum
 
Revolutionizing Healthcare_ How Project Management Software Can Increase Effi...
Revolutionizing Healthcare_ How Project Management Software Can Increase Effi...Revolutionizing Healthcare_ How Project Management Software Can Increase Effi...
Revolutionizing Healthcare_ How Project Management Software Can Increase Effi...Orangescrum
 
Top Project Management Best Practices.pdf
Top Project Management Best Practices.pdfTop Project Management Best Practices.pdf
Top Project Management Best Practices.pdfOrangescrum
 
How to Streamline Your Workflow Using Orangescrum.pdf
How to Streamline Your Workflow Using Orangescrum.pdfHow to Streamline Your Workflow Using Orangescrum.pdf
How to Streamline Your Workflow Using Orangescrum.pdfOrangescrum
 
On-Premises Project Management Software for Construction Companies.pdf
On-Premises Project Management Software for Construction Companies.pdfOn-Premises Project Management Software for Construction Companies.pdf
On-Premises Project Management Software for Construction Companies.pdfOrangescrum
 
Project Management Software for Marketing and Advertising Agencies.pdf
Project Management Software for Marketing and Advertising Agencies.pdfProject Management Software for Marketing and Advertising Agencies.pdf
Project Management Software for Marketing and Advertising Agencies.pdfOrangescrum
 
My Work - Feature Release Update.pdf
My Work - Feature Release Update.pdfMy Work - Feature Release Update.pdf
My Work - Feature Release Update.pdfOrangescrum
 
Orangescrum for Marketing Agencies.pdf
Orangescrum for Marketing Agencies.pdfOrangescrum for Marketing Agencies.pdf
Orangescrum for Marketing Agencies.pdfOrangescrum
 
What is Task Cycle and How to View in Orangescrum.pdf
What is Task Cycle and How to View in Orangescrum.pdfWhat is Task Cycle and How to View in Orangescrum.pdf
What is Task Cycle and How to View in Orangescrum.pdfOrangescrum
 
Top 15 Project Management Tools in 2023.pdf
Top 15 Project Management Tools in 2023.pdfTop 15 Project Management Tools in 2023.pdf
Top 15 Project Management Tools in 2023.pdfOrangescrum
 
Top Self-Hosted Project Mangement Software.pdf
Top Self-Hosted Project Mangement Software.pdfTop Self-Hosted Project Mangement Software.pdf
Top Self-Hosted Project Mangement Software.pdfOrangescrum
 
Orangescrum’s New User-Onboarding - A Delightful Experience .pdf
Orangescrum’s New User-Onboarding - A Delightful Experience .pdfOrangescrum’s New User-Onboarding - A Delightful Experience .pdf
Orangescrum’s New User-Onboarding - A Delightful Experience .pdfOrangescrum
 
Data Center Project Management Software and Its Benefits
Data Center Project Management Software and Its BenefitsData Center Project Management Software and Its Benefits
Data Center Project Management Software and Its BenefitsOrangescrum
 
Differences between On-Premise Vs Hosted Vs SaaS Project Management Software ...
Differences between On-Premise Vs Hosted Vs SaaS Project Management Software ...Differences between On-Premise Vs Hosted Vs SaaS Project Management Software ...
Differences between On-Premise Vs Hosted Vs SaaS Project Management Software ...Orangescrum
 
Why Planning Is Important in Project Management
Why Planning Is Important in Project ManagementWhy Planning Is Important in Project Management
Why Planning Is Important in Project ManagementOrangescrum
 

More from Orangescrum (20)

Agile Metrics and KPIs: Measuring Team Performance
Agile Metrics and KPIs: Measuring Team PerformanceAgile Metrics and KPIs: Measuring Team Performance
Agile Metrics and KPIs: Measuring Team Performance
 
Advanced Scrum Master Techniques | Sprint Planning
Advanced Scrum Master Techniques | Sprint PlanningAdvanced Scrum Master Techniques | Sprint Planning
Advanced Scrum Master Techniques | Sprint Planning
 
The Use of Story Point and Sprint Report in Agile Project Methodology.pdf
The Use of Story Point and Sprint Report in Agile Project Methodology.pdfThe Use of Story Point and Sprint Report in Agile Project Methodology.pdf
The Use of Story Point and Sprint Report in Agile Project Methodology.pdf
 
Project management software for non-pofit organization.pdf
Project management software for non-pofit organization.pdfProject management software for non-pofit organization.pdf
Project management software for non-pofit organization.pdf
 
What are the Top Project Management Trends in 2023_.pdf
What are the Top Project Management Trends in 2023_.pdfWhat are the Top Project Management Trends in 2023_.pdf
What are the Top Project Management Trends in 2023_.pdf
 
Project Management Trends to Look for in 2023.pdf
Project Management Trends to Look for in 2023.pdfProject Management Trends to Look for in 2023.pdf
Project Management Trends to Look for in 2023.pdf
 
Revolutionizing Healthcare_ How Project Management Software Can Increase Effi...
Revolutionizing Healthcare_ How Project Management Software Can Increase Effi...Revolutionizing Healthcare_ How Project Management Software Can Increase Effi...
Revolutionizing Healthcare_ How Project Management Software Can Increase Effi...
 
Top Project Management Best Practices.pdf
Top Project Management Best Practices.pdfTop Project Management Best Practices.pdf
Top Project Management Best Practices.pdf
 
How to Streamline Your Workflow Using Orangescrum.pdf
How to Streamline Your Workflow Using Orangescrum.pdfHow to Streamline Your Workflow Using Orangescrum.pdf
How to Streamline Your Workflow Using Orangescrum.pdf
 
On-Premises Project Management Software for Construction Companies.pdf
On-Premises Project Management Software for Construction Companies.pdfOn-Premises Project Management Software for Construction Companies.pdf
On-Premises Project Management Software for Construction Companies.pdf
 
Project Management Software for Marketing and Advertising Agencies.pdf
Project Management Software for Marketing and Advertising Agencies.pdfProject Management Software for Marketing and Advertising Agencies.pdf
Project Management Software for Marketing and Advertising Agencies.pdf
 
My Work - Feature Release Update.pdf
My Work - Feature Release Update.pdfMy Work - Feature Release Update.pdf
My Work - Feature Release Update.pdf
 
Orangescrum for Marketing Agencies.pdf
Orangescrum for Marketing Agencies.pdfOrangescrum for Marketing Agencies.pdf
Orangescrum for Marketing Agencies.pdf
 
What is Task Cycle and How to View in Orangescrum.pdf
What is Task Cycle and How to View in Orangescrum.pdfWhat is Task Cycle and How to View in Orangescrum.pdf
What is Task Cycle and How to View in Orangescrum.pdf
 
Top 15 Project Management Tools in 2023.pdf
Top 15 Project Management Tools in 2023.pdfTop 15 Project Management Tools in 2023.pdf
Top 15 Project Management Tools in 2023.pdf
 
Top Self-Hosted Project Mangement Software.pdf
Top Self-Hosted Project Mangement Software.pdfTop Self-Hosted Project Mangement Software.pdf
Top Self-Hosted Project Mangement Software.pdf
 
Orangescrum’s New User-Onboarding - A Delightful Experience .pdf
Orangescrum’s New User-Onboarding - A Delightful Experience .pdfOrangescrum’s New User-Onboarding - A Delightful Experience .pdf
Orangescrum’s New User-Onboarding - A Delightful Experience .pdf
 
Data Center Project Management Software and Its Benefits
Data Center Project Management Software and Its BenefitsData Center Project Management Software and Its Benefits
Data Center Project Management Software and Its Benefits
 
Differences between On-Premise Vs Hosted Vs SaaS Project Management Software ...
Differences between On-Premise Vs Hosted Vs SaaS Project Management Software ...Differences between On-Premise Vs Hosted Vs SaaS Project Management Software ...
Differences between On-Premise Vs Hosted Vs SaaS Project Management Software ...
 
Why Planning Is Important in Project Management
Why Planning Is Important in Project ManagementWhy Planning Is Important in Project Management
Why Planning Is Important in Project Management
 

Recently uploaded

Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...Diya Sharma
 
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...Neha Pandey
 
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...tanu pandey
 
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...SUHANI PANDEY
 
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...Escorts Call Girls
 
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...SUHANI PANDEY
 
Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.soniya singh
 
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)Delhi Call girls
 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableSeo
 
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark WebGDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark WebJames Anderson
 
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Call Girls in Nagpur High Profile
 
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.soniya singh
 
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...singhpriety023
 

Recently uploaded (20)

Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
 
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
 
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
 
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
 
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
 
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
 
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
 
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
 
Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
 
Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.
 
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
 
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
 
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
 
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark WebGDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
 
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
 
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
 
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
 

Orangescrum Task status Group add on user manual

  • 2. 2 Designed and Powered by Table of Contents Task Status Group Add-on User Manual .............................................................................3 How Can I Install Task Status Group add-on? .....................................................................3 Requirements................................................................................................................3 Installation ....................................................................................................................3 Add-on Installation:- .....................................................................................................5 For Upgrading AddonInstaller:- ....................................................................................6 How can I create a new task status?................................................................................7 How can I add Task Status Group in a project? .............................................................11 How can I change the color of the task status?.............................................................13 How to change the weightage percentage of a task status?.........................................14 How can I use the task status for task?..........................................................................15 Where can I change the status of task in the task detail page? ....................................17 Can I add task status to the Kanban view? ....................................................................18 Who can create a task Status?.......................................................................................19 Can a user change the task status of task?....................................................................19 How can I edit the Task Status? .....................................................................................19 Can I change the Task Status Group for a Project?........................................................20 Can I add Task Status to an already assigned Task Status Group into a Project? .........20
  • 3. 3 Designed and Powered by Task Status Group Add-on User Manual How Can I Install Task Status Group add-on? Requirements * Apache with `mod_rewrite` * Enable curl in php.ini * Change the 'post_max_size' and `upload_max_filesize` to 200Mb in php.ini * PHP 5.4 or higher and less than PHP 7 * MySQL 4.1 or higher * If STRICT mode is On, turn it Off. Installation Below prerequisites need to be taken care of prior to installation. The most important thing is if you have already purchased any add-on before 16th July 2016, then contact us at "support@orangescrum.org" before you proceed to the following. Note: If you have already installed the AddonInstaller before then no need to install it again. Only exception is if you are finding any new version of installer or you have not installed before then follow the below steps for successful and seamless installation.
  • 4. 4 Designed and Powered by  Make sure to keep a backup of your existing "app" folder of your current working directory.  Extract the zip file(AddonInstaller-V1.0.zip) to your desktop.  Remove the existing "app" folder from your working directory then copy and paste the extracted "app" folder inside "AddonInstaller-V1.0" to your working directory.  If you are using local machine as storage (excluding Amazon S3), please replace the folder, named "files" inside the "app/webroot" folder from the back up to the current "app/webroot" folder.  Give write permission to "app/Config", "app/tmp", "app/Plugin" and "app/webroot" folders. For Example:-chmod -R 777 app/Config chmod -R 777 app/tmp chmod -R 777 app/Plugin chmod -R 777 app/webroot  Import the "installer.sql" files from the extracted files to your current database. If you have already imported installer.sql before then no need to import it again. Only exception is if you are finding any new version of installer.sql then import to your current database.  Do necessary changes to "constants.php" and "database.php" inside "app/Config" folder again as you have done earlier. For Example SMTP email credentials in constants.php and database credentials in database.php.  Run your website once. Ex. http://localhost/orangescrum (if you are using localhost) http://127.0.0.1/orangescrum (if you are using IP) http://myprojects.orangescrum.com (if you are using any valid domain)
  • 5. 5 Designed and Powered by Note: if you are facing any issue or seeing any blank page after doing all the above steps, then just do the following once.  Replace "Configure::write('debug',0);" with "Configure::write('debug',2);" in the app/Config/core.php. Run the web url once and restore the debug value to 0 again. i.eConfigure::write('debug',0); Congratulations!! Add-on Installation:-  Download the Add-on zip file.  Place the downloaded zip file(Ex. Task Status Group-V1.0.zip) in the "app/webroot" folder.  Log in to the application.  To install the add-on(Ex. Task Status Group add-on) run below link once and follow the instructions. Ex. http://..../install/taskstatusgroup (for Task Status Group add-on) Note: http://.... means your Orangescrum access URL. Ex. http://localhost/orangescrum (if you are using localhost) http://127.0.0.1/orangescrum (if you are using IP) http://myprojects.orangescrum.com (if you are using any valid domain)  Do the same for other add-ons. Ex. http://..../install/invoice (for Invoice add-on) http://..../install/timeloggold (for Time Log Gold add-on)
  • 6. 6 Designed and Powered by http://..../install/ganttchart (for GanttChart add-on) http://..../install/recurringtask (for Recurring Task add-on) http://..../install/api (for API add-on) http://..../install/chat (for Chat add-on) http://..../install/clientmanagement (for Client Management add-on) http://..../install/projecttemplate (for Project Template add- on) Note: you can find notification.js, node-js-installation-linux.pdf, node-js- installation-windows.pdf file in app/plugin folder after install the chat plug-in. For Upgrading AddonInstaller:-  Download the AddonInstaller zip file.  Before installing updated AddonInstaller, make sure to keep a backup of your existing "app/Plugin" and "app/webroot/files" folders.  Then follow the steps written above to install AddonInstaller.  After installing the new AddonInstaller, Copy all the folders inside "app/plugin" backup folder to the new "app/Plugin" folder.  Also copy all the folders inside "app/webroot/files" backup folder to the new "app/webroot/files" folder.
  • 7. 7 Designed and Powered by How can I create a new task status? You can create a new Task Status from the Setting as mentioned below:  Go to Setting  Click on “Task Status Group” under the Company Setting  You’ll be redirected to the “Task Status Group” page  Click on “Create New Task Status Group”
  • 8. 8 Designed and Powered by  Enter Task Status Group Name  Enter the First “Task Status” name
  • 9. 9 Designed and Powered by  Click on the Color bar to change the color of the Task Status  Click on the circle present in the below right of color picker  Change the weightage for the task (task progress in % for that task status) by changing the bar from left to right or vice versa
  • 10. 10 Designed and Powered by  To Add New Status, click on the “Add Status” button at below  Enter the name of the Status, select color & assign the % for the Task Status  Click on anywhere to save the name of the status Note: The first & last Task Status’s weightage can’t be changed for any Task Status group. I will be always 0% and 100% for first & last task status respectively.
  • 11. 11 Designed and Powered by How can I add Task Status Group in a project? Once you create a custom Task Status (mentioned above) that will be your project workflow. You can add the workflow during Project creation. Once you have created the project, you can’t add the workflow. To add the workflow during project creation:  Click on the +New or + from the Project page  Enter Project Name, Short Name & on the Task Status Group field, click to select your required Task Statuses to add this Project  Click on “Create” button to create the project with your workflow  Click on the Create Task, +New or + button to create a new task  Once you create & assign the task, the user can change the task status from the task detail page or Kanban page
  • 12. 12 Designed and Powered by  On the Task detail page, click on “Status” to update/change the status for the task  Once the user changes the task status, the task progress % will change accordingly To change Task Status in Kanban view:  On the Kanban page, Drag & drop a task from one task status to another to change the task status of that task
  • 13. 13 Designed and Powered by How can I change the color of the task status? You can change/modify; edit the color of the Task Status.  On the Task Status Group page, click on the color bar  Select the color from the color picker  On the right below, click on the small circle color to change the color of the task status
  • 14. 14 Designed and Powered by How to change the weightage percentage of a task status? The weightage shows the task progress in % of a task for the task status. So when you update the status, the task progress will automatically change. Remember for first and last task status, the % will always be 0% and 100% respectively. For ex; if you have statuses “New”, “In-Progress”, “Done”, “Testing”, “Fixing”, “Approved”, “Closed” and you defined the % as “0%”, “20%”, “40%”, “50%”, “60%”, “80%”, “100%”. When you change the Task Status to “Fixing”, the task progress will automatically change to “60%”. To change or define the weightage for a Task Status, you can go the Task Status group page.  Hover on the “Settings”  Click on “Task Status Group” under “Company Setting”  Go to second Task Status  Drag the bar pointer from left to right or vice versa to change the task progress % associated with the Task Status
  • 15. 15 Designed and Powered by How can I use the task status for task? You can use your Task Status Group only after adding it to the Project during Project creation. Once you add Task Status Group to Project (mentioned earlier), you can see status after you create a task. To change or update of your task status for a task,  Go to the Task List page  Click on a Task  On the Task Detail page, click on “Status” which you can find just below Type & Priority  Select & Click on the Status; it will automatically change the status of the task  Task Progress also will change accordingly as per the status change
  • 16. 16 Designed and Powered by To change the Task Status during Reply:  Click on any Task  On the Task Detail page, enter your reply  Select the Status and fill other fields (if necessary)  Click on Post to change the Status with comment Task Status Change for Default Task Status Group:
  • 17. 17 Designed and Powered by  Click on the dropdown of a task on the Task List Page  Select & click on the Task Status  The Task Status will change automatically with task progress To change Task Status in Kanban view:  On the Kanban page, Drag & drop a task from one task status to another to change the task status of that task Where can I change the status of task in the task detail page? To change or update of your task status for a task,  Go to the Task List page  Click on a Task  On the Task Detail page, click on “Status” which you can find just below Type & Priority  Select & Click on the Status; it will automatically change the status of the task  Task Progress also will change accordingly as per the status change To change the Task Status during Reply:
  • 18. 18 Designed and Powered by  Click on any Task  On the Task Detail page, enter your reply  Select the Status and fill other fields (if necessary)  Click on Post to change the Status with comment Task Status Change for Default Task Status Group:  Click on the dropdown of a task on the Task List Page  Select & click on the Task Status  The Task Status will change automatically with task progress To change Task Status in Kanban view:  On the Kanban page, Drag & drop a task from one task status to another to change the task status of that task Can I add task status to the Kanban view? Once you created a Task Status Group, the statuses will reflect on your Kanban view. To create a new Task Status, check mentioned earlier question. To add the Task Status Group to a project:  Click on the +New or + from the Project page  Enter Project Name, Short Name & on the Task Status Group field, click to select your required Task Statuses to add this Project  Click on “Create” button to create the project with your workflow  Click on the Create Task, +New or + button to create a new task  Once you create & assign the task, the user can change the task status from the task detail or Kanban page  On the Task detail page, click on “Status” to update/change the status for the task  Once the user changes the task status, the task progress % will change accordingly  On the Kanban page, Drag & drop a task from one task status to another to change the task status of that task
  • 19. 19 Designed and Powered by Who can create a task Status? Only the Owner & admin of the account can add or create Task Status. A user can only use the Task Status if added in the project. Can a user change the task status of task? Yes, any user associated with the project, can change or update the status of the task. How can I edit the Task Status? You can edit a Task Status Group at any time. If the Task Status Group already added to a project, then once you edit it the same (the new status after editing) will be reflected on your task page. The old status will not reflect after you edit the task status group. To edit the Task Status Group:  Go to the Task Status Group page  Click on the Task Status you want to edit  Click anywhere to save it
  • 20. 20 Designed and Powered by Can I change the Task Status Group for a Project? Once you added the Task Status Group to a project, you can’t change the Task Status Group. However you can change if that project has no tasks. In case of no Task Status Group added, the default Task Status Group will be added automatically to a project. And once you create task, you can’t change the Task Status Group like Custom Task Status Group. Can I add Task Status to an already assigned Task Status Group into a Project? You can add a new status to an existing Task Status Group even if it is already added in a project. The New Status will be reflected in the added Project too.