Re: Control ID Value

2022-02-12 Thread James Yong
Hi Emad, If you are using trunk version, you may want to look at the following 2 properties: widget.dev.namedBorder=SOURCE widget.dev.cmd.openSourceFile=idea ${sourceLocation} There is a patch for trunk version at https://issues.apache.org/jira/projects/OFBIZ/issues/OFBIZ-10351 which may work f

Re: Does ofbiz generate an invoice after product is ordered and paid

2021-05-03 Thread James Yong
Hi Katie, You may be interested in the book OFBiz E-Commerce Out-Of-The-Box. Other OFBiz-related books can be found in https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Related+Books Regards, James On 2021/05/01 07:21:58, "Katie Qiu" wrote: > Hi, > > > > I ordered a product, and pu

Re: How to get a service call stack?

2021-02-05 Thread James Yong
Hi Danny, This jira issue may be useful for you: https://issues.apache.org/jira/browse/OFBIZ-10351 Regards, James On 2021/02/04 15:10:37, Danny Trunk wrote: > Hello, > > let's imagine Service A is calling Service B directly through > dispatcher.runSync and Service C is running as an SECA act

Re: Unable to impersonate

2020-08-21 Thread James Yong
gt; > On Wed, Aug 19, 2020 at 02:34:21PM -, James Yong wrote: > > Hi all, > > > > I logged in as admin and tried to impersonate other accounts, but keep > > getting "You cannot login to this application" error. > > Anyone know why? > > I am using trunk version. > > > > Regards, > > James >

Unable to impersonate

2020-08-19 Thread James Yong
Hi all, I logged in as admin and tried to impersonate other accounts, but keep getting "You cannot login to this application" error. Anyone know why? I am using trunk version. Regards, James

Re: Right align table column

2020-03-17 Thread James Yong
ent effects. I've included a few. > > Hope that helps, > > Dan. > > > On Sat, 14 Mar 2020 at 09:44, James Yong wrote: > > > Hi all, > > > > How can I right-align certain columns in grid widget? > > > > Regards, > > James > > > > > -- > Daniel Watford >

Right align table column

2020-03-14 Thread James Yong
Hi all, How can I right-align certain columns in grid widget? Regards, James

Re: Start Service on Ofbiz Startup

2020-01-28 Thread James Yong
Hi Ingo, You can implement an OFBiz Container and declare it in your custom ofbiz-component.xml file. Also see Container.java from the sources. Another possible solution is to implement ServletContextListener and declare it in your custom web.xml file. Regards, James On 2020/01/28 09:58:14,

Re: How to debug Groovy scripts.

2020-01-14 Thread James Yong
uble cntl) > to search and run anything. > > In Eclipse I had been trying ofbizDebug task, vs in here I used ofbiz from > the debug menu. > > Thanks. > > > On Fri, Jan 10, 2020 at 6:42 PM James Yong wrote: > > > Hi Robert, > > > > Debuggin

Re: How to debug Groovy scripts.

2020-01-10 Thread James Yong
Hi Robert, Debugging groovy scripts should work in IntelliJ IDEA Community Edition. Also see https://cwiki.apache.org/confluence/display/OFBIZ/Running+and+Debugging+OFBiz+in+Intellij+IDEA Regards, James On 2020/01/10 15:46:20, Robert Wynkoop wrote: > How do I debug the Groovy scripts? > > I

Re: Best Practice Uploading Sales Orders

2018-04-23 Thread James Yong
Hi James, 1. You can use Receive Inventory function and just receive the product. 2. No need to migrate closed sales orders to the new system. Regards, James Yong On 2018/04/17 23:36:40, wrote: > When you first launch Ofbiz it is extremely important to upload Open > Sales, Open Pu

Re: RE: Selling and Buying In Differnt Units of Measurements

2018-03-02 Thread James Yong
the ssme product. Regards On 2018/03/02 19:39:54, wrote: > James - Where do I find the batch quantity? > Original Message > Subject: Re: Selling and Buying In Differnt Units of Measurements > From: James Yong > Date: Thu, March 01, 2018 5:33 am > To: >

Re: Selling and Buying In Differnt Units of Measurements

2018-03-01 Thread James Yong
Z-1000 x 12' as material. Then do a production run to debulk. Regards, James Yong On 2018/02/28 16:37:35, wrote: > > Can ofbiz buy in one unit of measure and sell in another unit of > measure. For example: > > 1 Buy product GZ-1000 in case quantity in which each case includes 12

Re: Worker, Helper and Util Classes

2017-11-02 Thread James Yong
Hi Mayank, Please see this: http://ofbiz.135035.n4.nabble.com/Helper-Worker-Wrapper-td4041022.html Regards, James Yong On 2017-11-03 14:32, Mayank Lambhate wrote: > Hello, > > Recently, I was exploring about multiple class patterns in OFBiz like > Worker, Helper and Util cla

Menubar

2017-10-28 Thread James Yong
Hi All, Any recommendation for css/js library that can help to implement menubars appropriate for OFBiz environment? I need to implement a menu bar which contains commonly-used actions for an edit page. Regards, James Yong

Re: Verify Multicurrency Flow

2017-10-23 Thread James Yong
Hi Akash, Please see my reply inline. Regards, James Yong On 2017-10-23 13:48, Akash Jain wrote: > Hello All, > > I have verified multi-currency flow for SO and PO, here is the detail: > > PO: Company currency is USD and Supplier currency is EUR, then, > -- order c

Re: Free ebook- Manufacturing 5-Step Guide

2017-09-20 Thread James Yong
Hi Sharan, Thank you for the great book. It was very useful when I did the 1st OFBiz implementation. Regards, James Yong On 2017-09-18 16:35, "Sharan Foga" wrote: > Hi All > > A few years ago I created a short free ebook (39 pages) with a simple > tutorial for Manufac

Re: plugin and hotdeploy

2017-04-22 Thread james yong
into a plugins folder which is easier understood by new users, in my own opinion. Regards, James Yong Mike Z wrote > Just saw this: "Removes the now useless hot-deploy directory" > > https://issues.apache.org/jira/browse/OFBIZ-9268 > > Useless? All the previous books

Re: OfBiz in IntelliJ and JRebel

2017-04-19 Thread james yong
> Thanks James, > > I confirm it works, but I found it delicate to put in place when you have > several JDKs and versions of them already installed, not a big deal, just > beware :) > > Jacques > > > Le 19/04/2017 à 09:12, james yong a écrit : >> Hi

Re: OfBiz in IntelliJ and JRebel

2017-04-19 Thread james yong
Hi Thomas, Have you look at https://dcevm.github.io/? It should do what you wanted, i.e. to redeploy a class without restart the whole application. Regards, James Yong Thomas Deniffel wrote > Hello everybody, > > I honestly hope that I do this right with the mail. If not: forgive m

Re: Cash Register App?

2017-03-30 Thread james yong
Hi Jacques, A recommendation list from thoughtworks at https://www.thoughtworks.com/radar/languages-and-frameworks. May not be applicable to this project but a good read imo. Regards, James Yong Jacques Le Roux wrote > Hi, > > Googling for "Vue.js vs Polymer" I g

Re: Cash Register App?

2017-03-29 Thread james yong
Hi Jinghai, Not sure about your use-case, but you can consider VueJS to avoid a complete rewrite. Can also avoid NodeJS if you prefer not to use it. Regards, James Yong Shi Jinghai-3 wrote > Hi Jacques, > > Sorry for my late reply. A hard question and difficult to reponse. > >

Re: Cash Register App?

2017-03-15 Thread james yong
Hi Jinghai, Reminds me of the SSO issue. I need to propose and implement some plugin features 1st before i can add CAS. Hopefully can do them soon. Regards, James Yong Shi Jinghai-3 wrote > Thanks. > > BTW, it's integrated with CAS, the externalKey is TGC of CAS. > >

Re: Cash Register App?

2017-03-14 Thread james yong
Hi Jinghai, Thanks for sharing your webpos demo. It is solid and nicely done! Regards, James Yong Shi Jinghai-3 wrote > I have a webpos in production: > https://www.metasolo.cn/webpos/control/main > Username: demo > Password: metasolo > > Sorry it's in Chinese. The

Re: Current PostgreSQL Instructions

2017-03-12 Thread james yong
Hi Stimits, Just to be sure, have you add the postgres driver info in the build.gradle file? Something like the following before running the gradlew: runtime 'postgresql:postgresql:9.0-801.jdbc4' Regards, James Yong stimits wrote > Hi, > > I'm just trying to

Re: Setup Dev system with IntelliJ IDEA

2017-03-09 Thread james yong
Hi Pierre, Info for setting up Intellij IDEA is now available at https://cwiki.apache.org/confluence/display/OFBIZ/Setup+Intellij+IDEA+IDE+for+OFBiz+Framework Regards, James Pierre Smits wrote >

Re: Looking for consultant help upgrading OFBiz

2017-01-28 Thread james yong
d requirements. https://cwiki.apache.org/confluence/display/OFBIZ/Apache+OFBiz+Service+Providers Regards, James Yong -- View this message in context: http://ofbiz.135035.n4.nabble.com/Looking-for-consultant-help-upgrading-OFBiz-tp4701715p4701729.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: MySQL connector

2017-01-12 Thread james yong
Hi Craig, Should be something like this: runtime 'mysql:mysql-connector-java:5.1.40' Regards, James Craig Parker wrote > I added this: > > runtime 'mysql:mysql-connector-java-5.1.40-bin.jar' > > to build.gradle, and tried a few other varyations, but get essentially > the same error. I've run

Re: Unable to run OFBiz using './gradlew start'

2016-12-22 Thread james yong
Managed to run using './gradlew ofbiz' james yong wrote > Hi all, > > I am using trunk version and following the steps at > https://cwiki.apache.org/confluence/display/OFBIZ/Demo+and+Test+Setup+Guide. > Seem that the command './gradlew start' no longer works.

Unable to run OFBiz using './gradlew start'

2016-12-22 Thread james yong
Hi all, I am using trunk version and following the steps at https://cwiki.apache.org/confluence/display/OFBIZ/Demo+and+Test+Setup+Guide. Seem that the command './gradlew start' no longer works. Regards, James -- View this message in context: http://ofbiz.135035.n4.nabble.com/Unable-to-run-OF

Re: Bill of Materials for batch size

2016-11-09 Thread james yong
Hi Nikhil, Customisation is required in order to support process manufacturing. Basically, you will need to have a new entity/table to store the batch quantity for a BOM, and work through the manufacturing process to fit the requirements. Regards, James Nikhil Bonte wrote > Hello all, > > I am

JNDI Datasource

2016-10-18 Thread james yong
Hi all, In entityengine.xml file, there are commented-out codes that can refer to jndi for the datasource settings. E.g. But looking at the attributes in jndiservers.xml, it seems using JNDI for datasource is not implemented. Have I missed out anything? Regards, James -- View this message i

Re: What IDE for Ofbiz

2016-07-18 Thread james yong
Hi Puwanat, Please make sure that you are registered with OFBiz's mailing list. Else your post at Nabble will not reach the mailing list. Regards, James puwanat_sr wrote > Dear All > > I'm new with OFBIZ > May I ask you about the best IDE I should use for OFBIZ project > > Eclipse or Intelli

Re: Serialized inventory not well implemented

2016-07-05 Thread james yong
Should we create a JIRA issue for it? Jacques Le Roux wrote > Hi all, > > While thinking about OFBIZ-7299 and OFBIZ-7300 I remembered this message. > > What do you think about it? > > I think we should at least improve the basis of serialised inventories and > products (without yet speaking ab

Re: Service createAcctgTransForPurchaseInvoice doesn't work as that I expected

2016-03-29 Thread james yong
You need to subscribe to the ofbiz mailing list before the rest can see your posts from Nabble. See https://ofbiz.apache.org/mailing-lists.html joe wrote > Hi All, > > The problem, I want to link the glAccountId to the transaction when the > status invoice has set to "Ready to Post" and the tr

Re: Hovering over image causes apparent image loading loop.

2016-03-28 Thread james yong
The problem has been resolved now. John Spikowski wrote > I confirm that I have seen the same behavior. > > > On Sun, 2016-03-27 at 15:31 -0700, james yong wrote: >> Hi Ged, >> >> I have created a JIRA issue for the issue. >> https://issues.apache.org/j

Re: Hovering over image causes apparent image loading loop.

2016-03-27 Thread james yong
Hi Ged, I have created a JIRA issue for the issue. https://issues.apache.org/jira/browse/OFBIZ-6961 Regards, James Yong G.W. Haywood wrote > Hello again, > > Some progress (about 20,000 products loaded and categorized) since the > last message, but a few problems. This one

Nightly Build link not working

2012-05-30 Thread james yong
Hi, Seem like the link to the nightly builds is not updated on the svn info page at https://cwiki.apache.org/OFBADMIN/ofbiz-source-repository-and-access.html Regards, James -- View this message in context: http://ofbiz.135035.n4.nabble.com/Nightly-Build-link-not-working-tp4632761.html Sent from

Inital Data Loading

2008-04-17 Thread james yong
Hi, I was running ant run-install, and got the following error. The version of ofbiz used is trunk. Maybe this is due to the seed data problem? insert or update on table "supplier_product" violates foreign key constraint "suppl_prod_party" [java] Detail: Key (party_id)=(DemoSupplier) is not pr

Page Push/Following

2008-04-15 Thread james yong
Hi, May I know what is the function of Page Push/Following? http://www.nabble.com/file/p16716412/PagePushFollowing.gif Regards, James -- View this message in context: http://www.nabble.com/Page-Push-Following-tp16716412p16716412.html Sent from the OFBiz - User mailing list archive at Nabble

Some miscellanous questions

2008-04-03 Thread james yong
Hi all, I would like some clarification on the following questions: Question 1 In applications/manufacturing/widget/manufacturing/LookupScreens.xml, line 27 & 67 Shouldn't "VIEW" be "_VIEW"? Question 2 In applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml

FLEXADMIN

2008-03-28 Thread james yong
Hi All, May I know what is a flexadmin? Regards. James -- View this message in context: http://www.nabble.com/FLEXADMIN-tp16348099p16348099.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Create a purchase order

2008-03-20 Thread james yong
Hi, I was trying to create a purchase order. At the step shown below, the shipping destination is missing. How can I know which party's shipping address to set? http://www.nabble.com/file/p16175907/purchaseOrder.jpg purchaseOrder.jpg Regards, James -- View this message in context: http://w

Re: Some questions on Sales Order and Sales Invoice

2008-03-20 Thread james yong
Thanks. My problem is solved. I didn't try to use the ecommerce application before that. -- View this message in context: http://www.nabble.com/Some-questions-on-Sales-Order-and-Sales-Invoice-tp16142675p16175692.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Some questions on Sales Order and Sales Invoice

2008-03-19 Thread james yong
Hi, I have a couple of questions. 1. Let say I logged in as an admin and created an order. >From the order list tab of the Order Manager, there is a list of checkboxes for the status which includes Created, Processing, Approved, Held, Completed etc. So how can I set the status of the order to