This manual is deprecated. Please visit https://groupoffice.readthedocs.io for the latest documentation.

Difference between revisions of "Projects and time tracking"

From Group-Office Groupware and CRM Documentation
Jump to: navigation, search
(time tracking permissions added)
Line 4: Line 4:
  
 
==Administration==
 
==Administration==
In the administration window you'll find the following tabs:
+
Before you start you need to setup everything here. In the administration window you'll find the following tabs:
  
 
===Permission types===
 
===Permission types===
Each project has a permission type. Those types control who can read, write or book hours to the project.
+
Each project has a permission type. Those types control who can read and write to the project.
If you add a user to the permissions with read permission the user may view the project information. If you raise the permission level to write the user may may edit the project, create subprojects and book working hours.
+
If you add a user to the permissions with read permission the user may view the project information. If you raise the permission level to write the user may may edit the project and create sub projects if it's a folder.
 
If you have the time tracking module installed too you might want to add users to the "Book permissions" tab so they can book working hours.
 
If you have the time tracking module installed too you might want to add users to the "Book permissions" tab so they can book working hours.
  
===Default fees===
+
===Employees===
Here you can set an internal and an external fee for each user that has access to the timeregistration module. The fees can be used for reporting and billing.
+
Every user that needs to be set as a resource for time tracking on projects need to be added here with their default fee.
 
+
When a user closes it's time tracking week the closed date will be set forward. In this dialog you can set it back if a mistake was made and the week needs to be opened again.
===Special fees===
+
Here you can setup non-default fees which users can select if the fee is different then usual. A fee for travel miles instead of hours could be created here for example.
+
  
 
===Statuses===
 
===Statuses===
Create statuses to filter projects on.
+
Manage project statuses here. Per status you can set if a project is completed or not. Completed projects won't be available for time tracking anymore. You can also set if the project is visible in the tree. This is useful for keeping your projects overview organized.
 +
 
 +
===Office times===
 +
Set the office times here. These times will be used for guessing the default time for a time entry and also for estimating a project task due date.
 +
 
 +
===Activity types===
 +
These will be available in a drop down on time entries. It also has a preset for the description and duration.
  
 
===Project templates===
 
===Project templates===
You can create multiple project templates here. In a template you can control exactly which fields and custom field categories will be applicable to the project type. When you create a new project the project template will be selected first. For a toplevel container you might want to disable all fields except for name and description for example. Within those you might have some different project types too.
+
You can create multiple project templates here. In a template you can control which fields and custom field categories will be applicable to the project type. When you create a new project the project template will be selected first. There are two types of projects:
  
You can also enable visibility in the tree for easier navigation here.
+
#Container: This is just a folder for child projects and used for organizing the project tree.
 +
#Project: This type enables time tracking and expenses. A project can't have child projects.
  
It's possible to set up some automated sub items too. You can automatically create tasks, child projects and files.
+
It's possible to set up some default items too. You can automatically create tasks, files and folders.
  
===Report templates===
 
Here you can create different templates for PDF documents. [[Project PDF templates|Read more about creating PDF templates here]]
 
 
===Expense & Income types===
 
Create types of expenses here that can be selected for expenses for projects. Like copy costs, materials etc.
 
  
 
==Create a project==
 
==Create a project==
Click on "Add" from the main screen. If there are multiple [[#Project templates]] then a popup with the available templates will be presented. If there are no or one template then this popup will be skipped and the project dialog will appear.
+
Navigate in the tree and click on "Add" from the main screen. If there are multiple [[#Project templates]] then a popup with the available templates will be presented. If there are no or one template then this popup will be skipped and the project dialog will appear.
You can create subprojects by double clicking a project and thereafter click at "Add" on that project level. You can also create a subproject from the "New menu" in the information panel.
+
  
 
==Share a project with a new user / customer==
 
==Share a project with a new user / customer==
Line 54: Line 53:
  
 
==Reports==
 
==Reports==
At the reports page you can view all worked hours per user, project or customer.  
+
There are some default reports available. Reports can be customized if you have PHP knowledge. The example reports are available in source code.
You can also export all timetracking entries per project here to CSV or PDF. Double click on any row in the main screen to view all the entries and click at "Export" to export to CSV or PDF.
+
  
 
==Time tracking==
 
==Time tracking==
Line 75: Line 73:
  
 
[[Image:Hoursapproval.png|Hours approval screen]]
 
[[Image:Hoursapproval.png|Hours approval screen]]
 
===Remind users for timeregistration===
 
With this button you can remind all users that didn't close their weeks in the timeregistration module for a given time period. Click the button, select the time period and click on 'Ok' to send out the e-mails with the invitation to fill in their hours.
 
 
===Remind users for approval===
 
With this button you can remind all project managers that didn't approve all registered hours in a given time period. Click the button, select the time period and click on 'Ok' to send out the e-mails with the invitation to approve the hours.
 

Revision as of 11:29, 30 January 2014

Project information panel

With the projects module you can easily manage project information in one place and keep track of worked hours, material usage and travel costs. You can also share projects with customers and co-workers. At the project information panel you can easily access related comments, tasks, appointments, files etc. as you can see in the screenshot.

Administration

Before you start you need to setup everything here. In the administration window you'll find the following tabs:

Permission types

Each project has a permission type. Those types control who can read and write to the project. If you add a user to the permissions with read permission the user may view the project information. If you raise the permission level to write the user may may edit the project and create sub projects if it's a folder. If you have the time tracking module installed too you might want to add users to the "Book permissions" tab so they can book working hours.

Employees

Every user that needs to be set as a resource for time tracking on projects need to be added here with their default fee. When a user closes it's time tracking week the closed date will be set forward. In this dialog you can set it back if a mistake was made and the week needs to be opened again.

Statuses

Manage project statuses here. Per status you can set if a project is completed or not. Completed projects won't be available for time tracking anymore. You can also set if the project is visible in the tree. This is useful for keeping your projects overview organized.

Office times

Set the office times here. These times will be used for guessing the default time for a time entry and also for estimating a project task due date.

Activity types

These will be available in a drop down on time entries. It also has a preset for the description and duration.

Project templates

You can create multiple project templates here. In a template you can control which fields and custom field categories will be applicable to the project type. When you create a new project the project template will be selected first. There are two types of projects:

  1. Container: This is just a folder for child projects and used for organizing the project tree.
  2. Project: This type enables time tracking and expenses. A project can't have child projects.

It's possible to set up some default items too. You can automatically create tasks, files and folders.


Create a project

Navigate in the tree and click on "Add" from the main screen. If there are multiple #Project templates then a popup with the available templates will be presented. If there are no or one template then this popup will be skipped and the project dialog will appear.

Share a project with a new user / customer

You need administrator access to perform these tasks. First you need to create a user at:

Admin menu -> users -> Add

You must give the user access to the projects module.

Then you must create a project type at:

Projects -> Administration -> Permission types -> Add

Add the new user to the project type and optionally other users that need access to this type of projects.

Now create a project with this type or update one with it. This project will be available to the new user.

Reports

There are some default reports available. Reports can be customized if you have PHP knowledge. The example reports are available in source code.

Time tracking

Time tracking in grid
Time tracking with multiple registrations per project

There are two ways of doing time tracking which the company has to decide on to use system wide. You can enter times in a grid with all projects and weekdays. This is very easy but has only one limitation that you can't enter multiple registrations on the same project on the same day. If you want to do that you'll need the other time tracking mode. If you have write or manage rights for the time tracking module, you can change this at:

Time tracking -> Administration


Close week

When a user has finished filling in the hours for a week, it can be closed. After closing the hours can't be edited anymore by the user. Only an administrator can re-open the week.

Approve hours

Optionally the hours approval module can be installed. If this is installed the project manager will receive an e-mail when a user has filled in hours. The manager can approve or disapprove the timesheet. If it's disapproved the user will receive an e-mail about that and the week will be re-opened automatically. If the hours approval module is not installed hours will be approved automatically.

Hours approval screen