|
3 | 3 | xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
4 | 4 | <id>timetracker</id>
|
5 | 5 | <name>Time Tracker</name>
|
6 |
| - <summary>Time Tracker App</summary> |
7 |
| - <description><![CDATA[Time Tracker App]]></description> |
| 6 | + <summary lang="en">Track your time spent with different tasks, aggregate by project or clients!</summary> |
| 7 | + <summary lang="de">Ein Zeitmesser für tägliche Aufgaben, mit Übersichten für Projekte oder Kunden!</summary> |
| 8 | + <description lang="en"> |
| 9 | + Track your time spent with different tasks each day using this time tracker app! Features include: |
| 10 | + |
| 11 | + - Timer which automatically stores stop / start times |
| 12 | + - Assign tasks to projects and clients |
| 13 | + - Use tags to categorize your tasks independently from projects and clients |
| 14 | + - Manually enter tasks when you forgot to start the timer |
| 15 | + - Manually edit start and stop times of previous tasks |
| 16 | + - Display an overview of your tasks in a fancy stacked donut / pie chart! |
| 17 | + - Filter tasks by project, client or time range |
| 18 | + - Archive projects that are no longer needed |
| 19 | + |
| 20 | + This app is still under development, so stay tuned for updates and additional features! If you have any suggestions, bug reports or feature requests, feel free to head over to our [GitHub project page](https://github.com/mtierltd/timetracker) and search through the existing issues, maybe your topic is already under discussion! And if it's not, feel free to file a new issue for it. |
| 21 | + |
| 22 | + And for now, start making your time tracking easier by using this app! |
| 23 | + </description> |
| 24 | + <description lang="de"> |
| 25 | + Behalte den Überblick über den Zeitaufwand täglicher Aufgaben mit dieser Time Tracker-App! Folgende Features erwarten Dich: |
| 26 | + |
| 27 | + - Ein integrierter Timer, der Start- und Stopp-Zeiten automatisch aufzeichnet |
| 28 | + - Aufgaben können Projekten und Kunden zugeordnet werden |
| 29 | + - Einträge können mittels Tags kategorisiert werden, unabhängig von Projekten oder Kunden! |
| 30 | + - Vergessen, den Timer zu starten? Kein Problem! Einfach mit der manuellen Eingabe die Aufgabe nachträglich hinzufügen... |
| 31 | + - ... oder den Eintrag hinterher bearbeiten! |
| 32 | + - Den Überblick behalten, mittels der integrierten Tabellen und Diagrammen! |
| 33 | + - Einträge durchsuchen anhand von Projekt- oder Kundenzugehörigkeit, oder einem Zeitfenster. |
| 34 | + |
| 35 | + Diese App wird aktuell noch weiterentwickelt, also: Augen offen halten für neue Features! Und falls Dir irgendwelche Verbesserungsvorschläge, Probleme oder neue Features einfallen, schau mal auf unserem [GitHub Projekt](https://github.com/mtierltd/timetracker) vorbei, vielleicht wird Dein Thema bereits diskutiert! Und falls nicht, starte gerne eine neue Diskussion, wir freuen uns auf Dein Feedback! |
| 36 | + </description> |
8 | 37 | <version>0.0.45</version>
|
9 | 38 | <licence>agpl</licence>
|
10 | 39 | < author mail= "[email protected]" >MTier Ltd.</ author>
|
|
14 | 43 | </documentation>
|
15 | 44 | <category>tools</category>
|
16 | 45 | <bugs>https://github.com/mtierltd/timetracker/issues</bugs>
|
| 46 | + <screenshot>https://abload.de/img/bildschirmfotoam2021-u7j37.png</screenshot> |
| 47 | + <screenshot>https://abload.de/img/bildschirmfotoam2021-m0jq9.png</screenshot> |
| 48 | + <screenshot>https://abload.de/img/bildschirmfotoam2021-6dj9p.png</screenshot> |
| 49 | + <screenshot>https://abload.de/img/bildschirmfotoam2021-otj7x.png</screenshot> |
| 50 | + <screenshot>https://abload.de/img/bildschirmfotoam2021-kykd8.png</screenshot> |
| 51 | + <screenshot>https://abload.de/img/bildschirmfotoam2021-nbk8s.png</screenshot> |
| 52 | + <screenshot>https://abload.de/img/bildschirmfotoam2021-vuk8t.png</screenshot> |
| 53 | + <screenshot>https://abload.de/img/bildschirmfotoam2021-03kxw.png</screenshot> |
17 | 54 | <dependencies>
|
18 | 55 | <nextcloud min-version="14" max-version="20"/>
|
19 | 56 | </dependencies>
|
|
0 commit comments