Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

33 total results found

Time tracking

How to use titra

How to keep track and track time. After creating a project, you will get an overview of the project and other options. Each project has its own Project information panel displaying information and progress. In this case, we initially see only a small amount ...

User Settings

How to use titra

Global settings Cost Unit Enter a symbol of a currency or similar. It adds the symbol behind the value of the turnover. the most used currency symbols: $ ¥ £ € ¢ ¤ Decimal precision With this setting you can regulate the number of decimal places...

Install extension

Extension management

Extensions is a new feature available in titra versions from 0.53.0. Official extensions can be retrieved from our Extension Store. New extensions can only be installed by administrators. If you have the necessary access rights you can navigate to Administr...

Wekan Integration

Deployment

The built-in Wekan integration of titra enables you to plan your project tasks in Wekan using the agile methodology and track time against these very tasks when you and your time work on them. This is powerful combination which can be used to efficiently exe...

Siwapp Invoice Export

Administration Interfaces

Zammad Ticket Import

Administration Interfaces

Wekan Kanban Board Cards Import

Administration Interfaces

GitLab Issues Import

Administration Interfaces

Titra requires an API token for GitLab which can be created in the top right user menu and selecting the Preferences entry: In the User Settings, navigate to Access Tokens and create a new Personal Access Token. Titra requires one of the scopes read_api or ...

Custom Fields

Administration

In the Custom fields page of the Administration menu, new custom fields can be created by the administrator. First of all, a class for the new field has to be chosen, the options are: Project or Time entry: After selecting the class, the fields for Nam...

OpenID Connect (OIDC) Authentication

Deployment

Configure your OIDC client for Authorization Code Flow Set the relevant fields in titra Client ID: Client ID as per your OIDC App Configuration Client Secret: As per your OIDC App Configuration OIDC Server Url: Your auth domain e.g. http://auth.you...

Update an existing titra instance (Docker)

Deployment

If you have used the quick start guide in the titra Github repository you can use the following steps to update titra to the latest version: curl -L https://github.com/faburem/titra/raw/master/docker-compose.yml | docker-compose -f - down docker pull kro...

Sending E-mails

Deployment

Environment Variables MAIL_URL: The server reads from the MAIL_URL environment variable to determine how to send mail. The MAIL_URL should reference an SMTP server and use the form: smtp://USERNAME:PASSWORD@HOST:PORT or smtps://USERNAME:PASSWORD@HOST:PORT ...

MongoDB version compatibility

Deployment

titra is built on Meteor.js which is in turn using the official Node.js MongoDB driver. The official statement regarding compatibility can be found here. titra will always be updated to the latest Meteor.js version and thus inherits its dependencies.The offic...