stephan wrote: > Hi all, > > [...] > Concerning projects: Great, almost what I´m looking for. Is it > possible to enter not only the cumulated hours, but also start and end > time?
the project_plan module (http://hg.tryton.org/hgwebdir.cgi/modules/project_plan/) add start and end date, but also allow to assign task to employees, to level tasks (delay one task if assigned to somebody already busy), to define dependencies between tasks (and even between projects), it also computes early/late finish/start of tasks wrt to dependencies. So it's quite powerful but not yet released, this means: no guaranty of support, no migrations, not well tested, etc. It's not released because we are not sure that for some feature that's the right way to do it (e.g task leveling). IMHO this module also needs reports (PERT or Gantt chart and a workload chart per employee). So if you have time to evaluate it and share your impression or provide improvements, you are welcome. -- Bertrand Chenal B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 474 207 906 Email: [email protected] Website: http://www.b2ck.com/ -- [email protected] mailing list
