Re: [INFRA-22722] Restart the ofbiz-vm3 demos server

2022-03-18 Thread Gavin Mabie
Thanks Jacques On Fri, Mar 18, 2022 at 12:48 PM Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > Hi, > > Good news, demos will soon be back :). > > Greg asked me to provide specs for a new OFBIZ-VM, I guess OFBIZ-VM4. > > If nobody is against Monday I'll ask for the same than OFBIZ-VM3

Re: [PROPOSAL] Separate login service for API calls

2020-09-26 Thread Gavin Mabie
EST effort is only in trunk. And, as explained in > security.properties, in trunk we can use > org.apache.ofbiz.security.CsrfDefenseStrategy in such case. > > Jacques > > Le 26/09/2020 à 07:38, Gavin Mabie a écrit : > > Sessions are extremely useful and even indispensabl

Re: [PROPOSAL] Separate login service for API calls

2020-09-25 Thread Gavin Mabie
Sessions are extremely useful and even indispensable for an ERP system where statefullnes are critical for audit trail purposes. Stateless requests don't care about transactions beyond the actual request/response. Besides, sessions are only problematic when a new session gets created for each REST

Re: Welcome to Olivier Heintz as new committer!

2020-01-16 Thread Gavin Mabie
Congrats Olivier On Thu, Jan 16, 2020 at 4:23 PM Taher Alkhateeb wrote: > The OFBiz PMC has invited Olivier Heintz to become a new committer and > we are happy to announce that he has accepted this role. > > Some of the reasons for inviting Olivier Heintz include: > > - He is invested in the

Re: [DISCUSSION] Make Back-Office screens dynamic

2020-01-08 Thread Gavin Mabie
Hi Olivier Quick question: Are you using NodeJs & NPM in your POC? And if so are you integrating with Gradle? Cheers Gavin On Mon, Dec 23, 2019 at 6:33 PM Olivier Heintz wrote: > > > Le 17/12/2019 à 15:12, Gil Portenseigne a écrit : > > Hello Taher, > > > > The proposition you saw with your

Re: [DISCUSSION] separating GUI from the application

2019-12-20 Thread Gavin Mabie
quot;EditPerson_submitButton", "event": "", "required": false }, { "title": " ", "name": "cancelLink", "value": "", "id": "EditPerson_canc

Re: [DISCUSSION] Make Back-Office screens dynamic

2019-12-17 Thread Gavin Mabie
; } submitForm(form:any,target:string):Observable{ console.log(target); let url:string = "https://***"+target; const httpOptions = { headers:new HttpHeaders({ 'Content-Type':'application/json' }) } return this.http.post(url,form,httpOptions

Re: [DISCUSSION] Make Back-Office screens dynamic

2019-12-17 Thread Gavin Mabie
console.log(target); let url:string = "https://api-homeinit.edupen.co.za/homeinit/control/ "+target; const httpOptions = { headers:new HttpHeaders({ 'Content-Type':'application/json' }) } return this.http.post(url,form,httpOptions) .pipe( map(resp =

Re: [DISCUSSION] Make Back-Office screens dynamic

2019-12-17 Thread Gavin Mabie
tFormField = lastFormField; } continue; } alreadyRendered.add(currentFormField.getName()); fieldMap = getFieldMap(fieldInfo,context); fieldMap.each{key, val -> } fields.add(fieldMap); } } } Gavin On Tue, Dec 17, 2019 at 5:05 PM Gavin Mabie wrote: > Hi Gil > > I used a type=groovy

Re: [DISCUSSION] Make Back-Office screens dynamic

2019-12-17 Thread Gavin Mabie
about the OFBiz forms usage you did in your angular > implementation ? > You just used view-map with simple screen/form ? > > Cheers ! > > Gil > > Le 12:26 - mardi 17 déc., Gavin Mabie a écrit : > > Hi Taher > > > > I've been using Angular for custom apps

Re: [DISCUSSION] Make Back-Office screens dynamic

2019-12-17 Thread Gavin Mabie
Hi Oliver I think separating the GUI completely from the application layer could be an option worthy of exploring. That would mean api requests and with standard responses in JSON or XML. What the end user does with the response is entirely up to him/her. In this scenario the responses and

Re: [DISCUSSION] Make Back-Office screens dynamic

2019-12-17 Thread Gavin Mabie
Hi Taher I've been using Angular for custom apps over the past year. This is my approach: 1. Ofbiz deployed as an AppServer: 1.1 Ofbiz controller resolves API request calls; 1.2 Ofbiz Service Engine executes Services; 1.3 Entity Engine for persistence; 1.4 Returns JSON object - including Ofbiz

Re: Welcome Pranay Pandey as a new PMC member

2019-09-27 Thread Gavin Mabie
Congratulations Pranay. On Tue, Sep 24, 2019 at 5:37 PM Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > The OFBiz PMC has invited Pranay Pandey to become a new member of the > committee and we are glad to announce that he has accepted the nomination. > > Welcome on board Pranay! > >

Re: [QUESTION] What about TypeScript?

2019-08-23 Thread Gavin Mabie
i'm currently using Typescript in a project with OFbiz, but its in an Angular 8 context. Using OFbiz as an AppServer only, I'm not using any OFbiz widgets. It's worth investing in Typescript if you intend to create a whole new frontend. Merging with existing OFbiz widgets is almost impossible.

Re: [Discussion] Introduction of Bootstrap and Vue.js

2018-05-21 Thread Gavin Mabie
On Mon, May 21, 2018 at 8:03 PM, Taher Alkhateeb <slidingfilame...@gmail.com > wrote: > Hello Gavin, Your timing is pretty good actually and we can gain from > your experience. Comments and questions inline ... > > On Mon, May 21, 2018 at 1:03 PM, Gavin Mabie <kwikst...@gma

Re: [Discussion] Introduction of Bootstrap and Vue.js

2018-05-21 Thread Gavin Mabie
Hi guys I've been away for a while so my input maybe a bit behind the curve. Having said that, I have some useful Bootstrap-with-Ofbiz experience under the belt which may be relevant to this discussion: 1. Bootstrap is mainly CSS. It's pretty, but with limited JavaScript functionality. In-fact

Re: What is the "Apache OFBiz" product?

2017-01-14 Thread Gavin Mabie
Just a caution about naming conventions. We should not use names that make internal sense while the user base (existing and potential) get confused about exactly what we mean. If its a spade, let's call it a spade. The terms which may cause confusion are "Enterprise" and "Automation" as used in

Re: What is the "Apache OFBiz" product?

2017-01-14 Thread Gavin Mabie
Thanks Michael. The list makes the differences stand out clearly. Gavin On Sat, Jan 14, 2017 at 11:55 AM, Michael Brohl wrote: > addition: I took the freedom to adjust the uppercase/lowercase of the > proposals. > > > Am 14.01.17 um 10:53 schrieb Michael Brohl: > >

Re: Proposal to create a separate svn repository for the OFBiz official plugins

2017-01-11 Thread Gavin Mabie
+1 Like it Gavin On Thu, Jan 12, 2017 at 7:00 AM, Deepak Dixit < deepak.di...@hotwaxsystems.com> wrote: > +1 for the svn folder structure. > > Thanks & Regards > -- > Deepak Dixit > www.hotwaxsystems.com > > On Thu, Jan 12, 2017 at 6:31 AM, Shi Jinghai wrote: > > > +1 to

Re: What is the "Apache OFBiz" product?

2017-01-11 Thread Gavin Mabie
The Apache OFBiz "Business Suite"? Similar software solutions use this terminology. eg ADempiere Business Suite, OpenBravo Business Suite. Gavin On Wed, Jan 11, 2017 at 3:51 PM, Jacopo Cappellato < jacopo.cappell...@hotwaxsystems.com> wrote: > *Rationale* > > "Apache OFBiz" is one of our

Re: Defining the "Mission Statement" of the Apache OFBiz project

2017-01-11 Thread Gavin Mabie
+1 and good luck. It may proof easier to write it in a line of code than in plain English. LOL. On Wed, Jan 11, 2017 at 1:06 PM, Michael Brohl wrote: > +1 > > I have to postpone ideas, will provide them later... > > Regards, > > Michael > > > Am 11.01.17 um 10:10

Re: Proposal to rename specialpurpose to plugins

2017-01-09 Thread Gavin Mabie
+1 to rename as plugins On Mon, Jan 9, 2017 at 12:23 PM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > Thanks for the update Nicolas > > Jacques > > > > Le 09/01/2017 à 11:04, Nicolas Malin a écrit : > >> +1 to change specialpurpose. >> >> For remove hot-deploy, I prefer wait to have

Re: Michael Brohl joins OFBiz PMC

2016-09-04 Thread Gavin Mabie
Congratulations Michael. On Fri, Sep 2, 2016 at 1:32 PM, Ashish Vijaywargiya < ashish.vijaywarg...@hotwaxsystems.com> wrote: > Many-Many Congrats Michael. :-) > > -- > Kind Regards > Ashish Vijaywargiya > HotWax Systems - est. 1997 > http://www.hotwaxsystems.com/ > > On Fri, Sep 2, 2016 at 4:06

Re: Should few Gradle tasks be interactive has were similars in Ant?

2016-07-15 Thread Gavin Mabie
by Apache > Groovy team < > http://www.groovy-lang.org/groovysh.html#GroovyShell-GradleGroovyshPlugin> > > I'll investigate this in the context of OFBIZ-7773 and possibly OFBIZ-7793 > > Jacques > > > Le 14/07/2016 à 20:08, Gavin Mabie a écrit : > >>

Re: Should few Gradle tasks be interactive has were similars in Ant?

2016-07-14 Thread Gavin Mabie
Not using interactive tasks would be going against the very philosophy behind Gradle. "Unlike the build file formats of Ant and Maven, Gradle’s Groovy-based build files allow you to do general-purpose programming tasks in your build file. This relieves much of the

[jira] [Comment Edited] (OFBIZ-7778) Province data for South Africa via GeoData_ZA.xml and address format for South Africa in GeoData.xml

2016-07-12 Thread Gavin Mabie (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15372683#comment-15372683 ] Gavin Mabie edited comment on OFBIZ-7778 at 7/12/16 10:54 AM: -- Hi Charl I'm

[jira] [Commented] (OFBIZ-7778) Province data for South Africa via GeoData_ZA.xml and address format for South Africa in GeoData.xml

2016-07-12 Thread Gavin Mabie (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15372683#comment-15372683 ] Gavin Mabie commented on OFBIZ-7778: Hi Charles I'm not sure about the inclusion of the word

Re: Javascript clean up and improvements

2016-06-29 Thread Gavin Mabie
+1 On Wed, Jun 29, 2016 at 1:10 PM, Amardeep Singh Jhajj < amardeep.jh...@hotwaxsystems.com> wrote: > Thanks all for approval. I will start work on it. > > Regards, > -- > Amardeep Singh Jhajj > www.hotwaxsystems.com > > On Tue, Jun 28, 2016 at 11:51 AM, Jacques Le Roux < >

Re: Important Changes to Trunk and Use of Ant & Gradle

2016-06-21 Thread Gavin Mabie
+1 for Graddle. I have been using groovyant (which is included with Graddle) to integrate build tasks with GUI, leveraging application logic achievable with Groovy. On Tue, Jun 21, 2016 at 9:04 AM, Pranay Pandey < pranay.pan...@hotwaxsystems.com> wrote: > Thanks for the explanation Taher,

Re: Adrian Crum

2016-01-05 Thread Gavin Mabie
My heartfelt condolences goes out to the family and friends of Adtian Crum. We at Apache OFbiz must take his invaluable legacy forward. Gavin On Tue, Jan 5, 2016 at 10:04 AM, Pierre Smits wrote: > Hi all, > > With sadness in my heart I inform you that on January 1st

Re: A rant I could not hold (read: wanted to share)

2015-10-27 Thread Gavin Mabie
Let's bench mark against docs from the competition - like Open Bravo, Adempiere etc. On Tue, Oct 27, 2015 at 2:59 PM, Ron Wheeler wrote: > +1 > As a newcomer, the docs were a big turn-off. > > Sharan is doing a great job of organizing it. > I hope that we can do

Re: A rant I could not hold (read: wanted to share)

2015-10-27 Thread Gavin Mabie
Building docs in the XSDs would indeed be great - but from the technical user's perspective only. Documentation should ideally recognise the existence of different kinds of audiences. On Tue, Oct 27, 2015 at 4:25 PM, Adrian Crum < adrian.c...@sandglass-software.com> wrote: > Building out the

Re: Sharing ApacheCon Europe Slide Links

2015-10-14 Thread Gavin Mabie
.. > > Cheers > > Gil > > > > ---- Message original > De : Gavin Mabie <kwikst...@gmail.com> > Envoyé : Wednesday, October 14, 2015 03:39 PM > À : dev@ofbiz.apache.org > Sujet : Sharing ApacheCon Europe Slide Links > > >Hi All >

Sharing ApacheCon Europe Slide Links

2015-10-14 Thread Gavin Mabie
Hi All Here are a few links to slides presented by OFBiz community members at the recent ApacheCon. State of Apache OFBiz (Jacopo Cappellato) GrowERP as a service

Re: Welcome to our new committers Gil Portenseigne and Wei Zhang!

2015-10-08 Thread Gavin Mabie
Welcome and congrats to new committers Gil Portenseigne and Wei Zhang! On Thu, Oct 8, 2015 at 11:13 AM, Taher Alkhateeb wrote: > Hi Jacques, > > Since you volunteered may I ask for your help also in uploading my > picture? Please find it attached. Thank you. > >

Receive Inventory for productTypeId SERVICE or AGGREGATEDSERV_CONF

2015-09-17 Thread Gavin Mabie
Hi Before I register a JIRA on this matter, let me first check with the community whether it is an issue at all. In OrderServices.java there is a code block which seems to me a bit confusing . The code block (lines 1077 - 1124) contains an if statement checking if a product is of type "SERVICE"

Searching Products

2015-08-21 Thread Gavin Mabie
Hi I am struggling to get the search functionality in ecommerce to work for my Catalog. I;ve created a new catalog and a default search category for it. I don;t get any search results when searching the default search cat. I do get results when I use the backend Catalog Manager app to search.

Re: [DISCUSSION] Bootstrap Themes - is it trunk ready?

2015-06-24 Thread Gavin Mabie
Four issues: 1. The Bootstrap Basic and Bootstrap Sunrise is in fact just one theme with Basic as theme and Sunrise as a skin (implementation of Basic). Hence the location of the css for Sunrise under bootstrap/css/skins. Other than that, Sunrise uses the same template libraries as

Re: [DISCUSSION] Bootstrap Themes - is it trunk ready?

2015-06-24 Thread Gavin Mabie
issues will definitely emerge once in the trunk, but we can deal with that there. Gavin On Wed, Jun 24, 2015 at 12:58 PM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: Le 24/06/2015 11:47, Gavin Mabie a écrit : Four issues: 1. The Bootstrap Basic and Bootstrap Sunrise is in fact

Re: [DISCUSSION] Bootstrap Themes - is it trunk ready?

2015-06-24 Thread Gavin Mabie
- Based Manufacturing, Professional Services and Retail Trade http://www.orrtiz.com On Wed, Jun 24, 2015 at 2:42 PM, Gavin Mabie kwikst...@gmail.com wrote: I did not review anything but from your explanation having separated/specific header.ftl appbar.ftl files in Sunrise makes sense

Re: [DISCUSSION] Bootstrap Themes - is it trunk ready?

2015-06-24 Thread Gavin Mabie
://www.orrtiz.com* Services Solutions for Cloud- Based Manufacturing, Professional Services and Retail Trade http://www.orrtiz.com On Wed, Jun 24, 2015 at 2:42 PM, Gavin Mabie kwikst...@gmail.com wrote: I did not review anything but from your explanation having separated/specific header.ftl

Re: [DISCUSSION] Bootstrap Themes - is it trunk ready?

2015-06-24 Thread Gavin Mabie
regards, Pierre Smits *ORRTIZ.COM http://www.orrtiz.com* Services Solutions for Cloud- Based Manufacturing, Professional Services and Retail Trade http://www.orrtiz.com On Wed, Jun 24, 2015 at 3:54 PM, Gavin Mabie kwikst...@gmail.com wrote: Hi Pierre Bootstrap Sunrise

[jira] [Commented] (OFBIZ-6516) Facilitate the use of Icons in Ofbiz by adding descriptive style to the widget-style attribute in forms

2015-06-21 Thread Gavin Mabie (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14594988#comment-14594988 ] Gavin Mabie commented on OFBIZ-6516: The 'buttontext css class can be confusing

[jira] [Commented] (OFBIZ-6516) Facilitate the use of Icons in Ofbiz by adding descriptive style to the widget-style attribute in forms

2015-06-19 Thread Gavin Mabie (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14593151#comment-14593151 ] Gavin Mabie commented on OFBIZ-6516: Check widget-style attribute in many *Form.xml

Re: svn commit: r1686116 - in /ofbiz/trunk: framework/common/widget/ framework/webtools/widget/ framework/widget/dtd/ framework/widget/src/org/ofbiz/widget/artifact/ framework/widget/src/org/ofbiz/wid

2015-06-18 Thread Gavin Mabie
Good job! I wonder though if we are not missing a definitive reference for widgets like we have https://cwiki.apache.org/confluence/display/OFBADMIN/Mini+Language+-+minilang+-+simple-method+-+Reference +1 This will an ideal opportunity to standardise some conventions with the view to

[jira] [Created] (OFBIZ-6516) Facilitate the use of Icons in Ofbiz by adding descriptive style to the widget-style attribute in forms

2015-06-18 Thread Gavin Mabie (JIRA)
Gavin Mabie created OFBIZ-6516: -- Summary: Facilitate the use of Icons in Ofbiz by adding descriptive style to the widget-style attribute in forms Key: OFBIZ-6516 URL: https://issues.apache.org/jira/browse/OFBIZ-6516

Re: svn commit: r1685210 - /ofbiz/branches/boostrap_theme/hot-deploy/lookupField_patch.patch

2015-06-13 Thread Gavin Mabie
Hi Pierre You are right. I will revert this. Apologies. I committed the patch instead of the effected files - the latter has been done since. I will remove the unusable file ASAP. Regards Gavin On 13 Jun 2015 11:24 AM, Pierre Smits pierre.sm...@gmail.com wrote: Hi Gavin, Adding a file

Re: [jira] [Reopened] (OFBIZ-6467) Disentangle themes

2015-06-13 Thread Gavin Mabie
Hi Pierre Kindly forgive me for not paying attention to this earlier. About the Sunrise Theme: Are you referring to the Bootstrap Tomahawk Theme? Gavin On Sat, Jun 13, 2015 at 11:59 AM, Pierre Smits (JIRA) j...@apache.org wrote: [

[jira] [Updated] (OFBIZ-6455) Bootstrap modal for lookup screens

2015-06-12 Thread Gavin Mabie (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gavin Mabie updated OFBIZ-6455: --- Attachment: bootstrapModal.patch This patch deals with the Lookup Screen functionality, specifically

[jira] [Updated] (OFBIZ-6455) Bootstrap modal for lookup screens

2015-06-12 Thread Gavin Mabie (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gavin Mabie updated OFBIZ-6455: --- Attachment: lookupModalSearchResults.png This shows a lookup modal populated with search results

[jira] [Updated] (OFBIZ-6455) Bootstrap modal for lookup screens

2015-06-12 Thread Gavin Mabie (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gavin Mabie updated OFBIZ-6455: --- Attachment: lookupDecorator.patch This is necessary to allow for optional lookup.ftl

[jira] [Updated] (OFBIZ-6455) Bootstrap modal for lookup screens

2015-06-12 Thread Gavin Mabie (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gavin Mabie updated OFBIZ-6455: --- Attachment: pagination.png BTW the patch also addresses pagination issues pointed out earlier. See

[jira] [Updated] (OFBIZ-6455) Bootstrap modal for lookup screens

2015-06-12 Thread Gavin Mabie (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gavin Mabie updated OFBIZ-6455: --- Attachment: lookupModalEmpty.png This image shows an example of an empty lookup modal Bootstrap

[jira] [Updated] (OFBIZ-6473) Styling flaw when hovering over the Visual Themes button

2015-06-07 Thread Gavin Mabie (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gavin Mabie updated OFBIZ-6473: --- Attachment: bootstrap_header_ftl.patch Small patch to fix visual themes button in header.ftl

[jira] [Created] (OFBIZ-6473) Styling flaw when hovering over the Visual Themes button

2015-06-07 Thread Gavin Mabie (JIRA)
Gavin Mabie created OFBIZ-6473: -- Summary: Styling flaw when hovering over the Visual Themes button Key: OFBIZ-6473 URL: https://issues.apache.org/jira/browse/OFBIZ-6473 Project: OFBiz Issue

[jira] [Updated] (OFBIZ-6452) Bad Lookup Field

2015-06-05 Thread Gavin Mabie (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gavin Mabie updated OFBIZ-6452: --- Attachment: lookupField_patch.patch The patch Bad Lookup Field

[jira] [Updated] (OFBIZ-5840) Create bootstrap theme

2015-06-05 Thread Gavin Mabie (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gavin Mabie updated OFBIZ-5840: --- Attachment: lookupField_patch.patch Comment out .fieldLookup a selector in legacy.css which causes

[jira] [Commented] (OFBIZ-5840) Create bootstrap theme

2015-06-05 Thread Gavin Mabie (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14574423#comment-14574423 ] Gavin Mabie commented on OFBIZ-5840: Done Create bootstrap theme

Re: [jira] [Commented] (OFBIZ-6452) Bad Lookup Field

2015-06-05 Thread Gavin Mabie
Type: Sub-task Components: ALL APPLICATIONS Affects Versions: Bootstrap theme Reporter: Gavin Mabie Assignee: Gavin Mabie Attachments: lookupField_patch.patch Lookup buttons in forms not displaying properly. This is linked to css

[jira] [Created] (OFBIZ-6455) Bootstrap modal for lookup screens

2015-06-05 Thread Gavin Mabie (JIRA)
Gavin Mabie created OFBIZ-6455: -- Summary: Bootstrap modal for lookup screens Key: OFBIZ-6455 URL: https://issues.apache.org/jira/browse/OFBIZ-6455 Project: OFBiz Issue Type: Sub-task

Re: [jira] [Commented] (OFBIZ-6452) Bad Lookup Field

2015-06-05 Thread Gavin Mabie
: Gavin Mabie Assignee: Gavin Mabie Attachments: lookupField_patch.patch Lookup buttons in forms not displaying properly. This is linked to css in legacy.css. Comment out .field-lookup a selector line 2112 -- This message was sent by Atlassian JIRA (v6.3.4#6332)

[jira] [Commented] (OFBIZ-6452) Bad Lookup Field

2015-06-05 Thread Gavin Mabie (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14574543#comment-14574543 ] Gavin Mabie commented on OFBIZ-6452: Sorry about responding on the mailing list

[jira] [Commented] (OFBIZ-6452) Bad Lookup Field

2015-06-05 Thread Gavin Mabie (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14574544#comment-14574544 ] Gavin Mabie commented on OFBIZ-6452: Still it won't break other themes because each

[jira] [Created] (OFBIZ-6452) Bad Lookup Field

2015-06-05 Thread Gavin Mabie (JIRA)
Gavin Mabie created OFBIZ-6452: -- Summary: Bad Lookup Field Key: OFBIZ-6452 URL: https://issues.apache.org/jira/browse/OFBIZ-6452 Project: OFBiz Issue Type: Sub-task Components: ALL

Re: Bootstrap in framework folder

2015-06-02 Thread Gavin Mabie
Hi Julien This idea was proposed before and it did not find favour with the community (including yourself). Anyway moving bootstrap theme resources to the framework container will not solve the login page issue. This is because the theme resources are linked to use preferences. So when there is

Re: Widget or not Widget? [Was Re: Addons for OFBiz]

2015-05-14 Thread Gavin Mabie
Hi Community I have not been able to continue the work on the bootstrap theme for the past few months now and therefore resisted the urge to comment on various threads in the mailing list about matters related. So maybe apologies are in order. Having said that, these are my thoughts: 1. The UI,

Re: OFBiz Value Proposition! What is it? And to you? (was Re: Passport Component for OAuth2)

2015-03-24 Thread Gavin Mabie
http://www.orrtiz.com* Services Solutions for Cloud- Based Manufacturing, Professional Services and Retail Trade http://www.orrtiz.com On Tue, Mar 24, 2015 at 10:56 AM, Gavin Mabie kwikst...@gmail.com wrote: Hi Pierre I'm not sure where we're going with this discussion. My original

Re: OFBiz Value Proposition! What is it? And to you? (was Re: Passport Component for OAuth2)

2015-03-24 Thread Gavin Mabie
our own additions/replacements. Best regards, Pierre Smits *ORRTIZ.COM http://www.orrtiz.com* Services Solutions for Cloud- Based Manufacturing, Professional Services and Retail Trade http://www.orrtiz.com On Tue, Mar 24, 2015 at 10:56 AM, Gavin Mabie kwikst...@gmail.com

Re: OFBiz Value Proposition! What is it? And to you? (was Re: Passport Component for OAuth2)

2015-03-24 Thread Gavin Mabie
for Cloud- Based Manufacturing, Professional Services and Retail Trade http://www.orrtiz.com On Sun, Mar 22, 2015 at 11:17 AM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: Le 22/03/2015 08:46, Gavin Mabie a écrit : Hi Pierre If you use a 3rd party crm solution you wouldn't use

Re: [VOTE] reintroduce the evicted specialpurpose components in R13.07

2015-03-24 Thread Gavin Mabie
+1 On Tue, Mar 24, 2015 at 11:44 AM, Pierre Smits pierre.sm...@gmail.com wrote: R13.07 is a mistake and an embarrassment to this project. It wouldn't have happened if more attention was paid to my concerns and objections, and those of others. Unfortunately, that can't be undone. Only

Re: Nicolas Malin joins the OFBiz PMC

2015-03-24 Thread Gavin Mabie
Congrats On Tue, Mar 24, 2015 at 10:32 AM, Jacopo Cappellato jacopo.cappell...@hotwaxsystems.com wrote: I am happy to announce that Nicolas Malin is now a member of the OFBiz PMC. Welcome, Nicolas! Jacopo

Re: Passport Component for OAuth2

2015-03-22 Thread Gavin Mabie
Manufacturing, Professional Services and Retail Trade http://www.orrtiz.com On Sat, Mar 21, 2015 at 4:28 PM, Gavin Mabie kwikst...@gmail.com wrote: The passport component is an optional. So is the e-commerce component and almost everything else is. Not sure about this. Where apps

Re: Passport Component for OAuth2

2015-03-21 Thread Gavin Mabie
Hi Jacques I know that there's been quite a bit of discussion about this and I don't want to rehash stuff that's been dealt with and agreed upon in the past - but is this really a special purpose component? It appears to be a tool/utility. Special purpose components should really be for special

Re: Passport Component for OAuth2

2015-03-21 Thread Gavin Mabie
://www.orrtiz.com* Services Solutions for Cloud- Based Manufacturing, Professional Services and Retail Trade http://www.orrtiz.com On Sat, Mar 21, 2015 at 3:26 PM, Gavin Mabie kwikst...@gmail.com wrote: Hi Jacques My concern is about the proper use of the specialpurpose folder. Birt is IMO

Re: Passport Component for OAuth2

2015-03-21 Thread Gavin Mabie
lucene? Jacques Le 21/03/2015 08:32, Gavin Mabie a écrit : Hi Jacques I know that there's been quite a bit of discussion about this and I don't want to rehash stuff that's been dealt with and agreed upon in the past - but is this really a special purpose component? It appears to be a tool

Re: The Makings of a Great ERP User Experience

2015-03-19 Thread Gavin Mabie
Hi Ron I haven't read the full report, but I agree with most of the points in the synopsis. My personal feeling about UIs is that - If it doesn't look right, it doesn't feel right. Users Because of the pervasiveness of social media applications, most users expect to find the same or similar

Re: Welcome to Deepak Dixit as new committer!

2015-03-12 Thread Gavin Mabie
Congratulations Deepak On Thu, Mar 12, 2015 at 1:19 PM, Jacopo Cappellato jacopo.cappell...@hotwaxsystems.com wrote: The OFBiz PMC has invited Deepak Dixit to become a new committer and he has accepted the new role. Deepak, thank you for your continued commitment and valuable contributions.

[jira] [Commented] (OFBIZ-6061) When logging out in a multi-tenant environment, loginWorker strips the tenantId from the delegator - reverting to default. This is fine for the back-end, but it cause

2015-02-09 Thread Gavin Mabie (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14313523#comment-14313523 ] Gavin Mabie commented on OFBIZ-6061: Hi Arun I will close this issue as a duplicate

[jira] [Created] (OFBIZ-6061) When logging out in a multi-tenant environment, loginWorker strips the tenantId from the delegator - reverting to default. This is fine for the back-end, but it causes

2015-02-06 Thread Gavin Mabie (JIRA)
Gavin Mabie created OFBIZ-6061: -- Summary: When logging out in a multi-tenant environment, loginWorker strips the tenantId from the delegator - reverting to default. This is fine for the back-end, but it causes havoc with front-end applications

[jira] [Updated] (OFBIZ-6061) When logging out in a multi-tenant environment, loginWorker strips the tenantId from the delegator - reverting to default. This is fine for the back-end, but it causes

2015-02-06 Thread Gavin Mabie (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gavin Mabie updated OFBIZ-6061: --- Attachment: MultiTenantLoginWorker.patch Modifications to loginWorker.java When logging out

[jira] [Commented] (OFBIZ-5994) Have view-entity AgreementAndRole removed

2015-01-21 Thread Gavin Mabie (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14285707#comment-14285707 ] Gavin Mabie commented on OFBIZ-5994: (resend as requested) I'm sure

Re: [jira] [Updated] (OFBIZ-5994) Have view-entity AgreementAndRole removed

2015-01-21 Thread Gavin Mabie
I'm sure that there are a few of these cases - i.e. where entities are not referenced in any Screen, Form and Service definition. I suspect that this would be the case with especially view-entities which are used mainly in summary/report type screens and less so in transactional screens. I just

Re: Widget Overhaul

2015-01-18 Thread Gavin Mabie
? That could be done fairly easily. Adrian Crum Sandglass Software www.sandglass-software.com On 1/18/2015 8:49 PM, Gavin Mabie wrote: With columns already existing, rendering them inside rows would constitute a grid. On Sun, Jan 18, 2015 at 6:19 PM, Adrian Crum adrian.c...@sandglass-software.com

Re: Widget Overhaul

2015-01-18 Thread Gavin Mabie
With columns already existing, rendering them inside rows would constitute a grid. On Sun, Jan 18, 2015 at 6:19 PM, Adrian Crum adrian.c...@sandglass-software.com wrote: We have columns for that. Adrian Crum Sandglass Software www.sandglass-software.com On 1/17/2015 6:14 PM, Gavin Mabie

Re: Widget Overhaul

2015-01-17 Thread Gavin Mabie
Hi Adrian I like the grid idea. It will almost certainly simplify and enhance UI design. Furthermore, it will facilitate responsive design in Ofbiz. I agree that form widget should apply to forms. I would recommend that we create a table widget for multi-column lists instead of the proposed

Re: OFBiz 10.04 - Entity XML Tools - alternative to EntityDataLoader.loadData with dummyFks=true

2015-01-14 Thread Gavin Mabie
Check https://cwiki.apache.org/confluence/display/OFBIZ/Handling+of+External+data The EntityImportDir functionality located at https://localhost:8443/webtools/control/EntityImportDir might be of some help. It imports *Data.xml files and will iterate over a number of passes until it finds the

Re: Proposal : Improve currency conversion rate

2015-01-14 Thread Gavin Mabie
Check https://openexchangerates.org/ They have a real-time exchange rates currency conversion JSON API. Free for developers, but I think companies have to pay. Gavin On Wed, Jan 14, 2015 at 12:17 PM, Pierre Smits pierre.sm...@gmail.com wrote: Nicolas, Please research IAS documents

[jira] [Commented] (OFBIZ-5840) Create bootstrap theme

2015-01-14 Thread Gavin Mabie (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14276798#comment-14276798 ] Gavin Mabie commented on OFBIZ-5840: Hi Francois Thanks for the offer. I have done

Re: Proposal : Improve currency conversion rate

2015-01-14 Thread Gavin Mabie
Yes - it was suggested as an option. On Wed, Jan 14, 2015 at 12:35 PM, Pierre Smits pierre.sm...@gmail.com wrote: On Wed, Jan 14, 2015 at 11:27 AM, Gavin Mabie kwikst...@gmail.com wrote: Check https://openexchangerates.org/ They have a real-time exchange rates currency conversion JSON

MySql Can't create WORK_EFFORT table

2015-01-11 Thread Gavin Mabie
Has anyone come across this error: java.sql.SQLException: Can't create table '*.WORK_EFFORT' (errno: -1). This is my environment: Ofbiz: ofbiz-release13.07; OS: CENTOS 6.6 x86_64 standard; Java:1.7; MySql: Server version: 5.5.40-cll - MySQL Community Server (GPL); Gavin

Re: [jira] [Updated] (OFBIZ-5840) Create bootstrap theme

2014-12-04 Thread Gavin Mabie
Thanks Ahmad Will look into these issues over the weekend. Regards Gavin On Wed, Dec 3, 2014 at 5:06 PM, Ahmad Ludin (JIRA) j...@apache.org wrote: [ https://issues.apache.org/jira/browse/OFBIZ-5840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ahmad Ludin

Re: Groovy DSL descriptors

2014-12-03 Thread Gavin Mabie
+1 Gavin On Wed, Dec 3, 2014 at 12:47 PM, Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com wrote: Hi all, is it ok if I commit to framework/base the two Groovy DSL descriptors for Eclipse and IntelliJ that I have implemented in order to get the autocompletion features and similar

[jira] [Updated] (OFBIZ-5840) Create bootstrap theme

2014-12-01 Thread Gavin Mabie (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gavin Mabie updated OFBIZ-5840: --- Attachment: appbar_menu_ftl.patch Modified appbar.ftl to correct app-navigation menu error linked

[jira] [Commented] (OFBIZ-5840) Create bootstrap theme

2014-11-30 Thread Gavin Mabie (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14229107#comment-14229107 ] Gavin Mabie commented on OFBIZ-5840: Adrian tab-bar.png shows how the button-bar tab

[jira] [Updated] (OFBIZ-5840) Create bootstrap theme

2014-11-30 Thread Gavin Mabie (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gavin Mabie updated OFBIZ-5840: --- Attachment: Footer.jpg Create bootstrap theme -- Key: OFBIZ

[jira] [Updated] (OFBIZ-5840) Create bootstrap theme

2014-11-30 Thread Gavin Mabie (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gavin Mabie updated OFBIZ-5840: --- Attachment: ImprovedFooter.patch Improved Footer Create bootstrap theme

[jira] [Updated] (OFBIZ-5840) Create bootstrap theme

2014-11-29 Thread Gavin Mabie (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gavin Mabie updated OFBIZ-5840: --- Attachment: panelCollapse_htmlSreenMacroLibrary.patch Fixed panel collapse/expand

Re: [jira] [Commented] (OFBIZ-5840) Create bootstrap theme

2014-11-29 Thread Gavin Mabie
Hi Jacques I am able to see lookup buttons in FF-33.1 and Chrome Version 39.0.2171. I am also on Win7. Are you experiencing this problem on all screens with lookupfields? Check against this url - https://localhost:8443/accounting/control/FindAgreement. Gavin On Sat, Nov 29, 2014 at 10:29 AM,

[jira] [Commented] (OFBIZ-5840) Create bootstrap theme

2014-11-29 Thread Gavin Mabie (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14228790#comment-14228790 ] Gavin Mabie commented on OFBIZ-5840: Jacques Yeah - I see it. Difference between

[jira] [Updated] (OFBIZ-5840) Create bootstrap theme

2014-11-27 Thread Gavin Mabie (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gavin Mabie updated OFBIZ-5840: --- Attachment: bootified_js_screentrans.patch Hi I've added/modified the bootified.js to handle screen

  1   2   >