Re: [web2py] Re: Web2py Integration with Sentry

2016-01-20 Thread Stefan van den Eertwegh
James, Massimo, is there any news over a possible patch for sentry with web2py i.e. WSGI middleware? Op donderdag 16 januari 2014 19:00:13 UTC+1 schreef James Q: > > Great. I won't be able to get to this soon, but I assume the standard > process: git clone, make change and make a pull request?

[web2py] Re: Web2py celery plugin

2015-10-02 Thread Stefan van den Eertwegh
Hi Niphlod, Thanks for you answer. Why i am asking this is because i want to generate around 150 pdf's by weasyprint and per each pdf i want to queue a mail with it as an attachment. Could this be done by the build in web2py Scheduler? PS: i tried the scheduler, but it tries to use the generic.

[web2py] Web2py celery plugin

2015-10-02 Thread Stefan van den Eertwegh
Hi all, Does anyone know when the web2py-celery plugin comes out? In the google code GIT it says last change sinds 2011. I need background processes running which are started by web2py. I tried redis (rq) with web2py but it gives me errors when passing database connection through the scheduled

[web2py] Support for python sentry server

2015-09-24 Thread Stefan van den Eertwegh
Hi all, I have a sentry server running for my logs and bugs from my Django projects which are running. But i have also a couple web2py projects running. Is it possible to send the traceback from web2py too a sentry server? I believe there is still no support for python web2py from sentry's side

[web2py] .gtilab-ci.yml for Continuous integration web2py projects

2015-09-09 Thread Stefan van den Eertwegh
Hi All, I have a GITLAB CE and GITLAB CI server running. Does anyone have an example for a python based web2py gitlab-ci.yml for continuous integration with web2py project GIT's? For the people who not know what this file is.. it is the file that configures the test suite for CI integration wit

[web2py] Re: Web2py Restfull API Token authentication

2015-08-28 Thread Stefan van den Eertwegh
rls removing "/id". > > On Tuesday, August 25, 2015 at 10:37:15 AM UTC-3, Stefan van den Eertwegh > wrote: >> >> Hi everyone, >> >> If i search on authentication for restfull API web2py i get basic auth as >> a result in google and google

[web2py] Re: Web2py Restfull API Token authentication

2015-08-27 Thread Stefan van den Eertwegh
'm not wrong you can do the following with Angular: > > .factory('API', ['$resource', function($resource){ > return $resource("api/product/id/:id", {id: '@id'}); > }]); > > Am I right? > > On Tuesday, August 25, 2015 at 10:37:15

[web2py] Re: Web2py Restfull API Token authentication

2015-08-26 Thread Stefan van den Eertwegh
JWT. > This is open for discussion. > > On Tuesday, 25 August 2015 08:37:15 UTC-5, Stefan van den Eertwegh wrote: >> >> Hi everyone, >> >> If i search on authentication for restfull API web2py i get basic auth as >> a result in google and google groups. >>

[web2py] Web2py Restfull API Token authentication

2015-08-25 Thread Stefan van den Eertwegh
Hi everyone, If i search on authentication for restfull API web2py i get basic auth as a result in google and google groups. Does anyone know how to use a token authentication for the Restfull service like db.auth_user.token ...? Thanks! -- Resources: - http://web2py.com - http://web2py.com/b

[web2py] Re: Any problem in list:reference in 2.10 ?

2015-08-23 Thread Stefan van den Eertwegh
Thanks Massimo! Problem is solved in 2.12.3! Op zondag 23 augustus 2015 02:19:31 UTC+2 schreef Massimo Di Pierro: > > 2.12.3 is out. Can you please check that? > > > On Saturday, 22 August 2015 18:58:26 UTC-5, Stefan van den Eertwegh wrote: >> >> Massimo, >> >

[web2py] Re: Any problem in list:reference in 2.10 ?

2015-08-22 Thread Stefan van den Eertwegh
Massimo, I have updated my web2py to 2.12.2 and still have this problem with a list:reference Is this something you still have to fix in the web2py version? Greetings, Stefan van den Eertwegh Op dinsdag 28 april 2015 21:26:23 UTC+2 schreef Ariya Owam-aram: > > Hi Everyone, > > I

[web2py] Re: IMPORTANT - WEB2PY CONSULTING

2015-04-25 Thread Stefan van den Eertwegh
Hi Massimo, I also provide consulting for web2py apps. I was trained at Formatics. Company: Corebyte (NL) Adres: www.corebyte.nl Thanks! Op zondag 15 februari 2015 23:21:36 UTC+1 schreef Massimo Di Pierro: > > We need to update the list of companies that provide web2py consulting. > This list i

[web2py] Janrain: NEW OpenID connect

2015-04-23 Thread Stefan van den Eertwegh
ge in the web2py codebase that needs to happen or is Janrain self supplying web2py with the new way for google Open ID connect authorization way? If anyone knows the answer, i would really appreciate it. Thanks. Best regards, Stefan van den Eertwegh -- Resources: - http://web2py.com -

[web2py] Re: Web2py and xlsxwriter

2014-10-26 Thread Stefan van den Eertwegh
Hi Massimo, No thank you, i use weasyprint for making PDFs, which is very easy with self made html views. This topic goes about using web2py to make excel sheets. Maybe you have some ideas Massimo? Thank you! Op zondag 26 oktober 2014 16:34:58 UTC+1 schreef Stefan van den Eertwegh: > &

[web2py] Web2py and xlsxwriter

2014-10-26 Thread Stefan van den Eertwegh
Hi, I am writing for my invoice app a excel (xlsx) function to export a view of al my invoices to excel. Does anyone has some experience with xlsxwriter? Or some tips or alternatives? Or maybe you advise me to use xlwt from python-excel.org? I am having trouble with the translatable string tha

[web2py] Multiple tables with record_versioning; one view where history of multiple record versioning is in i

2014-10-17 Thread Stefan van den Eertwegh
I have made a invoice application and have a view where i have to view the last changes from the application. I have about 3 tables with record versioning on and i want to make a simple query to retrieve the latest changes from all 3 tables sorted on date. I dont want to make 3 queries and conne

[web2py] Re: SOAP API authentication

2014-09-09 Thread Stefan van den Eertwegh
d your answer here: > http://web2py.com/books/default/chapter/29/09/#markmin_basic_authentication > > And was working like a charm. ;) > > On Sunday, August 31, 2014 9:41:01 AM UTC-3, Stefan van den Eertwegh wrote: >> >> Hi, >> >> Does anyone know how to set aut

[web2py] SOAP API authentication

2014-08-31 Thread Stefan van den Eertwegh
Hi, Does anyone know how to set authentication to a web2py SOAP API? Thank you! -- 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 messag

Re: [web2py] Re: float usage; 2 decimals

2014-08-15 Thread Stefan van den Eertwegh
emove their *.table files (stored in databases directory), and let web2py > recreate it. > > If you need to keep the data, but you don't care about those float/double > fields, you can manually change those fields. > > [I wonder why web2py didn't automigrate...] > >

Re: [web2py] Re: float usage; 2 decimals

2014-08-15 Thread Stefan van den Eertwegh
: > > Can you change "float" to "double" and try if it fixed the issue? > > Marin > > > On Fri, Aug 15, 2014 at 10:31 AM, Stefan van den Eertwegh < > stefan@gmail.com > wrote: > >> db.define_table( >> 'invoice_rule'

Re: [web2py] Re: float usage; 2 decimals

2014-08-15 Thread Stefan van den Eertwegh
PTY_OR(IS_IN_DB(db, db.product.id, db.product._format))), Field('description', 'string', label=T('Description')), Field('date', 'date', label=T('Date')), Field('vat_percentage', 'string', requires=IS_IN_SET

[web2py] Re: float usage; 2 decimals

2014-08-15 Thread Stefan van den Eertwegh
course a different db > backend may work differently. > > Just google python decimal. > > On Friday, July 11, 2014 5:50:30 AM UTC-4, Stefan van den Eertwegh wrote: >> >> Hi, >> >> I have a float type in the define tables and when he inserts 3.50 into >>

[web2py] Re: float usage; 2 decimals

2014-08-14 Thread Stefan van den Eertwegh
Is there anyone who knows why this is happening? Please, anyone? Op vrijdag 11 juli 2014 11:50:30 UTC+2 schreef Stefan van den Eertwegh: > > Hi, > > I have a float type in the define tables and when he inserts 3.50 into the > database he makes 4.0 off it. > How comes that

[web2py] float usage; 2 decimals

2014-07-11 Thread Stefan van den Eertwegh
Hi, I have a float type in the define tables and when he inserts 3.50 into the database he makes 4.0 off it. How comes that it rounds off the float? And not uses the usage of 2 decimals? Thank you! -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/

[web2py] Re: Web2py grid shows key from IS_IN_SET({key: value}) model

2014-06-11 Thread Stefan van den Eertwegh
Field('myfield', represent=lambda v, r: mydict[v])) > > Anthony > > On Wednesday, June 11, 2014 10:50:06 AM UTC-4, Stefan van den Eertwegh > wrote: >> >> Hi Anthony, >> >> Me and my colleges tried it with represent but we cant figure it out. >>

[web2py] Re: Web2py grid shows key from IS_IN_SET({key: value}) model

2014-06-11 Thread Stefan van den Eertwegh
Hi Anthony, Me and my colleges tried it with represent but we cant figure it out. Can you give an example how this should work? The table and column is templates.type (key: value) Regards, Stefan van den Eertwegh Op woensdag 11 juni 2014 16:37:13 UTC+2 schreef Anthony: > > The IS_

[web2py] Web2py grid shows key from IS_IN_SET({key: value}) model

2014-06-11 Thread Stefan van den Eertwegh
Hi all, I have a model where a Field has IS_IN_SET({'1':T(''),2:T('')}). When you have a grid in web2py; When you edit the record you see the value (the translatable string). But when you view the record you see the key of the IS_IN_SET. IS is possible to have the grid showing the value from th

[web2py] Web2py grid pagination class set

2014-05-19 Thread Stefan van den Eertwegh
Hi al, I have a grid in web2py and want a pagination class define to use the bootstrap pagination styling. The parameters pagination_class and paginator_class doesnt work. Does anyone know how this works? Thank you! -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) -

[web2py] Re: Appadmin error - 'Column "auth membership"."id" not found (SQL TABLE)'

2014-05-13 Thread Stefan van den Eertwegh
They are generated by web2py. It's strange it has something to do with the IDs... Op dinsdag 13 mei 2014 00:20:38 UTC+2 schreef Dave S: > > > > On Sunday, May 11, 2014 8:05:15 AM UTC-7, Stefan van den Eertwegh wrote: >> >> Hi all, >> >> I have a web2p

[web2py] Re: T.accepted_language shows nl instead of nl_NL

2014-05-11 Thread Stefan van den Eertwegh
The web2py-pages module used the check if language is nl_NL but there is only a nl.py file in the languages folder. Op vrijdag 9 mei 2014 23:54:03 UTC+2 schreef Massimo Di Pierro: > > Which app? Perhaps we do not have a nl_NL.py file. > > On Thursday, 8 May 2014 09:21:01 UTC-5, St

[web2py] Appadmin error - 'Column "auth membership"."id" not found (SQL TABLE)'

2014-05-11 Thread Stefan van den Eertwegh
Hi all, I have a web2py project and a sqlite database and every table shows this error: 'Column "auth membership"."id" not found (SQL TABLE)' Ofcourse every table its own error. Does anyone know the solution? Thanks! -- Resources: - http://web2py.com - http://web2py.com/book (Documentation)

[web2py] T.accepted_language shows nl instead of nl_NL

2014-05-09 Thread Stefan van den Eertwegh
Does anybody know how this happened? T.accepted_language shows nl instead of nl_NL -- 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 mess

[web2py] Uforum - a forum web2py application

2014-05-07 Thread Stefan van den Eertwegh
close a topic, delete or edit them - Ofcourse is Active topics also there The live site is: www.uforum.nl The github site is: www.github.com/corebyte/uforum/ I am open for suggestions! Best regards, Stefan van den Eertwegh -- Resources: - http://web2py.com - http://web2py.com/book

[web2py] Uforum - a forum application free to use on github

2014-05-07 Thread Stefan van den Eertwegh
throught title and body - Admins can moderate topics, replys, forums and categories - Topics can be closed so no-one can reply anymore - There are avatars available More features come in the future. It's on github, on the address: http://github.com/corebyte/uforum Best regards, Stefan va

[web2py] Re: db.bookings.start_date.default = ('%s-%s-%s') % (start_day, start_month, start_year)

2014-05-07 Thread Stefan van den Eertwegh
; start_month,start_day > ) > > > Since start_date is the 'date' datatype, it's expecting a python datetime > object. > > On Tuesday, May 6, 2014 4:22:46 AM UTC-5, Stefan van den Eertwegh wrote: >> >> Hi all, >> >> I have the followin

[web2py] db.bookings.start_date.default = ('%s-%s-%s') % (start_day, start_month, start_year)

2014-05-06 Thread Stefan van den Eertwegh
del: Field('start_date', 'date', default=request.now, requires=[IS_DATE(format=('%d-%m-%Y')), IS_NOT_EMPTY()]), Field('end_date', 'date', default=request.now, requires=[IS_DATE(format=('%d-%m-%Y')), IS_NOT_EMPTY()]), I still not get what