[web2py] groupby issue in grid while downloading csv

2016-05-11 Thread Vikash Sharma
Hi All, I have following grid displayed on the screen grid = SQLFORM.smartgrid(db.area, groupby=db.area.name) query runs fine and due to groupby clause, instead of, lets say, 180 records only 6 records are displayed on screen. But on click of csv, html, json etc links below smartgrid, the

[web2py] Smartgrid internal table ordering

2016-02-09 Thread Vikash Sharma
I have a smartgrid as follows *grid = SQLFORM.smartgrid(db.receipt, linked_tables=['items'], orderby="id DESC")* Using this, *receipt *table is shown correctly as order in descending order. But internal table *items* is also getting ordered in descending order. If I do *grid =

Re: [web2py] Re: module vs plugin

2015-07-15 Thread Vikash Sharma
requirement, specify features/plugins can be added or attached to this base system. Regards, Vikash Sharma vikash0...@gmail.com On Wed, Jul 15, 2015 at 10:17 PM, Fabiano Almeida fabi...@techno7.com.br wrote: Hi Anthony, I think add plugins to build a system. Eg customer registration, product

Re: [web2py] Re: My son made a new web2py logo

2015-06-04 Thread Vikash Sharma
I second Carlos web2py need a better name. Better now, before transition to Web3py happens. I mean change in version should not change the product name. Regards, Vikash Sharma vikash0...@gmail.com On Tue, Jun 2, 2015 at 8:05 AM, JorgeH jorgeh...@gmail.com wrote: that logo is soo dull

Re: [web2py] Re: My son made a new web2py logo

2015-06-04 Thread Vikash Sharma
http://www.wepy.com/ domain not available Regards, Vikash Sharma vikash0...@gmail.com On Wed, Jun 3, 2015 at 3:34 PM, António Ramos ramstei...@gmail.com wrote: i suggest WePy reads a litle better! are you wepy now ? 2015-06-02 15:43 GMT+01:00 Massimo Di Pierro massimo.dipie

Re: [web2py] Re: web2py 2.11.2 is OUT

2015-05-31 Thread Vikash Sharma
Last time I raised this issue, I was asked to refresh chrome cache, as chrome might be using old cached data. And it worked for me. Regards, Vikash Sharma vikash0...@gmail.com On Sun, May 31, 2015 at 12:15 PM, Simon Ashley gregs...@gmail.com wrote: On windows 8.1 and Chrome, I'm finding

Re: [web2py] web2py need newer and cooler sample applications

2015-04-18 Thread Vikash Sharma
+1 Regards, Vikash Sharma vikash0...@gmail.com On Sat, Apr 18, 2015 at 8:55 PM, Osswalt wmaco...@gmail.com wrote: I've been studying web2py some time now... Very cool indeed. I find frustrating not having fresh and cool samples to look at Most of Massimo's appliances are three years old

Re: [web2py] web2py need newer and cooler sample applications

2015-04-18 Thread Vikash Sharma
. extract_mysql_models.py . Why to run from cmd line. It gives lot of dependcies error. Create wizard based app. 3. More wizard based app creation 4. More easy external theme integration. This much for time being. I think I understood the question :) Regards, Vikash Sharma vikash0...@gmail.com On Sat, Apr 18, 2015

Re: [web2py] Re: Git Clone : Seems bad first page

2015-03-28 Thread Vikash Sharma
Thanks, looks good now. I tried in IE, it was working, so then reset chrome cookies and it worked. Regards, Vikash Sharma vikash0...@gmail.com On Wed, Mar 25, 2015 at 10:01 AM, Massimo Di Pierro massimo.dipie...@gmail.com wrote: it should not look like that. Either a css is missing or your

[web2py] Git Clone : Seems bad first page

2015-03-24 Thread Vikash Sharma
Hi , I have cloned src today from git and found this page. Is this new design or commit by mistake? https://lh6.googleusercontent.com/-tQJEK-ma7I8/VRGuc3pRIFI/SYY/5-CUnfMS4S8/s1600/web2py%2Badmin%2Bpage.PNG -- Resources: - http://web2py.com - http://web2py.com/book (Documentation)

[web2py] web2py creating subfolders

2015-03-20 Thread Vikash Sharma
Hi I would like to create subfolders for uploading documents as per name provided by user. Example dict_doc_type = [Java, J2EE, Python] db.define_table('document', Field('document_type', type='string', label=T('Document Type'), default=M, requires=IS_IN_SET(dict_doc_type)),

[web2py] How to add custom themeforest theme to web2py

2015-03-16 Thread Vikash Sharma
Question also asked at: http://stackoverflow.com/questions/29072416/web2py-adding-themeforest-theme How to add custom theme in web2py. Example: in themeforest.net, one of the theme have folder structure as follows: