Re: UI improvement for tables in OFBiz

2017-09-23 Thread Mayank Lambhate
Hello, I agree with Deepak that we can define our own CSS classes based on the context and we can take the names from fieldtype*.xml. I think once this is done, we can proceed with the comparison for UI frameworks to be used and the CSS classes would remain the same. I have created a ticket for

Re: UI improvement for tables in OFBiz

2017-09-10 Thread Deepak Dixit
Hi, I think instead of directly using bootstrap defined classes we can define it based on context. Like for as we display amount/numeric values as right aligned, and for this bootstrap has pull-right class. pull-right does not make sense its to generic, we can define new classes to meet ERP

Re: UI improvement for tables in OFBiz

2017-09-10 Thread Jacques Le Roux
Hi Mayank, It would seem more logical to me to decide about the naming convention for alignment classes after having decided which CSS framework we prefer to refer for tables. I see no hurry in that, do you have for another reason? If so then please start the detailed comparison of the 2 CSS

Re: UI improvement for tables in OFBiz

2017-09-09 Thread Mayank Lambhate
Hello Jacques, All, I think this would be a good idea to check which of the CSS styling in either Bootstrap or Foundation works best for OFBiz tables. Also coming to the original discussion of using specific classes for alignment of table data, Can we pick the naming convention from Bootstrap

Re: UI improvement for tables in OFBiz

2017-09-07 Thread Paul Mandeltort
In the other thread, folks were talking about Vaadin which would supersede this discussion, I believe. For this application I think Vaadin (in particular the Grid component) is an ideal fit, because it is a complete UI framework, vs Bootstrap which is just a nice client-side CSS/JS theme.

Re: UI improvement for tables in OFBiz

2017-09-07 Thread Jacques Le Roux
Hi Michael, All, Why not Foundation? It's true that Bootstrap, I guess due to its origin,  is more widely used, but Foundation has some arguments. https://www.google.fr/search?q=Bootstrap+vs+Foundation=UTF-8 Nnotably when it comes to tables that OFBiz uses a lot (please see Rajesh's and my

Re: UI improvement for tables in OFBiz

2017-09-07 Thread Michael Brohl
A bit late to the party but I totally agree that we should make use of an existing standard instead of reinventing our own wheel. +1 for bootstrap Regards, Michael Am 26.08.17 um 21:19 schrieb Taher Alkhateeb: If I may suggest, I think we should go with something established and not come

Re: UI improvement for tables in OFBiz

2017-08-30 Thread Rajesh Mallah
Hi Jacques/List , Further, for mini/micro applications that absorb relatively less update information from teams on move (say e.g. opportunity status update from front-line sales team, status update from delivery courier fleet etc) it makes sense to use bootstrap/equivalent . But i feel such

Re: UI improvement for tables in OFBiz

2017-08-30 Thread Jacques Le Roux
Le 28/08/2017 à 08:24, Rajesh Mallah a écrit : Hi Nitish , I feel bootstrap is a mobile first framework and is primarily meant for creating ui that looks great in large and small screens. Given the kind of application Ofbiz is , it is difficult to imagine much core usage in mobile space as

Re: UI improvement for tables in OFBiz

2017-08-28 Thread Mayank Lambhate
Thanks for your insights Jagpreet. I will surely work on it. Thanks and Regards, -- *Mayank Lambhate* | Enterprise Software Engineer HotWax Systems On Mon, Aug 28, 2017 at 1:26 PM, Jagpreet Kaur < jagpreet.k...@hotwaxsystems.com> wrote: > Hi Mayank, > > It's

Re: UI improvement for tables in OFBiz

2017-08-28 Thread Jagpreet Kaur
Hi Mayank, It's a good initiative. As some of the numeric data price, quantity is generally right-aligned. +1 on creating generic names of classes and moving ahead. I think the "align" attribute is used at some of the tables. As per HTML5, 'align' attribute is not supported, so code cleaning

Re: UI improvement for tables in OFBiz

2017-08-28 Thread Mayank Lambhate
Thank you all for your suggestions, If everyone agrees, we can move forward by creating generic names of the CSS classes as provided by bootstrap. Thanks and Regards -- *Mayank Lambhate* | Enterprise Software Engineer HotWax Systems On Mon, Aug 28, 2017 at

Re: UI improvement for tables in OFBiz

2017-08-28 Thread Rishi Solanki
Nitish, I think what Taher is suggesting, to use the naming conventions used in bootstrap instead of try to form dictionary of our own. I also agree with him, to use a standard practice for naming the classes. +1 Mayank for the idea. Rishi Solanki Sr Manager, Enterprise Software Development

Re: UI improvement for tables in OFBiz

2017-08-28 Thread Rajesh Mallah
Hi Nitish , I feel bootstrap is a mobile first framework and is primarily meant for creating ui that looks great in large and small screens. Given the kind of application Ofbiz is , it is difficult to imagine much core usage in mobile space as most of the screens requires an elaborate input

Re: UI improvement for tables in OFBiz

2017-08-28 Thread Nitish Mishra
Hello Taher, Thanks for your suggestion. Currently, we don't have bootstrap integration in OFBiz. So, if we are planning to give bootstrap support, then there would be no need to create our own CSS dictionary. Please let us know if you have any plans for the same. On Sun, Aug 27, 2017 at 12:53

Re: UI improvement for tables in OFBiz

2017-08-26 Thread Jacques Le Roux
Great idea, thanks Taher! Jacques Le 26/08/2017 à 21:19, Taher Alkhateeb a écrit : If I may suggest, I think we should go with something established and not come up with our own CSS dictionary. So for example, we can utilize pre-existing definitions from bootstrap [1] [1]

Re: UI improvement for tables in OFBiz

2017-08-26 Thread Taher Alkhateeb
If I may suggest, I think we should go with something established and not come up with our own CSS dictionary. So for example, we can utilize pre-existing definitions from bootstrap [1] [1] https://getbootstrap.com/docs/3.3/css/#tables On Sat, Aug 26, 2017 at 3:27 PM, Mayank Lambhate

Re: UI improvement for tables in OFBiz

2017-08-26 Thread Jacques Le Roux
Thanks for the proposition Mayank! Jacques Le 26/08/2017 à 21:16, Jacques Le Roux a écrit : +1 Jacques Le 26/08/2017 à 14:27, Mayank Lambhate a écrit : Hello All, The tables used in OFBiz currently don`t have any standard for defining the alignment of data inside the tables. IMO,

Re: UI improvement for tables in OFBiz

2017-08-26 Thread Jacques Le Roux
+1 Jacques Le 26/08/2017 à 14:27, Mayank Lambhate a écrit : Hello All, The tables used in OFBiz currently don`t have any standard for defining the alignment of data inside the tables. IMO, following are the points relevant to alignment of data in tables - 1. Numeric data (Right Aligned)

Re: UI improvement for tables in OFBiz

2017-08-26 Thread Devanshu Vyas
I feel the same while exploring Ofbiz screens. Good Initiative, +1 from my side. Thanks & Regards, Devanshu Vyas. On Sat, Aug 26, 2017 at 8:19 PM, Swapnil Mane < swapnil.m...@hotwaxsystems.com> wrote: > Interesting, this seems good idea Mayank. > +1 > > > - Best Regards, > Swapnil M Mane > >

Re: UI improvement for tables in OFBiz

2017-08-26 Thread Swapnil Mane
Interesting, this seems good idea Mayank. +1 - Best Regards, Swapnil M Mane On Sat, Aug 26, 2017 at 5:57 PM, Mayank Lambhate < mayank.lambh...@hotwaxsystems.com> wrote: > Hello All, > > The tables used in OFBiz currently don`t have any standard for defining the > alignment of data inside the

Re: UI improvement for tables in OFBiz

2017-08-26 Thread Pranay Pandey
That sounds great Mayank. I like the idea. Best regards, Pranay Pandey www.hotwaxsystems.com www.hotwax.co On Sat, Aug 26, 2017 at 5:57 PM, Mayank Lambhate < mayank.lambh...@hotwaxsystems.com> wrote: > Hello All, > > The tables used in OFBiz currently don`t have any standard for defining the >

UI improvement for tables in OFBiz

2017-08-26 Thread Mayank Lambhate
Hello All, The tables used in OFBiz currently don`t have any standard for defining the alignment of data inside the tables. IMO, following are the points relevant to alignment of data in tables - 1. Numeric data (Right Aligned) 2. Non-Numeric (Left Aligned) 3. Table headers to be