On Tuesday, July 14, 2015 at 5:21:42 AM UTC-7, Daniel Dos Santos Guilhermino wrote: > > Good Day people, > > I have a project and do not know what the best way to start, if anyone can > help me , I will be immensely grateful. > > Let the facts: > > 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 ? > > We will need two profiles of users, developers and " departments " , how > to manage this profile ? > > I believe it would work as a CRM. > > Thank you in advance!
This sounds a bit undefined. What is the purpose of the queries? What sort of response is required? It is probably best, as start, to answer these questions as narrowly and specifically as possible. It's easier to add features when you have something working, then to get something working that is too vague . That said, there's a lot of general-purpose stuff that could apply. I think I'd start by taking a look at the book's example of an image blog, which shows use of SQLFORM and SQLFORAM.smartgrid. It also shows using auth to create roles (member, manager) which are somewhat similar to the roles needed for (employee, department). <URL:http://web2py.com/books/default/chapter/29/03/overview#An-image-blog> /dps -- 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.

