TiTiTo - Tiny Timetabling Tool

Started by Volker Dirr, October 22, 2013, 10:30:00 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Volker Dirr

TiTiTo is designed to support you with your daily work at school. It helps you to care about deviation from the default timetable. There are many reasons why an activity might be omitted or an extraordinary activity should be scheduled : A teacher is maybe ill; teachers are on a school trip with their classes, teacher or students visit a further education, ... .

TiTiTo isn't free/open source. It is closed source/commercial. You can always download the latest version to test it. (See topic "TiTiTo-x.x.x released" https://lalescu.ro/liviu/fet/forum/index.php?board=36.0)

Available Languages: English, Romanian, German, Italian, Arabic, Serbian, Vietnamese

Main Features:
- Substitution planning with generated FET files (default and custom versions) and gp-Untis dat files
- Supervision planning
- Schedule activities manually
- Multi user access by SQL Database
- Print substitution and supervision tables on paper or send by e-mail
- Publish substitution table as html file (to view with a webbrowser)


Export Features:
- iCal calendar export: Export the timetable to your calendar software, so you can use it with Google Calendar ( http://www.google.com/calendar/ ), Microsoft Outlook ( http://office.microsoft.com/outlook/ ), ...
- SchILD export: Export the activity planning to school administration software SchILD ( http://www.svws.nrw.de/ )
- FET export: Useful for custom FET users (Algerian and Moroccan). Also useful to print teacher time table with included supervision.

Convert Features:
- convert gp-UNTIS files to FET files ( http://www.grupet.at/ )
- convert WILLI2 files to FET files ( http://willi.wgg-neumarkt.de/index.html )
- convert SchILD files to FET files ( http://www.svws.nrw.de/ )


A manual (pdf-file) is included.

Volker Dirr

I updated the manual (see first post). It's still a draft only. I will try to complete it in the next weeks.

Aisse

Thank you for the application. In fact I have not tried it before so I will try to discover it
لكل شيءٍ إذا ما تم نقصانُ  *** فلا يُغرُّ بطيب العيش إنسانُ
هي الأيامُ كما شاهدتها دُولٌ *** مَن سَرَّهُ زَمنٌ ساءَتهُ أزمانُ
وهذه الدار لا تُبقي على أحد *** ولا يدوم على حالٍ لها شان

NOAH

Hello.

Does the TiTiTo work in Ubuntu? if yes how can i install it.

Volker Dirr

There is currently no native Ubuntu version, but you can use the windows executable if you install wine.

see https://phoenixnap.com/kb/how-to-install-wine-on-ubuntu

Volker Dirr

I forgot to write: There is also a Linux version available. That will work native with Ubuntu x86. Please let me know if you need an ARM version. I might do that also.

Željko Vrabec

I tried to install linux version (AppImage) with no luck. I'm using arch distro. Any clue?

Volker Dirr

Thank you for report.
Do you know how to execute it from the terminal (NOT from the graphical interface)?
If yes, please tell me the information and/or errors in the terminal.

Please try 2 times (The second version is compiled with an other Linux OS):
https://www.volker-dirr.de/TiTiTo-8.6.0-Linux-x86_64.AppImage
https://www.volker-dirr.de/TiTiTo-8.6.1-Linux-x86_64.AppImage

Željko Vrabec

I run it from terminal (first made it executable). The other version works. Is that appimage installer or just executable? Because I don't see app in app menu...

Here is log from terminal:

src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

15

Volker Dirr

It is only the executable.
Ok. I compiled version 8.6.0 with a too new OS. So older OS can't open it.
Version 8.6.1 is compiled with a pretty old (but still supported) OS (Debian 12).
Thank you for report!
Let me know if there are other bugs.
Thank you!

Željko Vrabec

Arch is bleeding edge distro. I doubt there is newer os...

Volker Dirr

#11
Then they are maybe incompatible.
The nearly only difference between that 2 versions is that 8.6.1 is compiled with Debian 12 and the other version is compiled with Kubuntu 24.04. (There are a few other minor changes in the source, but the doesn't effect AppImage. Please don't use the check the "Remove from default activity" checkbox in the "substitution" tab. I am currently working on that feature and I know it is buggy in 8.6.1. I forgot to hide the checkbox before compiling it for you.)

Volker Dirr

Do you know if you are running wayland or x11?
Have you installed "qt6-wayland" package?

Željko Vrabec

I'm on cinnamon desktop, so still x11, and yes i have complete qt6 installed.

Volker Dirr

Thank you. hmm... Not sure why it doesn't work on your OS if I compile with Kubuntu 24.04. I will try to investigate that later. Since compiling on Debian 12 works now for your system, I will just use that to compile newer TiTiTo versions.