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

17 total results found

User Administration

Administration

Users can be administered on the administration page accessible through the Users menu. Existing users can be deleted using the actions column on the far right side. In addition users can be promoted to administrators by activating the corresponding “Admin” c...

Claiming Admin Rights

Administration

Administration By default, no administrator is defined for every new titra instance setup. However, if no administrator is currently defined, every registered user on that instance can manually claim admin rights (first come, first serve). This is done to p...

Global Settings

Administration

The titra Global settings (defaults) are available in the user menu > Administration. All settings are defaults which can be overruled by user specific settings. They can be currently either of type Number or String. No validation of values is taking ...

Environment Information

Administration

Users with the administrator role can view interesting information about the host environment using the About page in the user menu: Under the option 'titra changelog' you can display more details about the current version: This information includes the ...

1-Click Deployment on DigitalOcean

Deployment

titra is available in the DigitalOcean Marketplace for easy 1-click deployment of droplets. Get started below: 

API documentation

Deployment

To use the titra API you need to create an API token first. See user-settings for more information.Once the setup is complete, the complete titra API documentation can be found at https://kromitgmbh.github.io/titra/ .

Docker Guide

Deployment

Deploying titra with Docker You will need a MongoDB container to use titra. Here is an example to get started: docker run --name mongodb -p 27017:27017 mongo Please note that this basic approach will store all database data in a transient Docker volume – ...

Environment Variables

Deployment

ROOT_URL: the URL under which titra is served. Could be http://localhost:3000 for a local instance or https://app.titra.io for a setup with reverse proxy and DNS records. MONGO_URL: the URL of the mongoDB backend (e.g. mongodb://localhost:27017/titra) MONGO_...

Titra on Synology nas DSM

Deployment

If your system do support Docker ( here the list ) go and install it from the Synology package center. Once you have Docker installed open the package and go to the Registry menu to search for the images we need to run Titra. Search for titra and double cl...

Zammad Interface

Deployment

Enable CORS This might be specific to our setup, but after following the default installation instructions for the Zammad community edition we had to add the following to the end of our nginx configuration (/etc/nginx/sites-enabled/zammad.conf) to have a work...

Add/Edit project

How to use titra

Navigation and project creation Top bar navigation [1] At the moment, titra has three selection options: – Track – opens the time tracking view.– Overview – opens the project overview with histogram and pie chart.– Details – opens the table view with detaile...

Overview

How to use titra

Once you have added the tasks to your projects you will get additional information on the Overview page. ↓ Use the calendar to get a monthly overview. Select a date by click. ↓ Details Use the Details view to get a better overview and more options. The ...

Profile Settings

How to use titra

User Profile Name The name you specify in your name field will be your display name on Titra. It can be changed at any time.For example: “Emmett Brown” Color lor code or select one with the color picker – to do so click on the colored field. for ex...

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...

LDAP interface working example

LDAP extension

The first official titra extension is LDAP authentication support. It should support most LDAP configurations out-of-the-box and is available in the titra Extension Store. To prevent exposure of sensitive credentials, the configuration of the interface is onl...

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...