Re: [web2py] Pyfpdf - How to fit long data descriptions in the table with proper text wrapping in rows/columns

2013-04-13 Thread Lucas D'Avila
Hello Rahul! If you just want to generate reports based on html code, you can use the *we2py-appreport plugin*, please watch this screencast [1] and read this instructions [2], this will show how to write html forms to render and filter your reports. But, if you want to generate sophisticated

[web2py] Re: Specify pdf name in appreport plugin

2012-07-02 Thread Lucas D'avila
Hello Jarrod! Please pull the last changes of branch v0.1.x or download the packed plugin for it branch here [1], so just add "response_filename" arg to REPORTPISA call, e.g: return plugin_appreport.REPORTPISA(html = html, response_filename = 'change_my_name.pdf') {} [1] https://github.com

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

2011-07-22 Thread Lucas D'Avila
> Thanks if you can test and report on BitBucker or omments page. > > > Bruno Rocha > [ About me: http://zerp.ly/rochacbruno ] > [ Aprenda a programar: http://CursoDePython.com.br ] > [ O seu aliado nos cuidados com os animais: http://AnimalSystem.com.br ] > [ Consultoria em desenvolvimento web: http://www.blouweb.com ] > > -- *Lucas D'Avila* https://github.com/lucasdavila

Re: [web2py] Re: After CAS login, password is reset

2011-07-13 Thread Lucas D'Avila
You're right in this case is not necessary to use CAS, thanks for the clarification :) -- Lucas D'Avila http://github.com/lucasdavila sent from a smartphone Em 13/07/2011 03:46, "Massimo Di Pierro" escreveu: > > I suspect your problem is that both apps connec> I

[web2py] After CAS login, password is reset

2011-07-12 Thread Lucas D'Avila
#x27;) auth.define_tables(username=True, migrate = False) auth.settings.login_form=CasAuth(globals(), urlbase = " http://localhost:8000/accounts/default/user/cas";, actions=['login', 'validate', 'logout']) One more doubt, is correct to connect both applicat

[web2py] Possible error in GAE

2011-03-17 Thread Lucas D'Avila
text/html; charset=UTF-8 Location: /test/default/user/login?_next=/test/default/index You are being redirected here* " *I think because in line 2321 of module "gluon/tools.py" has this print*"self.environment.request.is_restful" (which displays False), commenting t

Re: [web2py] PDF report

2011-03-11 Thread Lucas D'Avila
/Docs-and-examples > # --- > # Bruno Barbosa > # Seja livre - Use Linux!!! > # http://algoritmizando.com > # http://twitter.com/bruninbsb > # ------- > -- *Lucas D'Avila* http://flavors.me/lucasdavila

Re: [web2py] Re: should this be in the scaffolding app?

2011-02-28 Thread Lucas D'Avila
+1 -- Lucas D'Avila http://flavors.me/lucasdavila Sent from my phone Em 28/02/2011 17:26, "Anthony" escreveu: > +1

Re: [web2py] How to make a progress bar/meter in web2py?

2011-02-23 Thread Lucas D'Avila
Take a look at the jQuery progressbar widget [1] , maybe this can help you. [1] http://docs.jquery.com/UI/Progressbar -- Lucas D'Avila http://flavors.me/lucasdavila Sent from my phone Em 23/02/2011 07:50, "Vasile Ermicioi" escreveu:

Re: [web2py] Debug somtimes works, sometimes doesn't..

2011-02-21 Thread Lucas D'Avila
I use eclipse with PyDev for debugging works fine, I start web2py within the eclipse. The only problem I have is to stop the process started by the eclipse, 'sometimes' I have to kill the python process by the operating system (note: I use ubuntu). -- Lucas D'Avila http://flavors

Re: [web2py] is this query possible or should I do a loop

2011-02-15 Thread Lucas D'Avila
Hi! Try this: rows_res = db(db.tab1_res)._select(db.tab1_res.tab1_id) rows = db(not db.tab1.tab1_id.belong(rows_res)).select() -- Lucas D'Avila http://flavors.me/lucasdavila Em 15/02/2011 15:09, "Richard Vézina" escreveu: > Hello, > > I would like to write this in

Re: [web2py] Re: Crud formstyle perhaps?

2011-02-09 Thread Lucas D'Avila
Forgot to say this, but i think you can apply the example of the post also in crud.* forms or FORM () -- Lucas D'Avila http://flavors.me/lucasdavila Em 09/02/2011 17:15, "greenpoise" escreveu:

Re: [web2py] Crud formstyle perhaps?

2011-02-09 Thread Lucas D'Avila
I think this post from Martin can help you > http://martin.tecnodoc.com.ar/myblog/2011/01/10/hacking-web2py-sqlform-part-1 -- Lucas D'Avila http://flavors.me/lucasdavila Em 09/02/2011 16:58, "Richard Vézina" escreveu: > use 'divs' > > Give: > Form > l

Re: [web2py] Re: PDF Reports with Pisa

2011-01-29 Thread Lucas D'Avila
Not need to install additional packages, the dependencies of Pisa already comes built in plugin. But if you want you can remove these packages that comes by default and install the dependencies. -- Lucas D'Avila http://flavors.me/lucasdavila Em 29/01/2011 20:07, "Ovidio Marinho"

Re: [web2py] Re: PDF Reports with Pisa

2011-01-29 Thread Lucas D'Avila
What's your S.O ? I only tested it on ubuntu..., please send the traceback of the error. -- Lucas D'Avila http://flavors.me/lucasdavila Em 29/01/2011 04:21, "mart" escreveu:

Re: [web2py] Re: PDF Reports with Pisa

2011-01-28 Thread Lucas D'Avila
Can you be more specific? have any suggestions to improve this? -- Lucas D'Avila http://flavors.me/lucasdavila Em 28/01/2011 05:46, "mart" escreveu: > Just letting you now... I looking to see it in action (the custom > _code part looks really interesting), but am stumped as

Re: [web2py] Speeding up IS_IN_DB

2011-01-28 Thread Lucas D'Avila
ops! sorry my last comment is for another post :( , please ignore what I said ... -- Lucas D'Avila http://flavors.me/lucasdavila Em 28/01/2011 09:54, "Johann Spies" escreveu:

Re: [web2py] Speeding up IS_IN_DB

2011-01-28 Thread Lucas D'Avila
Hi ! You can be more specific? have any suggestions to improve this? -- Lucas D'Avila http://flavors.me/lucasdavila Em 28/01/2011 09:19, "Johann Spies" escreveu:

[web2py] [OFF-TOPIC] PDF Reports with Pisa

2011-01-26 Thread Lucas D'Avila
Hug! -- Lucas D'Avila http://flavors.me/lucasdavila

Re: [web2py] Re: T-Shirts web2py

2011-01-26 Thread Lucas D'Avila
Cool! you can also create buttons (or bottons ?) and stickers ? I buy, if you have a nice design :) -- Lucas D'Avila http://flavors.me/lucasdavila Em 26/01/2011 08:31, "Martin.Mulone" escreveu: > like the idea, but we need a more complex design.

Re: [web2py] Using pyGravatar to get user avatar for profile pages

2011-01-24 Thread Lucas D'Avila
Nice tip +1 Thanks Bruno! -- Lucas D'Avila http://flavors.me/lucasdavila Em 24/01/2011 19:23, "Albert Abril" escreveu:

[web2py] [Off Topic] Appreport plugin - helpers for PDF reports

2011-01-09 Thread Lucas D'Avila
https://github.com/lucasdavila/plugin-appreport/wiki -- Lucas D'Avila http://flavors.me/lucasdavila