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 (J

Re: [PROPOSAL] Separate login service for API calls

2020-09-26 Thread Gavin Mabie
y the REST 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 indisp

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 OFB

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 f

Re: [DISCUSSION] separating GUI from the application

2019-12-20 Thread Gavin Mabie
d": "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
lOptionValue.key; entry['key'] = allOptionValue.description; options.push(entry); }); return options; } submitForm(form:any,target:string):Observable{ console.log(target); let url:string = "https://***"+target; const httpOptions = { h

Re: [DISCUSSION] Make Back-Office screens dynamic

2019-12-17 Thread Gavin Mabie
ionValue.description; options.push(entry); }); return options; } submitForm(form:any,target:string):Observable{ console.log(target); let url:string = "https://api-homeinit.edupen.co.za/homeinit/control/ "+target; const httpOptions = { headers:new Htt

Re: [DISCUSSION] Make Back-Office screens dynamic

2019-12-17 Thread Gavin Mabie
urrentFormField = 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=g

Re: [DISCUSSION] Make Back-Office screens dynamic

2019-12-17 Thread Gavin Mabie
rate 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 c

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 their

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 c

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! > > Jacq

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. G

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 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 wrote: > > Hi guys > > > > I'v

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 JS

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: > > Thanks for starting this init

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 the svn folder structure

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 trad

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 schrieb Jacopo Cappellato: > >

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 a

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 frustratio

[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&focusedCommentId=15372683#comment-15372683 ] Gavin Mabie edited comment on OFBIZ-7778 at 7/12/16 10:5

[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&focusedCommentId=15372683#comment-15372683 ] Gavin Mabie commented on OFBIZ-7778: Hi Charles I'm not sure about the inc

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 < > jacques.le.r...@les7ar

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, makin

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 Adrian Crum > passed away p

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 doc

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 something with the Framework that

Re: Sharing ApacheCon Europe Slide Links

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

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. > > Taher Alkhateeb > > -

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" o

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. W

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

2015-06-24 Thread Gavin Mabie
Bootstrap PoC. > > 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 Wed, Jun 24, 2015 at 3:54 PM, Ga

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

2015-06-24 Thread Gavin Mabie
patches for the two disentangled themes in > https://issues.apache.org/jira/browse/OFBIZ-6362 > > Best regards, > > Pierre Smits > > *ORRTIZ.COM <http://www.orrtiz.com>* > Services & Solutions for Cloud- > Based Manufacturing, Professional > Services and

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

2015-06-24 Thread Gavin Mabie
OM <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 2:42 PM, Gavin Mabie wrote: > > > > > > > I did not review an

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

2015-06-24 Thread Gavin Mabie
et this into the trunk sooner rather then later because of the massive refactoring work. New 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/

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 a

[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-tabpanel&focusedCommentId=14594988#comment-14594988 ] Gavin Mabie commented on OFBIZ-6516: The 'buttontext" css class ca

[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-tabpanel&focusedCommentId=14593151#comment-14593151 ] Gavin Mabie commented on OFBIZ-6516: Check widget-style attribute in many *Form

[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: 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 facili

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) wrote: > > [ > https://issues.apache.org/jira/browse/OFBIZ-6467?page=com.atlass

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" wrote: > Hi Gavin, > > Adding a file called 'lookupField_pat

[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: lookupDecorator.patch This is necessary to allow for optional lookup.ftl and

[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: lookupModalEmpty.png This image shows an example of an empty lookup modal > Bootst

[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-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] [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-tabpanel&focusedCommentId=14574544#comment-14574544 ] Gavin Mabie commented on OFBIZ-6452: Still it won't break other themes bec

[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-tabpanel&focusedCommentId=14574543#comment-14574543 ] Gavin Mabie commented on OFBIZ-6452: Sorry about responding on the mailing

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

2015-06-05 Thread Gavin Mabie
sue Type: Sub-task > > Components: ALL APPLICATIONS > >Affects Versions: Bootstrap theme > >Reporter: Gavin Mabie > >Assignee: Gavin Mabie > > Attachments: lookupField_patch.patch > > > > > > Lookup buttons in forms n

[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
https://issues.apache.org/jira/browse/OFBIZ-6452 > > Project: OFBiz > > Issue Type: Sub-task > > Components: ALL APPLICATIONS > > Affects Versions: Bootstrap theme > >Reporter: Gavin Mabie > >Assignee: Gavin Mabie

[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-tabpanel&focusedCommentId=14574423#comment-14574423 ] Gavin Mabie commented on OFBIZ-5840: Done > Create bootstra

[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 Fi

[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] [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-01 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 n

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
ren't worth exposing (workeffort). > > > > For others we have our own additions/replacements. > > > > Best regards, > > > > Pierre Smits > > > > *ORRTIZ.COM <http://www.orrtiz.com>* > > Services & Solutions for Cloud- > > Based Manufactu

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

2015-03-24 Thread Gavin Mabie
acements. > > 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, Gavi

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 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 reduced. We should get p

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

2015-03-24 Thread Gavin Mabie
;t do without > (framework components, some components in applications). The rest are just > layer on top of the base of the cake. Options that makes the OFBiz Value > Proposition the right one for any specific potential adopter. > > I don't define what the 'OFBiz Value Pro

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
egards, > > Pierre Smits > > *ORRTIZ.COM <http://www.orrtiz.com>* > Services & Solutions for Cloud- > Based Manufacturing, Professional > Services and Retail & Trade > http://www.orrtiz.com > > On Sat, Mar 21, 2015 at 4:28 PM, Gavin Mabie wrote: >

Re: Passport Component for OAuth2

2015-03-21 Thread Gavin Mabie
Not only before adopting, but also > during the lifespan. > > Best regards, > > Pierre Smits > > *ORRTIZ.COM <http://www.orrtiz.com>* > Services & Solutions for Cloud- > Based Manufacturing, Professional > Services and Retail & Trade > http://www.orrti

Re: Passport Component for OAuth2

2015-03-21 Thread Gavin Mabie
ich could me moved to this > new tools folder? Maybe bi, birt, oagis, even 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 >>

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 ap

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 func

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 > contribut

[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-tabpanel&focusedCommentId=14313523#comment-14313523 ] Gavin Mabie commented on OFBIZ-6061: Hi Arun I will close this issue as a dupli

[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 i

[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] [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-tabpanel&focusedCommentId=14285707#comment-14285707 ] Gavin Mabie commented on OFBIZ-5994: (resend as requested) I'm sure that th

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 di

Re: Widget Overhaul

2015-01-18 Thread Gavin Mabie
> a cell? 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. >> >&

Re: Widget Overhaul

2015-01-18 Thread Gavin Mabie
; > On 1/17/2015 6:14 PM, Gavin Mabie wrote: > >> 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

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 gri

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 FK.

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 wrote: > On Wed, Jan 14, 2015 at 11:27 AM, Gavin Mabie wrote: > > > Check https://openexchangerates.org/ > > > > They have a real-time exchange rates & currency conversion JSON AP

[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-tabpanel&focusedCommentId=14276798#comment-14276798 ] Gavin Mabie commented on OFBIZ-5840: Hi Francois Thanks for the offer. I have

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 wrote: > Nicolas, > > Please research IAS documents regarding foreign exchange

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) wrote: > > [ > https://issues.apache.org/jira/browse/OFBIZ-5840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > Ahmad Ludin updated OFBIZ

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 to

[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 th

[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: pagination_htmlFormMacroLibrary.patch Bootstrap pagination for htmlFormMacroLibrary.ftl

[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-tabpanel&focusedCommentId=14229112#comment-14229112 ] Gavin Mabie commented on OFBIZ-5840: Adrian > I ran across another stac

[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 > -- > >

[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-tabpanel&focusedCommentId=14229107#comment-14229107 ] Gavin Mabie commented on OFBIZ-5840: Adrian >tab-bar.png shows how the &quo

[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-tabpanel&focusedCommentId=14228790#comment-14228790 ] Gavin Mabie commented on OFBIZ-5840: Jacques Yeah - I see it. Difference bet

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, J

  1   2   >