Re: [web2py] The web2py grid/crud plugin you've always dreamed about! Options

2011-08-06 Thread Bruno Rocha
What is your web2py version? The plugin works only in 1.97+ http://zerp.ly/rochacbruno Em 06/08/2011 08:55, "peter" escreveu: > I have powergridapp working on my system, however when I added the > powergrid plugin to my app I get > > No module named plugin_PowerGrid.PowerGrid > > Yet, the file o

[web2py] The web2py grid/crud plugin you've always dreamed about! Options

2011-08-06 Thread peter
I have powergridapp working on my system, however when I added the powergrid plugin to my app I get No module named plugin_PowerGrid.PowerGrid Yet, the file organisation seems to be the same. I have plugin_PowerGrid within my modules folder and PowerGrid.py within that folder. Any help appreciat

Re: [web2py] The web2py grid/crud plugin you've always dreamed about!

2011-07-25 Thread Bruno Rocha
BTW: You can remove or comment these two lines: from gluon.custom_import import track_changes track_changes() This is usefull only on my development environment. PowerGrid works only in web2py 1.97+, because it uses 'current' to deal with session, request, response and T I made some im

Re: [web2py] The web2py grid/crud plugin you've always dreamed about!

2011-07-25 Thread Kenneth Lundström
Sorry, I found the error already. A stupid error. Our production server was laging behind on updates, was using 1.95.1, but not anymore. And now Powergrid is working. Kenneth I published my first new version of our intranet on our production server and now I´m getting: Traceback(most rece

Re: [web2py] The web2py grid/crud plugin you've always dreamed about!

2011-07-25 Thread Kenneth Lundström
I published my first new version of our intranet on our production server and now I´m getting: Traceback(most recent call last): File"/data/domains/web2py/gluon/restricted.py",line181,inrestricted execccodeinenvironment File"/data/domains/web2py/applications/economy/models/plugin_PowerGr

Re: [web2py] The web2py grid/crud plugin you've always dreamed about!

2011-07-25 Thread Bruno Rocha
2011/7/25 Kenneth Lundström > headers=[['f_name',T('Name')] I think you can use headers=[['f_name',str(T('Name'))] The highlight can be easuly implemented with JavaScript and CSS.

Re: [web2py] The web2py grid/crud plugin you've always dreamed about!

2011-07-25 Thread Kenneth Lundström
Really awsome Bruno, I´m trying to implement it on our companys intranet and got one question and one suggestion. Is it possible to use T() on headers? Something like: headers=[['f_name',T('Name')]] Highlightning rows, sometimes it would be good to highlight some specific rows? Kenneth

Re: [web2py] The web2py grid/crud plugin you've always dreamed about!

2011-07-24 Thread Miguel Lopes
Great work, it will be/is very useful for many of us! Thanks, Miguel On Fri, Jul 22, 2011 at 11:35 PM, Bruno Rocha wrote: > Hi, > > I present you PowerGrid Plugin (now in beta 0.1) [ > http://labs.blouweb.com/PowerGrid/] > > What is it? > > A plugin to show, manage and paginate data > It works w

Re: [web2py] The web2py grid/crud plugin you've always dreamed about!

2011-07-23 Thread Sebastian E. Ovide
very nice work Bruno ! On Fri, Jul 22, 2011 at 11:35 PM, Bruno Rocha wrote: > Hi, > > I present you PowerGrid Plugin (now in beta 0.1) [ > http://labs.blouweb.com/PowerGrid/] > > What is it? > > A plugin to show, manage and paginate data > It works with paginated JSON callbacks, you can use web2

Re: [web2py] The web2py grid/crud plugin you've always dreamed about!

2011-07-22 Thread Furqan Rauf
looks sweet On Fri, Jul 22, 2011 at 6:23 PM, Lucas D'Avila wrote: > Parabéns Bruno, muito bom! > pretendo usa-lo nos próximos projetos. > > 2011/7/22 Bruno Rocha > >> Hi, >> >> I present you PowerGrid Plugin (now in beta 0.1) [ >> http://labs.blouweb.com/PowerGrid/] >> >> What is it? >> >> A pl

Re: [web2py] The web2py grid/crud plugin you've always dreamed about!

2011-07-22 Thread Lucas D'Avila
Parabéns Bruno, muito bom! pretendo usa-lo nos próximos projetos. 2011/7/22 Bruno Rocha > Hi, > > I present you PowerGrid Plugin (now in beta 0.1) [ > http://labs.blouweb.com/PowerGrid/] > > What is it? > > A plugin to show, manage and paginate data > It works with paginated JSON callbacks, you

[web2py] The web2py grid/crud plugin you've always dreamed about!

2011-07-22 Thread Bruno Rocha
Hi, I present you PowerGrid Plugin (now in beta 0.1) [ http://labs.blouweb.com/PowerGrid/] What is it? A plugin to show, manage and paginate data It works with paginated JSON callbacks, you can use web2py DAL's Query or Table, or you can create your own callback returning the desired JSON or JSO