Re: [web2py] Custom JWT login -> Login validated user without a password.

2020-09-14 Thread Kevin Keller
Nope, its not stupid. At least not as long as you store data in the local database of your app that is not stored in the directory of your identity management system. Then you would just duplicate data and I would just use the claims from the IDM to work in the app. But if your app stores data abo

[web2py] Re: sum decimal error?

2020-09-14 Thread 'DenesL' via web2py-users
I have found my mistake, in the query db(ti.DocNum == doc) I was using the wrong variable (doc) which is a row, it should be docnum. Thanks villas for your help and words of encouragement. On Friday, September 11, 2020 at 11:26:51 AM UTC-4 DenesL wrote: > Hi villas > > thanks for your suggest

[web2py] Re: sum decimal error?

2020-09-14 Thread villas
Hi Denes Now that you are making things work on the commandline, you should be able to figure it out. Maybe you don't need a groupby. Maybe you have a non-integer value in one of the fields (yes, this kind of thing could happen on sqllite). An integer saved as a string will be converted to

[web2py] Re: Sessions management and Firefox langage

2020-09-14 Thread Nicolas Hiblot
Dear Clemens Sorry for the late answer .. it was my birthday on sunday ... Well, My web2py application has a combo box with a lot of languages for a langage choice with a T.force(configuration.language) so the user can change the langage of the web2py application : no problem My problem