How to go about developing in zope

Thomas Guettler guettli at thomas-guettler.de
Fri Sep 17 05:16:38 EDT 2004


Am Thu, 16 Sep 2004 08:54:16 -0700 schrieb john:

> Hi
> I am developing a timesheet system.
> It will have 3 levels of access 
> 1)Administrator
> 2)Approver -- Will approve or reject the timesheet filled by employees
> 3)Employees -- Fill in the timesheet which will ontain info like start
> time & end for task & task description.
> There will be different projects with different employees & approvers
> Also I need to genrate reports like timesheet for an employee for this
> particular week or month.Or timesheet of a project etc..
> 
> Is zope suitable for such kind of application?
> I read the zope book & now I am more confused.

Hi,

You can use ZODB without Zope, too.

I use quixote and ZODB with some small parts from
dulcinea (method start_request). I switched to this
after using zope for more than one year.

This is much simpler to debug than Zope.

HTH,
 Thomas




More information about the Python-list mailing list