I would suggest if you need CRM functionnality that you have a look to the
existing open source project, let say Odoo (OpenERP) which contain an CRM
module and planty of orther thing... There is a Docker Odoo package that
may help you deploy it rapidly for testing...

Richard

On Tue, Jul 14, 2015 at 8:46 AM, 黄祥 <steve.van.chris...@gmail.com> wrote:

> 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 web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to