|
About:
TUTOS (The Ultimate Team Organization Software) is
a groupware, ERP (Enterprise Resource Planing),
CRM (Customer Relationship Management), and PLM
(Project Lifecycle Management) suite that helps
small to medium teams manage various things in one
place. Its features include personal and group
calendars, an address book, product and project
management, bug tracking, installation management,
a task list, notes, files, mailboxes, and useful
links between all of the above.
Release focus: Major feature enhancements
Changes:
TUTOS 2 aims at providing a better user experience and providing a nice, clean GUI. To achieve this, a lot of work had to be done, and there is still some more to do. It uses the Smarty template engine, and a default clean template set is provided. TUTOS 2 has been used in production since August 2004.
Author:
Gero Kohnert [contact developer]
Homepage:
http://www.tutos.org
Debian package:
http://packages.debian.org/unstable/web/tutos2
CVS tree (cvsweb):
http://tutos.cvs.sourceforge.net/tutos/?only_with_tag=BRANCH-2-0
Mailing list archive:
http://sourceforge.net/mailarchive/forum.php?forum_id=3718
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|
|
» Rating:
8.10/10.00
(Rank 365)
» Vitality: 0.02% (Rank 1968)
» Popularity: 11.19% (Rank 178)

(click to enlarge graphs)
Record hits: 126,827
URL hits: 104,269
Subscribers: 205
|
|
Branches
Releases
|
Version
|
Focus
|
Date
|
|
2.0
|
Major feature enhancements |
13-Apr-2005 21:29 |
Articles referencing this project
Comments
[»]
Database support -- go with postgres
by epte - Jul 13th 2006 13:21:56
After having had difficulty installing tutos with mysql, I looked at the
code and found that the SQL is postgres-oriented. The same SQL is used for
all the different database engines, and the project as a whole is starting
to have difficulties keeping up with the differences, it seems.
A couple of examples are in order:
1) I tried to introduce backticks around field names. Since there is no
one place where the SQL is generated, I would have to modify all the field
names throughout the project. This is now a necessity for getting MySQL to
work, because of the introduction of the repeat keyword in MySQL 4 and
5.
2) There is a "SELECT DISTINCT ON (alias) tablename" type of
query in the bugtracking module. This is not valid mysql SQL. Again, this
application seems to have been written for postgres with the hopes that it
would just work for other DBs.
These issues lost my confidence in this project. My recommendation is
that if you do install this project, use postgres.
[reply]
[top]
|