Dear All.

I need to add new features to my application like a modules; something like 
purchases module, sales module, etc. 
The idea is that each new module installed enable the respective option menu. 

My idea is to create folders within the folder modules such as sales folder; 
inside are the * .py script of module sales, I hope understand me:

~application/foo/modules/sales/

Also I take it that if I install a module that enables a choice of menu, this 
script should be within their respective controllers; then you should be:


~application/foo/controlllers/sales.py

sales.py
from sales import *

So in sales.py module is the bussines logic.

and

~application/foo/views/sales/sales.html

Any suggestions or how i can do it or if someone show me an example.
Excuse my english
 
Regards.

-- 
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