Work in progress on totals only config option for Work units plugin.
authorNik Okuntseff <support@anuko.com>
Tue, 24 Jul 2018 17:49:57 +0000 (17:49 +0000)
committerNik Okuntseff <support@anuko.com>
Tue, 24 Jul 2018 17:49:57 +0000 (17:49 +0000)
33 files changed:
WEB-INF/resources/ca.lang.php
WEB-INF/resources/cs.lang.php
WEB-INF/resources/da.lang.php
WEB-INF/resources/de.lang.php
WEB-INF/resources/en.lang.php
WEB-INF/resources/es.lang.php
WEB-INF/resources/et.lang.php
WEB-INF/resources/fa.lang.php
WEB-INF/resources/fi.lang.php
WEB-INF/resources/fr.lang.php
WEB-INF/resources/gr.lang.php
WEB-INF/resources/he.lang.php
WEB-INF/resources/hu.lang.php
WEB-INF/resources/it.lang.php
WEB-INF/resources/ja.lang.php
WEB-INF/resources/ko.lang.php
WEB-INF/resources/nl.lang.php
WEB-INF/resources/no.lang.php
WEB-INF/resources/pl.lang.php
WEB-INF/resources/pt-br.lang.php
WEB-INF/resources/pt.lang.php
WEB-INF/resources/ro.lang.php
WEB-INF/resources/ru.lang.php
WEB-INF/resources/sk.lang.php
WEB-INF/resources/sl.lang.php
WEB-INF/resources/sr.lang.php
WEB-INF/resources/sv.lang.php
WEB-INF/resources/tr.lang.php
WEB-INF/resources/zh-cn.lang.php
WEB-INF/resources/zh-tw.lang.php
WEB-INF/templates/reports.tpl
WEB-INF/templates/work_units.tpl
work_units.php

index 0e909ab..e856fc4 100644 (file)
@@ -245,6 +245,7 @@ $i18n_key_words = array(
 // 'label.week_list' => 'Week list',
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
+'label.totals_only' => 'Només totals',
 
 // Form titles.
 // TODO: Improve titles for consistency, so that each title explains correctly what each
@@ -415,7 +416,6 @@ $i18n_key_words = array(
 'form.reports.group_by_project' => 'projecte',
 // TODO: translate the following.
 // 'form.reports.group_by_task' => 'task',
-'form.reports.totals_only' => 'Només totals',
 
 // Report form. See example at https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
index 282296e..aa9037a 100644 (file)
@@ -255,6 +255,7 @@ $i18n_key_words = array(
 // 'label.week_list' => 'Week list',
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
+'label.totals_only' => 'Pouze součty',
 
 // Form titles.
 // TODO: Improve titles for consistency, so that each title explains correctly what each
@@ -425,7 +426,6 @@ $i18n_key_words = array(
 'form.reports.group_by_project' => 'projekt',
 // TODO: translate the following.
 // 'form.reports.group_by_task' => 'task',
-'form.reports.totals_only' => 'Pouze součty',
 
 // Report form. See example at https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
index 38e9f43..7010608 100644 (file)
@@ -226,6 +226,7 @@ $i18n_key_words = array(
 // 'label.week_list' => 'Week list',
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
+'label.totals_only' => 'Kun Total',
 
 // Form titles.
 'title.login' => 'Login',
@@ -379,7 +380,6 @@ $i18n_key_words = array(
 'form.reports.group_by_client' => 'Klient',
 'form.reports.group_by_project' => 'Projekt',
 'form.reports.group_by_task' => 'Opgave',
-'form.reports.totals_only' => 'Kun Total',
 
 // Report form. See example at https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
index 613bdc7..b7e0f53 100644 (file)
@@ -222,6 +222,7 @@ $i18n_key_words = array(
 // 'label.week_list' => 'Week list',
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
+'label.totals_only' => 'Nur Gesamtstunden',
 
 // Form titles.
 'title.login' => 'Anmelden',
@@ -372,7 +373,6 @@ $i18n_key_words = array(
 'form.reports.group_by_client' => 'Kunde',
 'form.reports.group_by_project' => 'Projekt',
 'form.reports.group_by_task' => 'Aufgabe',
-'form.reports.totals_only' => 'Nur Gesamtstunden',
 
 // Report form. See example at https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
index e4abce9..5f1145b 100644 (file)
@@ -213,6 +213,7 @@ $i18n_key_words = array(
 'label.week_list' => 'Week list',
 'label.work_units' => 'Work units',
 'label.work_units_short' => 'Units',
+'label.totals_only' => 'Totals only',
 
 // Form titles.
 'title.login' => 'Login',
@@ -363,7 +364,6 @@ $i18n_key_words = array(
 'form.reports.group_by_client' => 'client',
 'form.reports.group_by_project' => 'project',
 'form.reports.group_by_task' => 'task',
-'form.reports.totals_only' => 'Totals only',
 
 // Report form. See example at https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
index 5a040b8..d804fa0 100644 (file)
@@ -248,6 +248,7 @@ $i18n_key_words = array(
 // 'label.week_list' => 'Week list',
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
+'label.totals_only' => 'Solo totales',
 
 // Form titles.
 'title.login' => 'Sesión iniciada',
@@ -428,7 +429,6 @@ $i18n_key_words = array(
 'form.reports.group_by_project' => 'proyecto',
 // TODO: traslate the following string.
 // 'form.reports.group_by_task' => 'task',
-'form.reports.totals_only' => 'Solo totales',
 
 // Report form. See example at https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
index 2b1bdde..2c9b04a 100644 (file)
@@ -251,6 +251,7 @@ $i18n_key_words = array(
 // 'label.week_list' => 'Week list',
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
+'label.totals_only' => 'Ainult summad',
 
 // Form titles.
 // TODO: Improve titles for consistency, so that each title explains correctly what each
@@ -423,7 +424,6 @@ $i18n_key_words = array(
 'form.reports.group_by_project' => 'projekt',
 // TODO: translate the following.
 // 'form.reports.group_by_task' => 'task',
-'form.reports.totals_only' => 'Ainult summad',
 
 // Report form. See example at https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
index c567d07..28bcf81 100644 (file)
@@ -238,6 +238,7 @@ $i18n_key_words = array(
 // 'label.week_list' => 'Week list',
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
+// 'label.totals_only' => 'Totals only',
 
 // Form titles.
 'title.login' => 'ورود',
@@ -402,9 +403,6 @@ $i18n_key_words = array(
 'form.reports.group_by_client' => 'مشتری',
 'form.reports.group_by_project' => 'پروژه',
 'form.reports.group_by_task' => 'وظیفه',
-// TODO: translate form.reports.totals_only. Selecting this option means to print subtotals only for a "grouped by" report.
-// In other words, items are not printed, only subtotals for grouped items are printed.  
-// 'form.reports.totals_only' => 'Totals only',
 
 // Report form. See example at https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
index 48b5089..99b40f4 100644 (file)
@@ -230,6 +230,7 @@ $i18n_key_words = array(
 // 'label.week_list' => 'Week list',
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
+'label.totals_only' => 'Vain yhteissummat',
 
 // Form titles.
 'title.login' => 'Kirjautuminen',
@@ -386,7 +387,6 @@ $i18n_key_words = array(
 'form.reports.group_by_client' => 'asiakas',
 'form.reports.group_by_project' => 'projekti',
 'form.reports.group_by_task' => 'tehtävä',
-'form.reports.totals_only' => 'Vain yhteissummat',
 
 // Report form. See example at https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
index 888e0ee..a08f34f 100644 (file)
@@ -224,6 +224,7 @@ $i18n_key_words = array(
 // 'label.week_list' => 'Week list',
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
+'label.totals_only' => 'Totaux uniquement',
 
 // Form titles.
 'title.login' => 'Connexion',
@@ -376,7 +377,6 @@ $i18n_key_words = array(
 'form.reports.group_by_client' => 'Client',
 'form.reports.group_by_project' => 'Projet',
 'form.reports.group_by_task' => 'Tâche',
-'form.reports.totals_only' => 'Totaux uniquement',
 
 // Report form. See example at https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
index e8f03b0..7eeead9 100644 (file)
@@ -215,6 +215,7 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
+'label.totals_only' => 'Σύνολα μόνο',
 
 // Form titles.
 'title.login' => 'Σύνδεση',
@@ -365,7 +366,6 @@ $i18n_key_words = array(
 'form.reports.group_by_client' => 'πελάτης',
 'form.reports.group_by_project' => 'έργο',
 'form.reports.group_by_task' => 'εργασία',
-'form.reports.totals_only' => 'Σύνολα μόνο',
 
 // Report form. See example at https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
index e513d5f..c99ce8e 100644 (file)
@@ -248,6 +248,7 @@ $i18n_key_words = array(
 // 'label.week_list' => 'Week list',
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
+'labl.totals_only' => 'סיכומים בלבד',
 
 // Form titles.
 'title.login' => 'כניסה',
@@ -410,7 +411,6 @@ $i18n_key_words = array(
 'form.reports.group_by_client' => 'לקוח',
 'form.reports.group_by_project' => 'פרוייקט',
 'form.reports.group_by_task' => 'משימה',
-'form.reports.totals_only' => 'סיכומים בלבד',
 
 // Report form. See example at https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
index cf6b087..73165fa 100644 (file)
@@ -248,6 +248,7 @@ $i18n_key_words = array(
 // 'label.week_list' => 'Week list',
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
+// 'label.totals_only' => 'Totals only',
 
 // Form titles.
 'title.login' => 'Bejelentkezés',
@@ -417,7 +418,6 @@ $i18n_key_words = array(
 'form.reports.group_by_project' => 'projekt',
 // TODO: translate the following.
 // 'form.reports.group_by_task' => 'task',
-// 'form.reports.totals_only' => 'Totals only',
 
 // Report form. See example at https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
index ae1dae4..1c6769b 100644 (file)
@@ -220,6 +220,7 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
+'label.totals_only' => 'Solo i totali',
 
 // Form titles.
 // TODO: Improve titles for consistency, so that each title explains correctly what each
@@ -379,7 +380,6 @@ $i18n_key_words = array(
 'form.reports.group_by_client' => 'cliente',
 'form.reports.group_by_project' => 'progetto',
 'form.reports.group_by_task' => 'compito',
-'form.reports.totals_only' => 'Solo i totali',
 
 // Report form. See example at https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
index fa4b4be..01782d6 100644 (file)
@@ -253,6 +253,7 @@ $i18n_key_words = array(
 // 'label.week_list' => 'Week list',
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
+'label.totals_only' => '全体だけ',
 
 // Form titles.
 'title.login' => 'ログイン',
@@ -422,7 +423,6 @@ $i18n_key_words = array(
 'form.reports.group_by_project' => 'プロジェクト',
 // TODO: translate the following.
 // 'form.reports.group_by_task' => 'task',
-'form.reports.totals_only' => '全体だけ',
 
 // Report form. See example at https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
index b4c79c2..971c67d 100644 (file)
@@ -253,6 +253,7 @@ $i18n_key_words = array(
 // 'label.week_list' => 'Week list',
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
+'label.totals_only' => '오직 전체만',
 
 // Form titles.
 'title.login' => '로그인',
@@ -420,7 +421,6 @@ $i18n_key_words = array(
 'form.reports.group_by_project' => '프로젝트',
 // TODO: translate the following.
 // 'form.reports.group_by_task' => 'task',
-'form.reports.totals_only' => '오직 전체만',
 
 // Report form. See example at https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
index 0107a70..8719b47 100644 (file)
@@ -213,6 +213,7 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
+'label.totals_only' => 'Alleen totalen',
 
 // Form titles.
 'title.login' => 'Aanmelden',
@@ -362,7 +363,6 @@ $i18n_key_words = array(
 'form.reports.group_by_client' => 'klant',
 'form.reports.group_by_project' => 'project',
 'form.reports.group_by_task' => 'taak',
-'form.reports.totals_only' => 'Alleen totalen',
 
 // Report form. See example at https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
index 1bfc053..b3d58cc 100644 (file)
@@ -251,6 +251,7 @@ $i18n_key_words = array(
 // 'label.week_list' => 'Week list',
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
+// 'label.totals_only' => 'Totals only',
 
 // Form titles.
 'title.login' => 'Innlogging',
@@ -418,7 +419,6 @@ $i18n_key_words = array(
 'form.reports.group_by_project' => 'prosjekt',
 // TODO: translate the following.
 // 'form.reports.group_by_task' => 'task',
-// 'form.reports.totals_only' => 'Totals only',
 
 // Report form. See example at https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
index ec6b784..1b4665e 100644 (file)
@@ -231,6 +231,7 @@ $i18n_key_words = array(
 // 'label.week_list' => 'Week list',
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
+'label.totals_only' => 'Tylko sumy',
 
 // Form titles.
 'title.login' => 'Logowanie',
@@ -388,7 +389,6 @@ $i18n_key_words = array(
 'form.reports.group_by_client' => 'klientów',
 'form.reports.group_by_project' => 'projektów',
 'form.reports.group_by_task' => 'zadań',
-'form.reports.totals_only' => 'Tylko sumy',
 
 // Report form. See example at https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
index db390eb..13fc33a 100644 (file)
@@ -228,6 +228,7 @@ $i18n_key_words = array(
 // 'label.week_list' => 'Week list',
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
+'label.totals_only' => 'Somente totais',
 
 // Form titles.
 'title.login' => 'Login',
@@ -383,7 +384,6 @@ $i18n_key_words = array(
 'form.reports.group_by_client' => 'cliente',
 'form.reports.group_by_project' => 'projeto',
 'form.reports.group_by_task' => 'tarefa',
-'form.reports.totals_only' => 'Somente totais',
 
 // Report form. See example at https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
index 4b9727f..53795d3 100644 (file)
@@ -240,6 +240,7 @@ $i18n_key_words = array(
 // 'label.week_list' => 'Week list',
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
+// 'label.totals_only' => 'Totals only',
 
 // Form titles.
 'title.login' => 'Login',
@@ -400,7 +401,6 @@ $i18n_key_words = array(
 // 'form.reports.group_by_client' => 'client',
 // 'form.reports.group_by_project' => 'project',
 // 'form.reports.group_by_task' => 'task',
-// 'form.reports.totals_only' => 'Totals only',
 
 // Report form. See example at https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
index b9c1220..aad8d88 100644 (file)
@@ -252,6 +252,7 @@ $i18n_key_words = array(
 // 'label.week_list' => 'Week list',
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
+'label.totals_only' => 'Numai totaluri',
 
 // Form titles.
 // TODO: Improve titles for consistency, so that each title explains correctly what each
@@ -423,7 +424,6 @@ $i18n_key_words = array(
 'form.reports.group_by_project' => 'proiect',
 // TODO: translate the following.
 // 'form.reports.group_by_task' => 'task',
-'form.reports.totals_only' => 'Numai totaluri',
 
 // Report form. See example at https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
index 114ecc5..3b2c67d 100644 (file)
@@ -212,6 +212,7 @@ $i18n_key_words = array(
 'label.week_list' => 'Список недели',
 'label.work_units' => 'Единицы работы',
 'label.work_units_short' => 'Единицы',
+'label.totals_only' => 'Только итоги',
 
 // Form titles.
 'title.login' => 'Вход в систему',
@@ -360,7 +361,6 @@ $i18n_key_words = array(
 'form.reports.group_by_client' => 'клиенту',
 'form.reports.group_by_project' => 'проекту',
 'form.reports.group_by_task' => 'задаче',
-'form.reports.totals_only' => 'Только итоги',
 
 // Report form. See example at https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
index 87beb6f..d22c4b7 100644 (file)
@@ -238,6 +238,7 @@ $i18n_key_words = array(
 // 'label.week_list' => 'Week list',
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
+'label.totals_only' => 'Iba celkové',
 
 // Form titles.
 'title.login' => 'Prihlásenie',
@@ -402,7 +403,6 @@ $i18n_key_words = array(
 'form.reports.group_by_client' => 'klient',
 'form.reports.group_by_project' => 'projekt',
 'form.reports.group_by_task' => 'úloha',
-'form.reports.totals_only' => 'Iba celkové',
 
 // Report form. See example at https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
index 732286b..ab53c5b 100644 (file)
@@ -235,6 +235,7 @@ $i18n_key_words = array(
 // 'label.week_list' => 'Week list',
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
+// 'label.totals_only' => 'Totals only',
 
 // Form titles.
 'title.login' => 'Prijava',
@@ -397,7 +398,6 @@ $i18n_key_words = array(
 'form.reports.group_by_project' => 'projekt',
 // TODO: translate the following.
 // 'form.reports.group_by_task' => 'task',
-// 'form.reports.totals_only' => 'Totals only',
 
 // Report form. See example at https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
index 648f26e..b9bbf14 100644 (file)
@@ -229,6 +229,7 @@ $i18n_key_words = array(
 // 'label.week_note' => 'Week note',
 // 'label.week_list' => 'Week list',
 // 'label.work_units' => 'Work units',
+'label.totals_only' => 'Samo zbirno',
 
 // Form titles.
 'title.login' => 'Prijava',
@@ -386,7 +387,6 @@ $i18n_key_words = array(
 'form.reports.group_by_client' => 'klijent',
 'form.reports.group_by_project' => 'projekat',
 'form.reports.group_by_task' => 'zadatak',
-'form.reports.totals_only' => 'Samo zbirno',
 
 // Forma izveštaja. Pogledajte primer na https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
index 11eff19..c2159bb 100644 (file)
@@ -224,6 +224,7 @@ $i18n_key_words = array(
 // 'label.week_list' => 'Week list',
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
+'label.totals_only' => 'Visa endast summeringar',
 
 // Rubriker för formulär
 'title.login' => 'Logga in',
@@ -382,7 +383,6 @@ $i18n_key_words = array(
 'form.reports.group_by_client' => 'Kund',
 'form.reports.group_by_project' => 'Projekt',
 'form.reports.group_by_task' => 'Arbetsuppgift',
-'form.reports.totals_only' => 'Visa endast summeringar',
 
 // Report form. See example at https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
index ee3b445..3508153 100644 (file)
@@ -259,6 +259,7 @@ $i18n_key_words = array(
 // 'label.week_list' => 'Week list',
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
+'label.totals_only' => 'Sadece toplamlar',
 
 // Form titles.
 // Form titles.
@@ -435,7 +436,6 @@ $i18n_key_words = array(
 'form.reports.group_by_project' => 'proje',
 // TODO: translate the following.
 // 'form.reports.group_by_task' => 'task',
-'form.reports.totals_only' => 'Sadece toplamlar',
 
 // Report form. See example at https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
index 1cb84d7..6fbcb02 100644 (file)
@@ -242,6 +242,7 @@ $i18n_key_words = array(
 // 'label.week_list' => 'Week list',
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
+// 'label.totals_only' => 'Totals only',
 
 // Form titles.
 'title.login' => '登录',
@@ -406,7 +407,6 @@ $i18n_key_words = array(
 'form.reports.group_by_project' => '项目',
 // TODO: translate the following.
 // 'form.reports.group_by_task' => 'task',
-// 'form.reports.totals_only' => 'Totals only',
 
 // Report form. See example at https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
index fc3ec99..4ada9fc 100644 (file)
@@ -249,6 +249,7 @@ $i18n_key_words = array(
 // 'label.week_list' => 'Week list',
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
+// 'label.totals_only' => 'Totals only',
 
 // Form titles.
 'title.login' => '登錄',
@@ -414,7 +415,6 @@ $i18n_key_words = array(
 'form.reports.group_by_project' => '項目',
 // TODO: translate the following.
 // 'form.reports.group_by_task' => 'task',
-// 'form.reports.totals_only' => 'Totals only',
 
 // Report form. See example at https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
index b57ba84..af67478 100644 (file)
@@ -299,7 +299,7 @@ function handleCheckboxes() {
           <td><b>{$i18n.form.reports.group_by}</b></td>
         </tr>
         <tr valign="top">
-          <td>{$forms.reportForm.group_by.control} <label>{$forms.reportForm.chtotalsonly.control} {$i18n.form.reports.totals_only}</label></td>
+          <td>{$forms.reportForm.group_by.control} <label>{$forms.reportForm.chtotalsonly.control} {$i18n.label.totals_only}</label></td>
         </tr>
       </table>
 
index 9c2e64d..a4fb6b5 100644 (file)
@@ -8,6 +8,10 @@
     <td>{$i18n.form.work_units.1st_unit_threshold}:</td>
     <td>{$forms.workUnitsForm.1st_unit_threshold.control} <a href="https://www.anuko.com/lp/tt_24.htm" target="_blank">{$i18n.label.what_is_it}</a></td>
   </tr>
+  <tr>
+    <td align="right" nowrap>{$i18n.label.totals_only}:</td>
+    <td>{$forms.workUnitsForm.totals_only.control} <a href="https://www.anuko.com/lp/tt_25.htm" target="_blank">{$i18n.label.what_is_it}</a></td>
+  </tr>
   <tr>
     <td colspan="2">&nbsp;</td>
   </tr>
index dd01488..32b2616 100644 (file)
@@ -53,6 +53,7 @@ if ($request->isPost()) {
 $form = new Form('workUnitsForm');
 $form->addInput(array('type'=>'text', 'name'=>'minutes_in_unit', 'value'=>$cl_minutes_in_unit, 'style'=>'width:40px'));
 $form->addInput(array('type'=>'text', 'name'=>'1st_unit_threshold', 'value'=>$cl_1st_unit_threshold, 'style'=>'width:40px'));
+$form->addInput(array('type'=>'checkbox','name'=>'totals_only','value'=>$cl_totals_only));
 $form->addInput(array('type'=>'submit','name'=>'btn_save','value'=>$i18n->get('button.save')));
 
 if ($request->isPost()){