is there any way to put multiple database tables like grid in one place 
using web2py way? 
tried before just using 2 database tables, and use distinct on SQLFORM.grid 
but theres a lot of redundant/repeated data in the SQLFORM.grid search form 
field.
e.g. database tables
sale_order_header (field : sale_order_no, sale_order_date, customer)
sale_order_detail (field : sale_order_id, product, qty, price, total_price)
cash_in (field : sale_order_id, coa, amount) # for payment
cash_out (field : sale_order_id, coa, amount) # for costs

is my database table schema relationship is right, or should i combine it 
into 1 table? 
or should i tried to the nosql database like mongodb, so that i can put all 
into 1 collection / table, and the field is repeated of all the child table 
above ?

thanks and 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.

Reply via email to