CAS Single Sign On (SSO)

2016-05-31 Thread james yong
OFBiz is made up of several web applications. To allow the user to sign in only once, a unique token value is presented for verification each time the user navigates to an unvisited web application. I propose to add CAS SSO server as a component to OFBiz framework, and to use it as a basis for

Re: CAS Single Sign On (SSO)

2016-05-31 Thread james yong
Thanks Jacques for the heads up. Yes, it is related to https://issues.apache.org/jira/browse/OFBIZ-6963. Jacques Le Roux wrote > This is related with https://issues.apache.org/jira/browse/OFBIZ-6963, > right? > > Jacques > > > Le 31/05/2016 à 17:31, james yong a écrit

Re: Accessible Rich Internet Applications

2016-04-07 Thread james yong
Hi Pranay, Are you referring to the management apps? Regards, James Pranay Pandey-3 wrote > Hello Devs, > > We have got an opportunity to work on ARIA > https://www.w3.org/WAI/intro/aria;. Accessibility is the core of > this > delivery. Currently this project is under development. > Just

Re: End User Documentation

2016-03-24 Thread james yong
Yes, the secretary from Apache has acknowledged the receipt of my ICLA file submission. The acknowledgement is also sent to OFBiz private email. Ron Wheeler wrote > Do you have an ICLA on file with Apache? > > Ron > > > -- > Ron Wheeler > President > Artifact Software Inc > email: >

Re: End User Documentation

2016-03-24 Thread james yong
james yong wrote > > Craig Parker wrote >> I asked over on the users list, and someone said I might have better >> luck here. End user documentation appears to be a smidgen sketchy. I >> know a lot of apps use wikis, but I've got a wordpress template set up >>

Re: End User Documentation

2016-03-24 Thread james yong
Jacques Le Roux wrote > Also if ever you want to collaborate to the wiki, simply follow this > notice https://cwiki.apache.org/confluence/display/OFBIZ/No+Spam > > BTW you asked on the right place, the user ML is the right place for this > kind of questions > > Jacques > > Le 24/03/2016 02:49,

Re: ant devop tasks/targets

2016-03-29 Thread james yong
Good idea. + 1 from me. Pierre Smits wrote > Hi all, > > Currently we have the various ant tasks to instantiate the OFBiz > environment, such as: > >- ./ant start >- various ./ant load- commands. > > However, we don't have specific (separate) DEVOPS commands to help > instantiation

Re: Opinion requested: possibility to use the top ofbiz menu for a single component?

2016-05-11 Thread james yong
This feature is useful. +1 Shrenik wrote > Absolutely see and second this approach. > +1 > > > > -Original Message- > From: Jacques Le Roux > jacques.le.roux@ > > To: > dev@.apache > Sent: Sun, 01 May 2016 18:00 > Subject: Re: Opinion requested: possibility to use the top

Re: http://www.brains-info.com/

2016-07-03 Thread james yong
I did not find any reference to OFBiz in the website brains-info.com. Jacques Le Roux wrote > Hi Chinese committers, > > Could one of you check that http://www.brains-info.com/ is really related > to OFBiz? > > It's referenced from >

Re: Serialized Inventory issue with backorder item

2016-12-17 Thread james yong
Hi Renuka, In this case, the non-serialized inventory acts as a placeholder to ensure the final ATP is correct. This is correct behaviour, and not a bug. Regards, James Renuka Srishti-2 wrote > Hello All, > > In OFBiz, when we create an order for product with serialized inventory > with

Re: Proposal to rename specialpurpose to plugins

2017-01-03 Thread james yong
+0 James taher wrote > Hello Everyone, > > In reference to earlier discussions and threads on the above subject, I am > hereby proposing renaming the directory "specialpurpose" to "plugins". I > have patch ready with all tests passing. > > Ref discussion: >

Re: Serialized Inventory issue with backorder item

2016-12-19 Thread james yong
t; Thanks & Regards > -- > Deepak Dixit > www.hotwaxsystems.com > > On Sat, Dec 17, 2016 at 8:42 PM, james yong > i_yongbl@.com > wrote: > >> Hi Renuka, >> >> In this case, the non-serialized inventory acts as a placeholder to >> ensure &g

RE: Serialized Inventory issue with backorder item

2016-12-20 Thread james yong
ry (via OISGIR), upon > receiving and allocating actual reservations we can make sure to release > all > non-serialized inventory and reserve them using available serialized > inventory (having ATP > 0). > > Thanks & Regards, > Swapnil > > -Original Message-

Re: Remove the 91% message from gradle when running tasks (ofbiz, ofbizDebug, etc) or altogether

2017-03-28 Thread james yong
Hi Jacques, Sorry for the typo :) Thanks for upvoting. Added another patch with text art this time, for comparsion . Hope it is better. Regards, James Yong Jacques Le Roux wrote > Hi James (it's JacqueS, JameS in English ;)) > > I voted +1 there > > Thanks > > Jac

Re: svn commit: r1789533 - in /ofbiz/ofbiz-framework/trunk: NOTICE framework/start/src/main/java/org/apache/ofbiz/base/start/StartupControlPanel.java

2017-03-30 Thread james yong
Hi Jacopo, Thank you for the article reference. Will revert the change to the NOTICE file. Regards, James Yong Jacopo Cappellato-5 wrote > Thank you James for your first commit! > > I am not convinced that the change to the NOTICE file is really required, > please read thi

Re: Remove the 91% message from gradle when running tasks (ofbiz, ofbizDebug, etc) or altogether

2017-03-27 Thread james yong
Hi Jacque, I have raised the issue at https://issues.apache.org/jira/browse/OFBIZ-9285 and uploaded a patch. Regards, James Yong Jacques Le Roux wrote > That's quite a good idea James, > > Did you try it's possible? > > Thanks > > Jacques > > > Le 16/03/20

Re: svn commit: r1786919 - in /ofbiz/ofbiz-framework/trunk/applications/accounting/widget: FieldLookupForms.xml LookupScreens.xml

2017-03-15 Thread james yong
coupled with forms. Regards, James Yong taher wrote > Still seems unclear. What is the value of this extraction? How is it > implemented? Who intends on implementing the new features if any? What are > the new features? How does that play into the UI refactoring intended > within the

Re: svn commit: r1786919 - in /ofbiz/ofbiz-framework/trunk/applications/accounting/widget: FieldLookupForms.xml LookupScreens.xml

2017-03-16 Thread james yong
+1 Regards, James Yong taher wrote > Right Scott all good points. So we should have some kind of plan that says > once the migration is complete then we will do X Y and Z. For example, we > will update the XSD files to disable list forms, split the backend themes > and templ

Re: buildbot exception in on ofbiz-trunk-framework

2017-03-18 Thread james yong
I got this issue too when I pressed CTL-C to exit OFBiz and then ran "./gradew ofbiz" immediately. Jacques Le Roux wrote > Mmm, this is pretty bad > > https://ci.apache.org/builders/ofbiz-trunk-framework/builds/44/steps/shell_1/logs/stdio > >> Building 84% > :ofbiz --load-dataSet OFBIZ_HOME to

Re: Using Google Analytics in Confluence

2017-03-18 Thread james yong
Don't know what the website is about. But looking forward to it. Regards, James Yong Pierre Smits wrote > Maybe all suggestions can/will be taken into consideration in the plan of > our new website that Sharan is working on. > > Best regards, > > Pierre Smits &g

Re: Remove the 91% message from gradle when running tasks (ofbiz, ofbizDebug, etc) or altogether

2017-03-15 Thread james yong
Hi, I think it is better to explicitly inform the user in the log message that OFBiz has started after all the components are loaded. Something like this, but can be improved with some ANSI/ASCII artwork. ## ## OFBiz has started and ready for use

Re: Remove the 91% message from gradle when running tasks (ofbiz, ofbizDebug, etc) or altogether

2017-03-16 Thread james yong
Hi Jacques, Haven't looked into yet. Was side-tracked by too many things :( Regards, James Yong Jacques Le Roux wrote > That's quite a good idea James, > > Did you try it's possible? > > Thanks > > Jacques > > > Le 16/03/2017 à 04:53, james yong a écrit : >

Re: Documentation by Release / Version

2017-03-16 Thread james yong
Hi Rishi, Sorry for the late reply. The Tour section contains links to other topics for guiding the beginners. I think "Business Process Stories and Use Cases Library" is good and important to be included in Tour as it helps beginners to evaluate their business needs. Cheers, James Yo

Re: Using Google Analytics in Confluence

2017-03-18 Thread james yong
alytics opt-out browser add-on" at https://tools.google.com/dlpage/gaoptout if they do not wish to participate or be tracked. Regards, James Yong taher wrote > Reading the specifications in [1] implies tracking of user information > like > ip address and location. So the first que

Re: Using Google Analytics in Confluence

2017-03-18 Thread james yong
Hi, The privacy notice at https://www.apache.org/foundation/policies/privacy.html may be useful. Thanks, James Yong james yong wrote > Hi, > > According to "7. Privacy" section under Google Analytics Terms of Service > at https://www.google.com/analytics/terms/us

Using Google Analytics in Confluence

2017-03-17 Thread james yong
. Regards, James Yong -- View this message in context: http://ofbiz.135035.n4.nabble.com/Using-Google-Analytics-in-Confluence-tp4703557.html Sent from the OFBiz - Dev mailing list archive at Nabble.com.

Re: Documentation by Release / Version

2017-03-09 Thread james yong
could > still be used when referring to old pages... > > [1] These pages contain the sentence "the pre-Gradle documentation is > here", eg > https://cwiki.apache.org/confluence/display/OFBIZ/Demo+and+Test+Setup+Guide > > Jacques > > > Le 08/03/2017 à 18:

Re: Documentation by Release / Version

2017-03-10 Thread james yong
Hi all, Will create the placeholder for the following pages in Confluence soon if there is no objection. Tour -> Release 13.7 -> Release 16.11 This is also very much a work-in-progress, and group work will be better. Thanks. Regards, James james yong wrote > H

Documentation by Release / Version

2017-03-08 Thread james yong
version. What do you think of this approach? Are there better ways to structure the menu items? Cheers, James Yong -- View this message in context: http://ofbiz.135035.n4.nabble.com/Documentation-by-Release-Version-tp4703069.html Sent from the OFBiz - Dev mailing list archive at Nabble.com.

Re: [proposal] actions to take with plugins

2017-03-13 Thread james yong
+1 Regards, James Yong taher wrote > Hi Jacques, > > It seems you might be missing the implications of a full split between the > framework and plugins including with buildbot. So I will try to explain > why > I think it is extremely important to completely separate

Re: Welcome James Yong as a new committer

2017-03-14 Thread james yong
Hi Team, Thank you for the welcome :) I was excited when I received the invitation. Hope to contribute better henceforth. Cheers, James Yong Jacopo Cappellato-5 wrote > The OFBiz PMC has invited James Yong to become a new committer and we are > happy to announce that he has ac

Re: Default theme (WAS: [proposal] actions to take with plugins)

2017-03-12 Thread james yong
, James Yong Scott Gray-3 wrote > We seemingly couldn't agree on the best logo either, yet we have only one. > I think an instant run-off vote ( > https://en.wikipedia.org/wiki/Instant-runoff_voting) would probably be the > most appropriate way to come to a conclusion, given the

Re: Render table rows from pulled data

2017-03-12 Thread james yong
Thanks Pierre. I will take a look into it. Regards, James Yong Pierre Smits wrote > Hi James, > > Such functionality is already available in the feature set of OFBiz, even > if it is not shown in the demo applications. You can on form widget level > retrieve data t

Re: Render table rows from pulled data

2017-03-13 Thread james yong
Hi all, I have created an issue for it. See https://issues.apache.org/jira/browse/OFBIZ-9258. Also uploaded a simple POC patch for anyone who has the time to look into it. Thanks, James Yong -- View this message in context: http://ofbiz.135035.n4.nabble.com/Render-table-rows-from-pulled-data

Re: [DISCUSSION] Improving the OFBiz User Interface

2017-07-08 Thread James Yong
Hi all, For those who wanted to evaluate JSF further, I have done a simple POC with patch available at https://issues.apache.org/jira/browse/OFBIZ-9469. Best Regards, James Yong On 2017/07/05 15:03:49, "James Yong"<jamesy...@apache.org> wrote: > Hi Michael, > > I ag

Re: [Proposal] moving all data in applications to the data-model component

2017-07-18 Thread James Yong
+1 Regards, James Yong On 2017-07-14 17:59 (+0800), Taher Alkhateeb <slidingfilame...@gmail.com> wrote: > Hello Everyone, > > Data loading in OFBiz is quite fragile. A small change could crash the > system and finding out the reason can be difficult. I really felt the &

Re: [DISCUSSION] Improving the OFBiz User Interface

2017-07-03 Thread James Yong
Hi Michael and all, We can look into JSF 2.2 as a possible candidate. It is similar to OFBiz Widget and seems to fit the new requirements described so far in this thread. Regards, James Yong On 2017-07-03 17:42 (+0800), Michael Brohl <michael.br...@ecomify.de> wrote: > Hi Sharan, &g

Re: Improving the OFBiz User Interface with JPA

2017-07-01 Thread James Yong
it will be good for OFBiz. Regards, James Yong On 2016-12-15 02:52 (+0800), of...@mk-multimedia.de wrote: > Hi all, > > as I announced recently with the email "OFBiz Delegator that uses JPA", > I am working now on a drop in replacement that uses JPA as entity model. > While th

Re: [PROPOSAL] Environment variable configuration

2017-07-06 Thread James Yong
me. Regards, James Yong On 2017-07-05 23:36 (+0800), gil portenseigne <gil.portensei...@nereide.fr> wrote: > Hello all, > > Working with different hosting companies, we used to have issues when > deploying OFBiz concerning technical configuration of the different &g

Re: [PROPOSAL] Environment variable configuration

2017-07-06 Thread James Yong
Hi Gil, Some afterthought questions with the proposed change: 1) Can it support multiple OFBiz instances on the same server? 2) Can we store encrypted values for some of the environment variables like database credentials? Regards, James Yong On 2017-07-06 16:28 (+0800), "James Yong&qu

Re: [DISCUSSION] Improving the OFBiz User Interface

2017-07-05 Thread James Yong
Hi Michael, I agreed it will be going too far if we adopt JSF. Maybe better value to spend on improving what OFBiz already have. Regards, James Yong On 2017/07/04 14:57:33, Michael Brohl <michael.br...@ecomify.de> wrote: > Hi James, > > thanks for your suggestions. > >

Re: Using Google Analytics in Confluence

2017-06-28 Thread James Yong
RA-13701, right ? > > > > Thanks > > > > Jacques > > > > > > Le 28/04/2017 à 10:20, James Yong a écrit : > >> Hi Taher, > >> > >> Ok, I will also put them in wiki. > >> Thank you for the review. > >> > &

iframe tag

2017-04-26 Thread James Yong
Hi all, I am doing a simple studio plugin. Need an iframe for displaying an OFBiz page. Proposing a new tag, called iframe, which can be used within the html tag like this: platform-specific > html > iframe. Regards, James Yong

Re: Using Google Analytics in Confluence

2017-04-27 Thread James Yong
+1 Regards, James Yong On 2017-04-27 16:10 (+0800), Jacques Le Roux <jacques.le.r...@les7arts.com> wrote: > OK we need to conclude, positively or not, on this, I found these > > http://jackrabbit.apache.org/jcr/privacy-policy.html > > http://flex.apache.org/about-priv

Re: Using Google Analytics in Confluence

2017-04-27 Thread James Yong
for Wiki contribution. Regards, James Yong On 2017-04-27 17:02 (+0800), Jacques Le Roux <jacques.le.r...@les7arts.com> wrote: > Hi Michael, > > It seems James had a plan, let's see what he proposes... > > I'm not much worried about using Google Analytics in this case. We cou

Re: iframe tag

2017-04-28 Thread James Yong
y just a few divs with CSS would > give you a nice layout no? > > Note I don't object to adding it, just wondering what's the value? > > On Thu, Apr 27, 2017 at 7:00 AM, James Yong <jamesy...@apache.org> wrote: > > > Hi all, > > > > I am doing a simple

Re: Using Google Analytics in Confluence

2017-04-28 Thread James Yong
Hi Taher, Ok, I will also put them in wiki. Thank you for the review. Regards, James Yong On 2017-04-28 13:07 (+0800), Taher Alkhateeb <slidingfilame...@gmail.com> wrote: > Hi James, > > First of all, thank you again for taking this initiative and your work on > it. >

Re: Loading standard web application

2017-05-07 Thread James Yong
Hi Taher, Thanks for the review. My use case is to run CAS SSO on OFBiz, to avoid another Tomcat instance. But I won't commit the patch if others doesn't need it. Regards, James Yong PS: I can run standard web application in earlier OFBiz versions. On 2017-05-07 14:09 (+0800), Taher

Re: OFBiz & gradlew-wrapper.jar

2017-05-06 Thread James Yong
More info at https://docs.gradle.org/current/userguide/gradle_wrapper.html Regards, James Yong On 2017-05-06 03:59 (+0800), Pierre Smits <pierre.sm...@gmail.com> wrote: > HI all, > > While discussing the gradlew-wrapper.jar issue in the Weex release vote > [1], the follo

Re: Loading standard web application

2017-05-07 Thread James Yong
Hi Taher, Hope to address your concerns. My replies are inlined below. Thanks. Regards, James On 2017-05-08 01:22 (+0800), Taher Alkhateeb wrote: > Hey Michael, James, all > > First of all, I gotta say James' efforts are awesome, keep them coming :) > > The

Re: [PROPOSAL] deprecate mini lang

2017-05-08 Thread James Yong
> up a warning. > > Don't you think it is sufficient? > > Best regards, > > Michael > > [1] > https://cwiki.apache.org/confluence/display/OFBADMIN/Mini+Language+-+minilang+-+simple-method+-+Reference > > > Am 08.05.17 um 05:34 schrieb James Yong: > > Hi

Re: [PROPOSAL] deprecate mini lang

2017-05-07 Thread James Yong
to see new users spending time contributing minilang patches, and then be told to convert to java code. My 2 cents opinion. Thanks. Regards, James Yong On 2017-05-08 03:16 (+0800), Michael Brohl <michael.br...@ecomify.de> wrote: > Dear all, > > just an update for this topic. &

Loading standard web application

2017-05-05 Thread James Yong
to differentiate standard web applications from those in OFBiz, and allows Catalina Container to load them accordingly. When type="standard", will load as standard web application. When type is empty, load according to OFBiz way. Any feedback is welcome. Regards, James Yong

Tomcat SSO

2017-05-05 Thread James Yong
Hi all, I would like to propose using the Single Sign On mechanism in Tomcat. Once implemented, there is no necessity for the externalLoginKey, or to indicate "intra-app" to target-type attribute. Any issue before i start working on a POC? Regards, James Yong

Re: Loading standard web application

2017-05-05 Thread James Yong
things easy for end-users. They only need to download that plugin, and not worry about deploying the Camunda workflow engine (published as a WAR) on his/her own, as the WAR file can be downloaded automatically via gradle script during OFBiz starting up. Regards, James Yong On 2017-05-05 18:07

Re: Loading standard web application

2017-05-08 Thread James Yong
even easier if we will succeed. > In the meantime, since it will take time and your approach is simple and > effective, I think that we could commit your work. > > Regards, > > Jacopo > > On Fri, May 5, 2017 at 10:35 AM, James Yong <jamesy...@apache.org> wrote: >

Re: Loading standard web application

2017-05-05 Thread James Yong
will be specific to the J2EE container or via another standard web application like CAS SSO. But adding Tomcat SSO to OFBiz standalone, we can solve the problems listed in https://issues.apache.org/jira/browse/OFBIZ-6963 Regards, James Yong On 2017-05-06 09:37 (+0800), Taher Alkhateeb <slidingfil

Re: Loading standard web application

2017-05-06 Thread James Yong
Created a JIRA issue and upload a patch at https://issues.apache.org/jira/browse/OFBIZ-9347 On 2017-05-06 19:27 (+0800), "James Yong"<jamesy...@apache.org> wrote: > Thanks Taher. > > Those are the big pictures. For now, need to work on the smaller issues. > So

Re: Loading standard web application

2017-05-06 Thread James Yong
Thanks Taher. Those are the big pictures. For now, need to work on the smaller issues. So I will start with the patch for the loading of standard web application. Regards, James Yong On 2017-05-06 18:48 (+0800), Taher Alkhateeb <slidingfilame...@gmail.com> wrote: > Hi James, >

Re: RE: Quantity missing for inventory transfer records

2017-10-15 Thread James Yong
be empty. Regards, James Yong On 2017-10-14 18:59, Swapnil Shah <swapnil.s...@hotwaxsystems.com> wrote: > Folks, > One very frequent use case that we encounter is that any transfer request > initiated from one facility to another is generally for multiple products > as they all need

Re: RE: RE: Quantity missing for inventory transfer records

2017-10-16 Thread James Yong
Hi Swapnil, Shipment is currently used for Delivery and Goods Inwards. Why would you want a Shipment for Inventory Transfer? Regards, James Yong On 2017-10-16 21:32, Swapnil Shah <swapnil.s...@hotwaxsystems.com> wrote: > Yes James, > ITH should work. I would prefer to have ITH tig

Re: Quantity missing for inventory transfer records

2017-10-13 Thread James Yong
Hi all, It is better to add InventoryTransferId column to Inventory Item Detail (IID) table so that we easily link the IID record to the Inventory Transfer table. What do you think? Regards, James Yong On 2017-10-13 23:18, "James Yong"<jamesy...@apache.org> wrote: > Hi Su

Re: Quantity missing for inventory transfer records

2017-10-13 Thread James Yong
Hi Suraj, Shouldn't the transfer detail be stored at Inventory Item Detail table? Regards, James Yong On 2017-10-13 16:44, Suraj Khurana <suraj.khur...@hotwaxsystems.com> wrote: > Hello, > > While creating inventory transfers, a new inventory item is created and > success

Re: RE: Quantity missing for inventory transfer records

2017-10-18 Thread James Yong
tory item id for reservation. Regards, James Yong On 2017-10-16 23:05, Vaibhav Jain <vaibhav.j...@hotwaxsystems.com> wrote: > Hello Swapnil/James, > > There are many dependencies of inventory transfer in Business Requirements > like: > >1. In Inventory transfer generally, there

Re: RE: RE: RE: Quantity missing for inventory transfer records

2017-10-18 Thread James Yong
to Order relation seems easier. So I will share my thoughts on Vaibhav's reply next. Best Regards, James Yong On 2017-10-17 02:43, Swapnil Shah <swapnil.s...@hotwaxsystems.com> wrote: > Hi James, > As per the very nature of any business establishment, generally > Manufactu

Re: RE: RE: Quantity missing for inventory transfer records

2017-10-24 Thread James Yong
tax. 3) Inventory Transfer Header entity: For group transfer (as discussed earlier) Regards, James Yong On 2017-10-19 19:12, Swapnil Shah <swapnil.s...@hotwaxsystems.com> wrote: > Let me try adding few more insights/details with regard to stock transfer > flow. > > > &

Move buildbot messages out of DEV mailing lists

2017-10-24 Thread James Yong
Hi all, The Buildbot messages are filling considerable spaces in the DEV mailing list. Wonder if we should move them elsewhere... Regards, James Yong

Re: OFBiz Version Info

2017-11-27 Thread James Yong
: __ _ / __ \/ / __ )(_)___ / / / / /_ / __ / /_ / / /_/ / __/ / /_/ / / / /_ \/_/ /_/_/ /___/ v16.11.03 is started and ready. Just update the released version in the properties before a release. Regards, James Yong On 2017-11-27 22:08, Akash Jain <akash.j...@hotwaxsystems.com> wrote: > +1, version information should available somewhere, it will be helpful. &g

Re: OFBiz Version Info

2017-11-27 Thread James Yong
Hi Jacques, The developer can refer to the proposed ofbiz.version property if needed. Regards, James Yong On 2017-11-28 00:03, Jacques Le Roux <jacques.le.r...@les7arts.com> wrote: > Hi James, > > That's good when you start but could be hard to find after many days running

Re: OFBiz Version Info

2017-11-28 Thread James Yong
Hi all, If there is no further discusson, I will create a JIRA issue later to 1) add an ofbiz.version key in start.properties file; and 2) have the ofbiz.version key value included in the startup message. Regards, James Yong On 2017-11-28 01:35, Jacques Le Roux <jacques.le.r...@les7arts.

Re: OFBiz Version Info

2017-11-28 Thread James Yong
Tomcat, have been doing. I haven't check how the start program will read the VERSION file but I have no issue with this approach and we can further discuss how it can be done. Regards, James Yong On 2017-11-29 02:51, Taher Alkhateeb <slidingfilame...@gmail.com> wrote: > Hi James,

Re: OFBiz Version Info

2017-11-24 Thread James Yong
Hi Devanshu, Have you looked at the web page’s footer? Regards, James Yong On 2017-11-25 13:46, Devanshu Vyas <vyas.devansh...@gmail.com> wrote: > Hello Devs, > > Recently I came to know and verified that there is no specific location in > our OFBiz framework(not even in R

Re: OFBiz Version Info

2017-11-30 Thread James Yong
tart.properties) > >> - adding it to the UiLabelMap and putting it in the footer of the system > >> - putting it in a VERSION file or README.md as originally suggested > >> > >> I'm sure you can also come up with good ideas to that end, I'm just > >> thinkin

Re: Planning for the creation of the new 17.xx branch(es)

2017-11-30 Thread James Yong
y themes doesn't tally with the logos in the screenshots. Regards, James Yong On 2017-11-30 23:02, Jacques Le Roux <jacques.le.r...@les7arts.com> wrote: > Should we keep Tomahawk as the default in trunk or change before freezing for > R17.12? > > We know Tomahawk does not support

Re: Planning for the creation of the new 17.xx branch(es)

2017-12-19 Thread James Yong
Hi All, Can we commit the code for Tomcat SSO (OFBIZ-10047) but switch the feature off? Once the Cluster SSO is ready, we can backport to the 17.xx branch with Tomcat SSO turned on. Regards, James On 2017-12-19 20:43, Jacques Le Roux wrote: > Now that we seems

Re: Tomcat SSO

2017-11-05 Thread James Yong
Hi all, I would like to revisit this issue. Specifically on whether implementing Tomcat SSO to avoid using externalLoginKey is a sound approach. Thanks. Regards, James Yong On 2017-05-05 18:02, Taher Alkhateeb <slidingfilame...@gmail.com> wrote: > I've been contemplating this fo

Re: Tomcat SSO

2017-12-10 Thread James Yong
Hi Taher, all, Sorry for the late reply. I have created a JIRA issue for further discussion and also uploaded a proof-of-concept. Please see https://issues.apache.org/jira/projects/OFBIZ/issues/OFBIZ-10047 Regards, James Yong On 2017-11-07 03:42, Taher Alkhateeb <slidingfilame...@gmail.

Re: Tomcat SSO

2017-12-12 Thread James Yong
Hi Kwadwo, OFBiz supports a few external single sign-on mechanism like CAS SSO, LinkedIn sign-on etc. If you uses KeyCloak, you are welcome to contribute code or article on KeyCloak support for OFBiz. Regards, James Yong On 2017-12-11 05:38, Kwadwo Boahen <kwadwoboa...@gmail.com>

Re: RE: RE: RE: Quantity missing for inventory transfer records

2017-10-25 Thread James Yong
inventory transfer functionalities in the future. We can also look at OpenTap's implementation for reference. http://www.opentaps.org/docs/index.php/Transfer_Shipment Regards, James Yong On 2017-10-25 11:43, Swapnil Shah <swapnil.s...@hotwaxsystems.com> wrote: > Let's keep in mind that in rea

Re: Move buildbot messages out of DEV mailing lists

2017-10-25 Thread James Yong
Hi all, I believe most people has little interest with the historical Buildbot messages while browsing through the topics in the DEV mailing list. Would the COMMITS mailing list be better location for Buildbot messages? Regards, James Yong On 2017-10-24 18:57, Taher Alkhateeb <slidingfil

Re: Planning for the creation of the new 17.xx branch(es)

2017-12-20 Thread James Yong
Hi Jacques, I can help with the cluster implementation and test. Need to plan a time for it. Will be a new JIRA issue as you mentioned. Regards, James Yong On 2017-12-20 16:16, Jacques Le Roux <jacques.le.r...@les7arts.com> wrote: > That's a good idea James. > > Will you han

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

2018-05-22 Thread James Yong
Hi All, My humble opinion is to switch to using JSON object to submit/retrieve form/table data to the server. With this change, it will be easier to introduce VUE later. Also try not to introduce any further jQuery dependency. Regards, James On 2018/05/21 20:09:43, Gavin Mabie

Re: Move buildbot messages out of DEV mailing lists

2017-10-26 Thread James Yong
Hi Jacques, No worry. I have closed the issue as advised. Thank you. Regards, James Yong On 2017-10-27 00:09, Jacques Le Roux <jacques.le.r...@les7arts.com> wrote: > Thanks James, > > I'm very sorry, I was totally busy when I answered; and yesterday night, as > always just

Re: Move buildbot messages out of DEV mailing lists

2017-10-26 Thread James Yong
Hi Jacques, I created a request for it: https://issues.apache.org/jira/servicedesk/customer/portal/1/INFRA-15378 Regards, James Yong On 2017-10-26 05:05, Jacques Le Roux <jacques.le.r...@les7arts.com> wrote: > Le 25/10/2017 à 18:11, James Yong a écrit : > > Hi all, > &g

Re: RE: RE: RE: Quantity missing for inventory transfer records

2017-10-28 Thread James Yong
let's cut a > JIRA to proceed with it. > > Thanks, > Swapnil > > -Original Message- > From: James Yong [mailto:jamesy...@apache.org] > Sent: Wednesday, October 25, 2017 8:27 PM > To: dev@ofbiz.apache.org > Subject: Re: RE: RE: RE: Quantity missing for inventory transfe

Re: “ID” instead of "Id" for User Interface

2017-12-31 Thread James Yong
Hi Jacques, I have created a JIRA issue for this at https://issues.apache.org/jira/browse/OFBIZ-10131 Thanks, James Yong On 2017-12-30 05:00, Jacques Le Roux <jacques.le.r...@les7arts.com> wrote: > Labels are not programming so following > > https://english.stackexchange.com/q

Tree View of Call Graph for Services and Simple Methods

2017-12-23 Thread James Yong
ed. Regards, James Yong

“ID” instead of "Id" for User Interface

2017-12-24 Thread James Yong
Hi All, Not sure if this has been discussed before. ID is correct abbreviation for identity, in English. Will make the change on the labels if there is no objection. Regards, James Yong

Re: [jira] [Commented] (OFBIZ-8230) Disentangle platform specific entity engine schemas

2018-01-07 Thread James Yong
. So my vote is +1, to keep the different datasource configurations. Regards, James Yong On 2018-01-07 18:36, Michael Brohl <michael.br...@ecomify.de> wrote: > Hi everyone, > > please have a look at the issue mentioned below and express your > opionion if we should remove th

Re: [DISCUSSION] Disentanglement of the ExampleExt component

2018-01-09 Thread James Yong
Hi all, IMO, it may be better to improve upon ExampleExt to show how to extend/override the entities, services, screens, forms, events from Example component. This will help developers to implement OFBiz solutions correctly and make future upgrades possible. Regards, James Yong On 2018-01

Re: Splitter

2018-01-14 Thread James Yong
; parent section a splitter between two sub-sections? What's the purpose? How > > does it translate to html? And how is it related to headers, footers or > > scrollbars? > > > > On Dec 26, 2017 6:41 PM, "James Yong" <jamesy...@apache.org> wrote: > &g

Re: Style tag for Widgets

2018-01-20 Thread James Yong
Hi Michael, Taher, Points taken. I will probably go with the FTL option then. Thanks, James Yong On 2018-01-20 20:41, Michael Brohl <michael.br...@ecomify.de> wrote: > +1 > > Inline CSS should be avoided. > > The HTML code should only contain the standard tags and css c

Re: Oracle Java release model changes and consequences for the project

2018-01-31 Thread James Yong
Hi all, Not sure if this is workable. Can we do open-source development against OpenJDK using a version that is close to an Oracle JDK with LTS? Customers can choose the corresponding Oracle JDK with LTS in production if they want to. Regards, James Yong On 2018/01/29 16:21:50, Michael

Splitter

2017-12-26 Thread James Yong
scrollbars. Thus minimizing empty spaces on the pages. Any feedback would be greatly appreciated Regards, James Yong

Re: Tomcat SSO

2018-06-20 Thread James Yong
Hi all, I have uploaded a patch to support SSO when OFBiz is clustered. Please see https://issues.apache.org/jira/browse/OFBIZ-10123 for patch and further discussion. Regards, James Yong On 2017/12/10 15:42:32, "James Yong" wrote: > Hi Taher, all, > > Sorry for the l

Re: Gradle ‘gretty’ Plugin

2018-07-26 Thread James Yong
Hi Mathieu, Have you looked into http://dcevm.github.io/ ? No comment about gretty as I haven't tried. Regards, James Yong On 2018/07/26 09:08:44, Mathieu Lirzin wrote: > Hello, > > Being a bit frustrated by the slowness of having to stop/compile/restart > OFBiz manually each

Re: [PROPOSITION] Demos: replace old by trunk framework only

2018-08-23 Thread James Yong
Not sure why my 1st post didn't get through. So reposting again.. Hi all, Good discussion so far. I am in favour of having a proper solution from start rather than a stopgap. Propose something similar to what Nicolas mentioned but making use of a fragment-type plugin framework like

Style tag for Widgets

2018-01-19 Thread James Yong
Hi all, Proposing a

Re: Tree View of Call Graph for Services and Simple Methods

2018-04-19 Thread James Yong
Hi all, I have uploaded a patch for POC. Thanks, James Yong On 2017/12/29 20:53:37, Jacques Le Roux <jacques.le.r...@les7arts.com> wrote: > Hi James, > > I think it deserves a POC in a Jira > > +1 > > Jacques > > > Le 23/12/2017 à 17:37, James Yong a éc

Re: Tree View of Call Graph for Services and Simple Methods

2018-04-19 Thread James Yong
Hi Paul and all, Currently the output is logged directly in the console. Haven't looked into the capturing of parameter values but I think is a good idea. Feedbacks welcome for further usability and improvement. Regards, James Yong On 2018/01/03 00:22:26, Paul Foxworthy <p...@cohsoft.com

  1   2   3   4   >