[web2py] Re: More complicated grid question, using field.sum()

2017-07-26 Thread Dave S
On Wednesday, July 26, 2017 at 12:18:17 AM UTC-7, kesh wrote: > > sorry if i am off topic, i am abit stuck >> > What is your question? /dps > i got the model > > db.define_table('t_stck_issue', > Field('f_name', type='reference t_items', > label=T('Name')), > Field('f_stck_

[web2py] Re: More complicated grid question, using field.sum()

2017-07-26 Thread kesh
> > sorry if i am off topic, i am abit stuck > i got the model db.define_table('t_stck_issue', Field('f_name', type='reference t_items', label=T('Name')), Field('f_stck_client', type='reference t_clients', label=T('Client Assgn')), Field('f_stck_quantity', type='in