TOMUSS: The Online Multi User Simple Spreadsheet

English

TOMUSS is an interactive web application (groupware) allowing multiple concurrent users to edit data tables as in google spreadsheet.

Français

TOMUSS est une application web interactive permettant à plusieurs utilisateurs de modifier ensemble des tableaux de données partagées comme avec google spreadsheet.
Édition UE
Accueil
Gestion des ABJ
Some goals of the spreadsheet are :
  • Be simple to use.
  • To minimize human error.
  • An unobstructive and intuitive security model.
  • Be extensible and integrable in an existing environment.
Quelques buts de ce tableur :
  • Être simple d'utilisation.
  • De minimiser les risques d'erreur humaine.
  • Une gestion intuitive droits d'accès qui ne bloque pas les utilisateurs.
  • Être extensible et intégrable dans un système d'information existant.
The spreadsheet has been designed in the context of student ranking management.
  • The is a table per course and semester.
  • Student lists are retrieved from official ones.
  • Students see all the informations about them.
  • Teachers can send mails to students.
  • Teachers can print table of student pictures.
  • TOMUSS manages students with special examination condition, ...
Le tableur a été conçu afin d'être utilisé pour gérer les notes des étudiants.
  • Il y a une table par UE et par semestre.
  • Les listes d'étudiants sont extraites des listes officielles.
  • Les étudiants peuvent voir toutes les informations les concernant.
  • Les enseignants peuvent envoyer des mails aux étudiants.
  • Les enseignants peuvent afficher les trombinoscopes.
  • TOMUSS gère les étudiants avec des conditions spéciales d'examen, les justificatifs d'absences et les dispenses d'assiduité.
Vous voulez plus de détails : regardez la liste des fonctionnalités
The TOMUSS server needs only the Python/Unix environment to run. And the users browsers can be recent version of Firefox, Opera, Chrome, Internet Explorer. Le serveur TOMUSS nécessite seulement un environnement Python/Unix pour fonctionner. Les utilisateurs peuvent utiliser une version récente de Firefox, Opera, Chrome, Internet Explorer.
TOMUSS is a stable product, it is in use since 2008. Hundreds of teacher and thousands of student use it at the university of Lyon 1. TOMUSS est une application stable utilisée depuis 2008. Des centaines d'enseignants et des milliers d'étudiants l'utilisent actuellement à l'université Lyon 1.
You can try TOMUSS on the demonstration server.
Beware, if you are freezed on a white page it is because your anti-virus don't like TOMUSS.
Vous pouvez immédiatement essayer la version de démonstration de TOMUSS sur le serveur de démonstration.
Attention, si vous êtes bloqué sur une page blanche c'est que votre anti-virus n'aime pas TOMUSS.
You can found more demonstrations, documentations and tutorial on the welcome page. The sources and technical documentation are in english language. Vous trouverez plus de démonstrations, documentations et cours d'utilisation sur la page d'accueil. Les sources et la documentation technique sont en anglais.
Download TOMUSS sources (GPL) Chargement des sources de TOMUSS (GPL)
Version Release date Comment
Detailed changelog
5.0.1.tar.bz2 2012-09-01 This major release change the way the users access rights are defined, it is far more powerful. It is fully compatible with older versions if you have not patched the source code. An utility was added to find 'strange' grades in the table.
5.0.2.tar.bz2 2012-09-15 Full rewrite of the requests handling in order to not freeze the server when a browser open a connection whithout sending the request. Allows to dynamicaly import a column from one table into another.
5.0.4.tar.bz2 2012-09-19 Fix problems with IE.
5.0.6.tar.bz2 2012-09-27 Fix problems with IE and Safari in the 'suivi'. Add a column type to compute the weighted percentage of filtered cells used in a formula.
5.0.10.tar.bz2 2012-10-17 Bug fixes release
5.0.11.tar.bz2 2012-10-29 Bug fixes release
5.0.13.tar.bz2 2012-11-30 Bug fixes release. There is now a 'Variables' class allowing to link a set of Python values to a TOMUSS table. So you can now edit your templates parameters using a TOMUSS table.
5.0.15.tar.bz2 2012-12-23 Less Python error backtraces are sent by mail. There is web page to navigate into the backtraces.
5.1.6.tar.bz2 2013-02-10 This release, contains changes that may break your plugins: Python sources now use relative imports, the special characters in URL are escaped in a safer way and ABJ storage is now per student (ABJ storage translation is automaticaly done on the first run).

There is GUI enhancements for touch screens, and a new 'Info' tab for the tables.

5.1.7.tar.bz2 2013-02-26 This is a bug fix release. The '!' behaviour in ACLS has been fixed, and special characters in filters are now escapable with \
5.1.8.tar.bz2 2013-03-14 With this release, the students can show their 'suivi' only to the minimum number of teachers. This functionnality must be enabled in the config table with the 'suivi_student_allow_private' attribute. In ACLS, 'see_private_suivi' user group can see the 'suivi' of any student.
5.1.9.tar.bz2 2013-03-26 This is a bug fix release.
5.1.10.tar.bz2 2013-04-04 New column export interface, it allows to export cell comments.
5.1.11.tar.bz2 2013-04-07 ABJ and DA outside the semester time span are filtered in the student 'suivi'.
5.1.12.tar.bz2 2013-04-23 It is possible to import cell comments. The cell text can now be colored in red or green using filters.
5.1.13.tar.bz2 2013-05-13 Documentation search are diacritics unsensitive. Ctrl-F allow to enter the line filter. Fix the tip positionning.