> > I would like to deploy the Company to work a form " query" where employees > create requests for certain departments , and these departments must > respond to these requests. How best to work ? Using SQLform or Form ? >
please start from simple first, after it run well, then go ahead to make it complex, the simple way to have it work is using SQLFORM.grid (CRUDS) > > We will need two profiles of users, developers and " departments " , how > to manage this profile ? > just create it in auth_groups (users, developers and departments), after that assign the user (auth_users) to it's own group best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

