Re: svn commit: r1305898 - in /ofbiz/trunk/applications: order/webapp/ordermgr/order/ order/webapp/ordermgr/quote/ party/webapp/partymgr/WEB-INF/actions/party/ party/webapp/partymgr/party/contactmecht

2012-03-29 Thread Chatree Srichart
Hi Jacopo I have a problem with this commit. On Tue, Mar 27, 2012 at 11:48 PM, wrote: > Author: jacopoc > Date: Tue Mar 27 16:48:54 2012 > New Revision: 1305898 > > URL: http://svn.apache.org/viewvc?rev=1305898&view=rev > Log: > OFBIZ-4715 Committed patch from Markus M. May to extend the countr

Re: svn commit: r1331137 - in /ofbiz/trunk/framework/minilang: dtd/simple-methods-v2.xsd src/org/ofbiz/minilang/method/callops/CallSimpleMethod.java src/org/ofbiz/minilang/method/envops/Now.java src/o

2012-04-26 Thread Chatree Srichart
I see that these methods are still called by SimpleMethod.java which causes compile time error: - getSimpleMethodToCall() - getMethodName() - getXmlResource() Regards, Chatree Srichart On Fri, Apr 27, 2012 at 5:40 AM, wrote: > Author: adrianc > Date: Thu Apr 26 22:40:22 2012 > New

Re: svn commit: r1352804 - in /ofbiz/trunk/framework: images/webapp/images/fieldlookup.js widget/templates/htmlFormMacroLibrary.ftl

2012-06-28 Thread Chatree Srichart
<#lt/>]<#rt/> > + <#else>[] > + > + <#lt/> > + }; > + new Lookup(options).init(); > }); > > > > > Regards, Chatree Srichart

Re: svn commit: r1635990 - in /ofbiz/trunk/framework/widget/src/org/ofbiz/widget: ./ form/ menu/ screen/ tree/

2014-11-02 Thread Chatree Srichart
visit() method. I think it should use generic type like this: public interface ModelWidgetVisitor { void visit(T t); } Best Regards, Chatree Srichart On Sat, Nov 1, 2014 at 11:57 PM, wrote: > Author: adrianc > Date: Sat Nov 1 16:57:07 2014 > New Revision: 1635990 >

Re: svn commit: r1635990 - in /ofbiz/trunk/framework/widget/src/org/ofbiz/widget: ./ form/ menu/ screen/ tree/

2014-11-02 Thread Chatree Srichart
sitor) { > ((MyVisitor)visitor).visit(this); > } > } > > > Adrian Crum > Sandglass Software > www.sandglass-software.com > > On 11/2/2014 10:03 AM, Chatree Srichart wrote: > >> Hi Adrian*,* >> >> OFBiz uses ServiceLoader.load() to load widget loaders fr

Re: svn commit: r1634481 - /ofbiz/branches/json-integration-refactoring/framework/base/src/org/ofbiz/base/lang/JSON.java

2014-11-06 Thread Chatree Srichart
tedTxStamp: "2013-12-03" Best Regards, Chatree Srichart On Mon, Oct 27, 2014 at 4:06 PM, wrote: > Author: adrianc > Date: Mon Oct 27 09:06:59 2014 > New Revision: 1634481 > > URL: http://svn.apache.org/r1634481 > Log: > Integrate JSON.java with the Jackson libra

Re: svn commit: r1634481 - /ofbiz/branches/json-integration-refactoring/framework/base/src/org/ofbiz/base/lang/JSON.java

2014-11-06 Thread Chatree Srichart
OK. I will think about that. Thanks. Best Regards, Chatree Srichart On Thu, Nov 6, 2014 at 9:38 PM, Adrian Crum < adrian.c...@sandglass-software.com> wrote: > No, because that would expose Jackson to the rest of the framework. There > is a TODO in JSON.java to find a generic wa

How about birt?

2009-11-09 Thread Chatree Srichart
Hello! community... How about birt component? Can it be committed to trunk?

Freemarker does not accept nested jsp tag.

2009-11-15 Thread Chatree Srichart
I use jsp tag in ftl file like this. <#assign birt = JspTaglibs["/WEB-INF/birt.tld"]/> <@birt.viewer id="birtViewer" reportDesign="component://birt/webapp/birt/report/product.rptdesign" baseURL="/birt" height="700" width="900" format="html" showParameterPage="false">

Re: Freemarker does not accept nested jsp tag.

2009-11-15 Thread Chatree Srichart
Hello, Adrian Crum How could I fix it? Thank you.

Re: add BIRT branch to trunk.

2009-11-22 Thread Chatree Srichart
Hello, Adam Heath I have a question about solve duplicated jar files. Can I use those jar files in birt component instead of use in base component and remove from base component?

Re: add BIRT branch to trunk.

2009-11-22 Thread Chatree Srichart
All jar files that are plug-in bundle for eclipse OSGI platform need to have bundle description in META-INF/MANIFEST.MF file that placed in it and all plug-in bundle jar files must be placed in framework/birt/lib/platform/plugins directoroy. So I can not move any jar files from base component

Re: add BIRT branch to trunk.

2009-11-22 Thread Chatree Srichart
Can OFBiz base on eclipse OSGI platform? It can place all common/base libraries as eclipse plugin. Eclipse has very variety plug-in bundles and eclipse OSGI is a perfect framework.

Re: upgrading axis v1 to v2 in OFbiz

2009-11-22 Thread Chatree Srichart
I try to send parameters as Map object but I not work. I try to use OMElement as message and use BeanUtil as converter. This is code example. ... parameters.add(new QName("parameterName")); parameters.add(bos.toByteArray()); // byte code of Map object XMLStreamReader xr = new ADBXMLStreamReaderI

Re: svn commit: r835270 - in /ofbiz/trunk: applications/marketing/ applications/marketing/config/ applications/marketing/data/ applications/marketing/src/org/ofbiz/sfa/vcard/ applications/marketing/

2009-11-24 Thread Chatree Srichart
for using ManagePortalPages in webapp which its main-decorator as two columns, has left and right child screen, the css will don't work. I think ManagePortalPages should use with CommonPartyDecorator.

Re: svn commit: r835270 - in /ofbiz/trunk: applications/marketing/ applications/marketing/config/ applications/marketing/data/ applications/marketing/src/org/ofbiz/sfa/vcard/ applications/marketing/

2009-11-24 Thread Chatree Srichart
Thank you very much, Scott I saw it. It work fine.

Re: upgrading axis v1 to v2 in OFbiz

2009-11-24 Thread Chatree Srichart
Hi Jacques Thank you for your attention. Now I try to see AXIS1 source code how it work. I think AXIS2 may use JAX-WS for this task.

Re: A simple SOAP Query?

2009-11-26 Thread Chatree Srichart
Hi, Alfredo I tried your solution but it can not send Map object. Could you please send diff file for exporting real OFBiz's service (such as performFind service) to me. Now I can not find solution for send Map object in AXIS2.

Axis2: I can not send Map object as parameter.

2009-11-27 Thread Chatree Srichart
I would like to send Map object as SOAP message. I try to create OMElement by send Map object in array like this... OMElement payload = BeanUtil.getOMElement( serviceName, new Object[] {mapObject}, null, false, typeTable); But I got... paramNamehttp://www.w3.org/2001/XMLSchema-instance"; xsi:typ

Re: Axis2: I can not send Map object as parameter.

2009-11-29 Thread Chatree Srichart
I received message from Axis mailing list. "Axis2 does not support POJO services containing Java collections, abstract types or generics. You will have to use object arrays, or start with the WSDL and then generate the server side code for it." I think I have to generate code for serialize Map ob

David E Jones, Can you help me about OFBiz's web service function with Axis2?

2009-12-02 Thread Chatree Srichart
object as SOAP message in Axis2. Can you help me? Regards, Chatree Srichart

Re: David E Jones, Can you help me about OFBiz's web service function with Axis2?

2009-12-09 Thread Chatree Srichart
Thank you, Jacques Le Roux I'm doing this task. I found a solution for it. I use ServiceClient to send OMElement and use OFBiz's XMLSerializer for serialize/deserialze XML message to and from java Object. XMLSerializer can serialize/deserialize complex object such as Map or nested Map.

Re: svn commit: r890175 [1/2] - in /ofbiz/trunk: ./ applications/content/ applications/content/data/ framework/ framework/base/config/ framework/birt/ framework/birt/config/ framework/birt/data/ fr

2009-12-16 Thread Chatree Srichart
Hi, Ean Schuessler About JDBC report, you can enable JDBC feature for BIRT component if you need. 1. uncomment code for JDBC connection in BirtWorker.java and OFBizBirtViewerReportService.java 2. place org.eclipse.birt.report.data.oda.jdbc plugin into framework/birt/lib/platform/plugins directory

Re: svn commit: r890175 [1/2] - in /ofbiz/trunk: ./ applications/content/ applications/content/data/ framework/ framework/base/config/ framework/birt/ framework/birt/config/ framework/birt/data/ fr

2009-12-16 Thread Chatree Srichart
If you use unmodified BIRT war, report cannot use JDBC connection and classloader same OFBiz. You can use OFBiz table in a report by specific JDBC's url to database server same OFBiz.

Re: [jira] Commented: (OFBIZ-3363) Upgrading Axis V1 to V2 in OFbiz's Web Service and Complex Type Supported

2009-12-21 Thread Chatree Srichart
z.apache.org/service/";> {code} How do you think about this solution or it should can use prefix in XML message? Thank you Chatree Srichart

Re: svn commit: r905500 - in /ofbiz/trunk: ./ framework/birt/lib/platform/plugins/com.lowagie.itext/ framework/birt/lib/platform/plugins/com.lowagie.itext/META-INF/ framework/birt/lib/platform/plugi

2010-02-04 Thread Chatree Srichart
ot; property in manifest file. Thank you Regards, Chatree Srichart

ERROR: EditCategory screen

2010-02-05 Thread Chatree Srichart
new FlexibleStringExpander(imageFilenameFormat); ^ . . . Can any one check it? Regards Chatree Srichart

Develop Screen as Google Web Toolkit

2010-10-22 Thread Chatree Srichart
enjoy this project. Regards, Chatree Srichart

Re: Develop Screen as Google Web Toolkit

2010-10-22 Thread Chatree Srichart
y you need to put ../../../../ant to run ant batch. Regards, Chatree Srichart On Sat, Oct 23, 2010 at 12:17 AM, Bruno Busco wrote: > ...also running ant while in the hot-deploy/gwt directory does not work > becouse ant batch is located into /ofbiz. > > -Bruno > > 2010/10/

Re: Develop Screen as Google Web Toolkit

2010-10-22 Thread Chatree Srichart
I suggest you install separate Apache Ant and set it to global PATH then you can use "ant" command in every directory. I think this solution would solve the problem. Download <http://ant.apache.org/bindownload.cgi> Regards, Chatree Srichart On Sat, Oct 23, 2010 at 1:15 AM, Br

Re: Develop Screen as Google Web Toolkit

2010-10-23 Thread Chatree Srichart
file in the gtw component to do all > the > work when invoked by the root ofbiz build system. > This is the standard way to build components in the hot-deploy. > > Thank you, > Bruno > > 2010/10/22 Chatree Srichart > > > I suggest you install separate Apache Ant an

Re: Develop Screen as Google Web Toolkit

2010-10-23 Thread Chatree Srichart
indow attribute of form/menu/link xml tag. Regards, Chatree Srichart On Sat, Oct 23, 2010 at 6:30 AM, James McGill < james.mcg...@ableengineering.com> wrote: > On Fri, Oct 22, 2010 at 7:16 AM, Chatree Srichart < > chatree.srich...@gmail.com> wrote: > > > Hi community, I c

Re: Develop Screen as Google Web Toolkit

2010-10-24 Thread Chatree Srichart
I added the changing language feature to the OFBiz-GWT<http://code.google.com/p/ofbiz-gwt/>project. It would get different languages from exist UI label files. To try this please apply ofbiz-patches and re-compile again. Regards, Chatree Srichart

Re: Develop Screen as Google Web Toolkit

2010-10-31 Thread Chatree Srichart
I have added the history function to OFBiz-GWT project. The GWT would handle screen when you click on the "Back" or "Forward" buttons of a web browser. Regards, Chatree Srichart

Re: svn commit: r1032896 - in /ofbiz/trunk/framework: catalina/src/org/ofbiz/catalina/container/CatalinaContainer.java webapp/src/org/ofbiz/webapp/control/ContextFilter.java webapp/src/org/ofbiz/webap

2010-11-09 Thread Chatree Srichart
point at the ContextFillter. Regards, Chatree Srichart On Wed, Nov 10, 2010 at 1:25 AM, BJ Freeman wrote: > Does this effect the Tenant operation? > > = > BJ Freeman > Strategic Power Office with Supplier Automation < > http://www.busine

Re: svn commit: r1032896 - in /ofbiz/trunk/framework: catalina/src/org/ofbiz/catalina/container/CatalinaContainer.java webapp/src/org/ofbiz/webapp/control/ContextFilter.java webapp/src/org/ofbiz/webap

2010-11-09 Thread Chatree Srichart
be specified in the Tenant entity. Regards, Chatree Srichart On Wed, Nov 10, 2010 at 3:00 AM, Scott Gray wrote: > On 9/11/2010, at 10:14 PM, hans...@apache.org wrote: > > > Author: hansbak > > Date: Tue Nov 9 09:14:33 2010 > > New Revision: 1032896 > > > > U

Re: svn commit: r1032896 - in /ofbiz/trunk/framework: catalina/src/org/ofbiz/catalina/container/CatalinaContainer.java webapp/src/org/ofbiz/webapp/control/ContextFilter.java webapp/src/org/ofbiz/webap

2010-11-09 Thread Chatree Srichart
} // make that tenant active, setup a new delegator and a new dispatcher Could you approve this solution, please? Regards, Chatree Srichart On Wed, Nov 10, 2010 at 10:17 AM, Chatree Srichart < chatree.srich...@gmail.com> wrote: > Hi Scott Gray, > May I ask

Re: svn commit: r1032896 - in /ofbiz/trunk/framework: catalina/src/org/ofbiz/catalina/container/CatalinaContainer.java webapp/src/org/ofbiz/webapp/control/ContextFilter.java webapp/src/org/ofbiz/webap

2010-11-09 Thread Chatree Srichart
I wrote the wiki for the intial path concept: https://cwiki.apache.org/confluence/display/OFBIZ/Multitenancy+support You can see at the bottom of page called "Setting the initial path according to domain name". Regards, Chatree Srichart On Wed, Nov 10, 2010 at 11:55 AM, Scott Gray wr

Re: svn commit: r1032896 - in /ofbiz/trunk/framework: catalina/src/org/ofbiz/catalina/container/CatalinaContainer.java webapp/src/org/ofbiz/webapp/control/ContextFilter.java webapp/src/org/ofbiz/webap

2010-11-09 Thread Chatree Srichart
have to write about 10 lines of code in the index.jsp file, I only just add the domain name and initial path into the database. I think it would be easier. Regards, Chatree Srichart On Wed, Nov 10, 2010 at 12:10 PM, Scott Gray wrote: > Thanks Chatree, that document explains what it does but

Re: Develop Screen as Google Web Toolkit

2010-11-27 Thread Chatree Srichart
ee the Report widget as example how to create a customer widget to be a GWT widget by specify widget's model in FTL file and create a GWT widget class to handle the model. For testing please don't forget reapply the OFBiz patches. Regards, Chatree Srichart

Re: Develop Screen as Google Web Toolkit

2010-11-30 Thread Chatree Srichart
urces in OFBiz. There are many instant GWT widgets that handle the screen, form and menu widgets. The Developers just need to customize screen, form and menu widgets then this project will convert the widgets to GWT widgets. Regards, Chatree Srichart On Fri, Nov 26, 2010 at 4:32 PM, Bilgin Ibryam

Re: Using elRTE editor to edit Freemarker templates that include macros

2011-07-20 Thread Chatree Srichart
Hi René Scheibe, How about your patch for the elRTE editor? Could you please commit it if you have time? I also have the same problem. Thank you, Regards Chatree Srichart On Sat, Feb 5, 2011 at 10:57 PM, René Scheibe wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi Ja

OFBiz-GWT Demos

2011-08-19 Thread Chatree Srichart
screens of the accounting webapp and rendering as GWT. A demo account to use: username: admin password: ofbiz Regards, Chatree Srichart

Re: svn commit: r1165011 - /ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/ModelFormField.java

2011-09-05 Thread Chatree Srichart
Hi Andrianc. This patch causes the null pointer exception. Could you also check the this.description object if it is NULL value before calling the isEmpty() method? Regards, Chatree Srichart On Sun, Sep 4, 2011 at 8:26 PM, wrote: > Author: adrianc > Date: Sun Sep 4 13:26:57 2011

Re: [jira] [Commented] (OFBIZ-1397) Adding Lamba Probe for monitoring Tomcat (especially when using clusters)

2011-11-25 Thread Chatree Srichart
No, they have not yet. Let's me check working with JMX+JConsole. Regards, Chatree Srichart On Fri, Nov 25, 2011 at 3:58 PM, Jacques Le Roux (Commented) (JIRA) < j...@apache.org> wrote: > >[ > https://issues.apache.org/jira/br

Re: svn commit: r1238998 - in /ofbiz/trunk/framework: common/data/ entity/script/ entity/script/org/ entity/script/org/ofbiz/ entity/script/org/ofbiz/entity/ entity/script/org/ofbiz/entity/test/ entit

2012-02-01 Thread Chatree Srichart
I was wondering if it would be nice to add the systemResource field? Regards, Chatree Srichart > > -Adrian > > > > On 2/1/2012 8:24 AM, hans...@apache.org wrote: > >> Author: hansbak >> Date: Wed Feb 1 08:24:36 2012 >> New Revision: 1238998 >> >> URL: >

Re: svn commit: r1238998 - in /ofbiz/trunk/framework: common/data/ entity/script/ entity/script/org/ entity/script/org/ofbiz/ entity/script/org/ofbiz/entity/ entity/script/org/ofbiz/entity/test/ entit

2012-02-01 Thread Chatree Srichart
So, what I could do next are: - add systemResource field - implement every methods in EntityUtilProperties - replace UtilProperties with EntityUtilProperties in every functions If they can use delegator. Any idea? Regards, Chatree Srichart On Wed, Feb 1, 2012 at 5:24 PM, Adrian Crum

Re: svn commit: r1293999 [1/2] - in /ofbiz/trunk: ./ framework/base/config/ framework/birt/ framework/birt/config/ framework/birt/data/helpdata/ framework/birt/documents/ framework/birt/lib/ framework

2012-02-27 Thread Chatree Srichart
There jars are used for the original BIRT runtime. I am not sure if they are related together. Let me find out again. Regards, Chatree Srichart On Mon, Feb 27, 2012 at 5:57 PM, Jacopo Cappellato < jacopo.cappell...@hotwaxmedia.com> wrote: > Hans, > > are all these jars really nee

Re: svn commit: r1297006 - in /ofbiz/trunk/framework: webapp/src/org/ofbiz/webapp/control/RequestHandler.java widget/src/org/ofbiz/widget/WidgetWorker.java

2012-03-05 Thread Chatree Srichart
There is a problem with this patch. URLs which are encoded could not redirect from HTTP to HTTPS. The error is shown on the demo site, for example, http://demo-trunk.ofbiz.apache.org:8080/ecommerce/ which the "Login" link does not work. Regards, Chatree Srichart On Mon, Mar 5, 2012

Re: svn commit: r1297478 - in /ofbiz/trunk: ./ framework/base/lib/ framework/base/src/META-INF/services/ framework/base/src/org/ofbiz/base/util/ framework/common/servicedef/

2012-03-07 Thread Chatree Srichart
Hi Adrianc, testBsh service still be used by some places which causes the /webtools/control/ServiceList request does not work. Regards, Chatree Srichart On Tue, Mar 6, 2012 at 9:06 PM, wrote: > Author: adrianc > Date: Tue Mar 6 14:06:13 2012 > New Revision: 1297478 >

OFBiz-GWT Projects for bulding user interface with GWT

2010-02-26 Thread Chatree Srichart
Hi, all I need to OFBiz has optional UI widget. I created project for using GWT widget in OFBiz screen if it possible. This project is at google code, ofbiz-gwt <http://code.google.com/p/ofbiz-gwt/>. The main idea is a UiBinder feature in GWT 2.0. Welcome to join with me! Regards, C

Define view-entity with SQL statement.

2010-03-08 Thread Chatree Srichart
Is it possible if I need to define view-entity with SQL statement because I need to use NESTED SELECT statement?

LDAP component does not accept query string.

2010-04-09 Thread Chatree Srichart
? Regards, Chatree Srichart

Re: svn commit: r1623042 - in /ofbiz/trunk: ./ framework/base/lib/commons/

2014-11-21 Thread Chatree Srichart
Hi Jacopo, Commons Discovery library is being used by BIRT viewer servlet. You can see the dependency here: http://mvnrepository.com/artifact/org.eclipse.birt.runtime/viewservlets/4.3.1 Best Regards, Chatree Srichart On Sun, Sep 7, 2014 at 10:04 PM, wrote: > Author: jacopoc > Dat

Re: svn commit: r1623042 - in /ofbiz/trunk: ./ framework/base/lib/commons/

2014-11-22 Thread Chatree Srichart
I have already attached a patch file and commons-discovery-0.5.jar to OFBIZ-5876. May you commit them to trunk? Best Regards, Chatree Srichart On Sat, Nov 22, 2014 at 2:43 PM, Jacopo Cappellato < jacopo.cappell...@hotwaxmedia.com> wrote: > Thank you Chatree. > Since "birt"

[jira] [Updated] (OFBIZ-4845) Apache Commons Compress is missing for Tika

2012-04-26 Thread Chatree Srichart (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chatree Srichart updated OFBIZ-4845: Attachment: commons-compress-1.4.jar > Apache Commons Compress is missing for T

[jira] [Created] (OFBIZ-4845) Apache Commons Compress is missing for Tika

2012-04-26 Thread Chatree Srichart (JIRA)
Chatree Srichart created OFBIZ-4845: --- Summary: Apache Commons Compress is missing for Tika Key: OFBIZ-4845 URL: https://issues.apache.org/jira/browse/OFBIZ-4845 Project: OFBiz Issue Type

[jira] [Created] (OFBIZ-4849) YUI Compressor conflict with BIRT

2012-05-02 Thread Chatree Srichart (JIRA)
Chatree Srichart created OFBIZ-4849: --- Summary: YUI Compressor conflict with BIRT Key: OFBIZ-4849 URL: https://issues.apache.org/jira/browse/OFBIZ-4849 Project: OFBiz Issue Type: Bug

[jira] [Updated] (OFBIZ-4880) ajaxSubmitRequestUpdateAreas JavaScript function should be able to update content-messages

2012-05-16 Thread Chatree Srichart (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chatree Srichart updated OFBIZ-4880: Attachment: ajaxSubmitRequestUpdateAreas.patch > ajaxSubmitRequestUpdateAr

[jira] [Created] (OFBIZ-4880) ajaxSubmitRequestUpdateAreas JavaScript function should be able to update content-messages

2012-05-16 Thread Chatree Srichart (JIRA)
Chatree Srichart created OFBIZ-4880: --- Summary: ajaxSubmitRequestUpdateAreas JavaScript function should be able to update content-messages Key: OFBIZ-4880 URL: https://issues.apache.org/jira/browse/OFBIZ-4880

[jira] [Created] (OFBIZ-4883) getOrders() in OrderListState does not work

2012-05-17 Thread Chatree Srichart (JIRA)
Chatree Srichart created OFBIZ-4883: --- Summary: getOrders() in OrderListState does not work Key: OFBIZ-4883 URL: https://issues.apache.org/jira/browse/OFBIZ-4883 Project: OFBiz Issue Type

[jira] [Updated] (OFBIZ-4883) getOrders() in OrderListState does not work

2012-05-17 Thread Chatree Srichart (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chatree Srichart updated OFBIZ-4883: Attachment: FixOrderStatus.diff > getOrders() in OrderListState does not w

[jira] [Commented] (OFBIZ-4883) getOrders() in OrderListState does not work

2012-05-21 Thread Chatree Srichart (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13280080#comment-13280080 ] Chatree Srichart commented on OFBIZ-4883: - In the order list screen, h

[jira] [Created] (OFBIZ-4926) renderLookupField macro: get a form element by "ID" instead of "Name"

2012-06-05 Thread Chatree Srichart (JIRA)
Chatree Srichart created OFBIZ-4926: --- Summary: renderLookupField macro: get a form element by "ID" instead of "Name" Key: OFBIZ-4926 URL: https://issues.apache.org/jira/browse/OFBIZ-4926

[jira] [Updated] (OFBIZ-4926) renderLookupField macro: get a form element by "ID" instead of "Name"

2012-06-05 Thread Chatree Srichart (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chatree Srichart updated OFBIZ-4926: Attachment: lookup.patch > renderLookupField macro: get a form element by "ID&

[jira] [Commented] (OFBIZ-4926) renderLookupField macro: get a form element by "ID" instead of "Name"

2012-06-06 Thread Chatree Srichart (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13290724#comment-13290724 ] Chatree Srichart commented on OFBIZ-4926: - Hello Jacques, I am sorry to make

[jira] [Commented] (OFBIZ-4926) renderLookupField macro: get a form element by "ID" instead of "Name"

2012-06-07 Thread Chatree Srichart (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13290851#comment-13290851 ] Chatree Srichart commented on OFBIZ-4926: - Better do not commit the patch

[jira] [Created] (OFBIZ-4934) Ignore "tenant" data files if the multitenant property is "N"

2012-06-13 Thread Chatree Srichart (JIRA)
Chatree Srichart created OFBIZ-4934: --- Summary: Ignore "tenant" data files if the multitenant property is "N" Key: OFBIZ-4934 URL: https://issues.apache.org/jira/browse/OFBIZ-4934

[jira] [Updated] (OFBIZ-4934) Ignore "tenant" data files if the multitenant property is "N"

2012-06-13 Thread Chatree Srichart (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chatree Srichart updated OFBIZ-4934: Attachment: tenant_reader.patch > Ignore "tenant" data files if th

[jira] [Updated] (OFBIZ-4934) Ignore "tenant" data files if the multitenant property is "N"

2012-06-14 Thread Chatree Srichart (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chatree Srichart updated OFBIZ-4934: Attachment: tenant_reader.diff Update the patch to check if the reader name is "t

[jira] [Updated] (OFBIZ-4934) Ignore "tenant" data files if the multitenant property is "N"

2012-06-14 Thread Chatree Srichart (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chatree Srichart updated OFBIZ-4934: Attachment: tenant_reader.patch > Ignore "tenant" data files if th

[jira] [Updated] (OFBIZ-4934) Ignore "tenant" data files if the multitenant property is "N"

2012-06-14 Thread Chatree Srichart (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chatree Srichart updated OFBIZ-4934: Attachment: (was: tenant_reader.diff) > Ignore "tenant" data

[jira] [Created] (OFBIZ-4952) BIRT Web Viewer Integration

2012-07-04 Thread Chatree Srichart (JIRA)
Chatree Srichart created OFBIZ-4952: --- Summary: BIRT Web Viewer Integration Key: OFBIZ-4952 URL: https://issues.apache.org/jira/browse/OFBIZ-4952 Project: OFBiz Issue Type: Improvement

[jira] [Updated] (OFBIZ-4952) BIRT Web Viewer Integration

2012-07-04 Thread Chatree Srichart (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chatree Srichart updated OFBIZ-4952: Attachment: birt_web_viewer.patch > BIRT Web Viewer Integrat

[jira] [Created] (OFBIZ-4968) does not work with defined default type.

2012-07-18 Thread Chatree Srichart (JIRA)
Chatree Srichart created OFBIZ-4968: --- Summary: does not work with defined default type. Key: OFBIZ-4968 URL: https://issues.apache.org/jira/browse/OFBIZ-4968 Project: OFBiz Issue Type

[jira] [Updated] (OFBIZ-4952) BIRT Web Viewer Integration

2012-07-21 Thread Chatree Srichart (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chatree Srichart updated OFBIZ-4952: Attachment: birt_web_viewer.patch Hi Jacques, I have already created a new patch for the

[jira] [Created] (OFBIZ-4980) Custom Quantity for Product Config Component

2012-08-01 Thread Chatree Srichart (JIRA)
Chatree Srichart created OFBIZ-4980: --- Summary: Custom Quantity for Product Config Component Key: OFBIZ-4980 URL: https://issues.apache.org/jira/browse/OFBIZ-4980 Project: OFBiz Issue Type

[jira] [Created] (OFBIZ-5018) LoginWorker does not check a base permission for the root mount point

2012-08-28 Thread Chatree Srichart (JIRA)
Chatree Srichart created OFBIZ-5018: --- Summary: LoginWorker does not check a base permission for the root mount point Key: OFBIZ-5018 URL: https://issues.apache.org/jira/browse/OFBIZ-5018 Project

[jira] [Updated] (OFBIZ-5018) LoginWorker does not check a base permission for the root mount point

2012-08-28 Thread Chatree Srichart (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chatree Srichart updated OFBIZ-5018: Attachment: login_base_permission.patch > LoginWorker does not check a base permiss

[jira] [Updated] (OFBIZ-4844) Fields in extended entity do not override attribute enable-audit-log

2012-09-06 Thread Chatree Srichart (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chatree Srichart updated OFBIZ-4844: Attachment: audit_log.patch I attached a patch file to enable the extended entity to be

[jira] [Created] (OFBIZ-5044) The loadDateDimension service is loading incorrect weekOfYear field.

2012-10-01 Thread Chatree Srichart (JIRA)
Chatree Srichart created OFBIZ-5044: --- Summary: The loadDateDimension service is loading incorrect weekOfYear field. Key: OFBIZ-5044 URL: https://issues.apache.org/jira/browse/OFBIZ-5044 Project

[jira] [Created] (OFBIZ-5066) Upgrade PDFBox to 1.7.1

2012-11-02 Thread Chatree Srichart (JIRA)
Chatree Srichart created OFBIZ-5066: --- Summary: Upgrade PDFBox to 1.7.1 Key: OFBIZ-5066 URL: https://issues.apache.org/jira/browse/OFBIZ-5066 Project: OFBiz Issue Type: Bug

[jira] [Commented] (OFBIZ-4952) BIRT Web Viewer Integration

2014-03-15 Thread Chatree Srichart (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13936151#comment-13936151 ] Chatree Srichart commented on OFBIZ-4952: - Sure! Could I write on this

[jira] [Commented] (OFBIZ-4952) BIRT Web Viewer Integration

2014-03-15 Thread Chatree Srichart (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13936162#comment-13936162 ] Chatree Srichart commented on OFBIZ-4952: - Well, my information is:

[jira] [Commented] (OFBIZ-4952) BIRT Web Viewer Integration

2014-03-15 Thread Chatree Srichart (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13936181#comment-13936181 ] Chatree Srichart commented on OFBIZ-4952: - Thank You Best Regards, > B

[jira] [Commented] (OFBIZ-4952) BIRT Web Viewer Integration

2014-03-17 Thread Chatree Srichart (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13937930#comment-13937930 ] Chatree Srichart commented on OFBIZ-4952: - Hi Jacques, I have already writte

[jira] [Commented] (OFBIZ-4952) BIRT Web Viewer Integration

2014-03-20 Thread Chatree Srichart (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13941611#comment-13941611 ] Chatree Srichart commented on OFBIZ-4952: - Thanks Jacques, Enjoy on BIRT!

[jira] Created: (OFBIZ-2347) BIRT Component

2009-04-23 Thread Chatree Srichart (JIRA)
BIRT Component -- Key: OFBIZ-2347 URL: https://issues.apache.org/jira/browse/OFBIZ-2347 Project: OFBiz Issue Type: New Feature Affects Versions: SVN trunk Environment: software Reporter: Chatree Srichart

[jira] Updated: (OFBIZ-2347) BIRT Component

2009-04-23 Thread Chatree Srichart (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chatree Srichart updated OFBIZ-2347: Attachment: birt.zip birt component > BIRT Compon

[jira] Updated: (OFBIZ-2347) BIRT Component

2009-04-23 Thread Chatree Srichart (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chatree Srichart updated OFBIZ-2347: Description: I have component for use Eclipse BIRT as report builder. Features: 1. BIRT

[jira] Created: (OFBIZ-2348) I would to use OFBiz as OSGI

2009-04-23 Thread Chatree Srichart (JIRA)
Environment: software platform Reporter: Chatree Srichart Fix For: SVN trunk I would like to use OFBiz as OSGI (Equinox or Apache Felix). My problem is when I edit a little java code in my componet, I must compile all component (if it depend on main build file such

[jira] Updated: (OFBIZ-2347) BIRT Component

2009-04-23 Thread Chatree Srichart (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chatree Srichart updated OFBIZ-2347: Attachment: birt.zip > BIRT Component > -- > > Key

[jira] Updated: (OFBIZ-2347) BIRT Component

2009-04-23 Thread Chatree Srichart (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chatree Srichart updated OFBIZ-2347: Attachment: (was: birt.zip) > BIRT Component > -- > >

[jira] Commented: (OFBIZ-2347) BIRT Component

2009-04-23 Thread Chatree Srichart (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12702031#action_12702031 ] Chatree Srichart commented on OFBIZ-2347: - Thanks Jacopo... I had been re at

[jira] Updated: (OFBIZ-2348) I would like to use OFBiz as OSGI

2009-04-23 Thread Chatree Srichart (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chatree Srichart updated OFBIZ-2348: Description: I would like to use OFBiz as OSGI (Equinox or Apache Felix). My problem is

[jira] Commented: (OFBIZ-2348) I would like to use OFBiz as OSGI

2009-04-24 Thread Chatree Srichart (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12702318#action_12702318 ] Chatree Srichart commented on OFBIZ-2348: - Thanks Vikas... But I still w

[jira] Commented: (OFBIZ-2348) I would like to use OFBiz as OSGI

2009-04-24 Thread Chatree Srichart (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12702331#action_12702331 ] Chatree Srichart commented on OFBIZ-2348: - Hi Vikas, First, I don't wan

[jira] Updated: (OFBIZ-3128) SFA Leads/Contacts/Accounts

2009-10-29 Thread Chatree Srichart (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chatree Srichart updated OFBIZ-3128: Attachment: sfa_screen_1.9.diff > SFA Leads/Contacts/Accou

[jira] Created: (OFBIZ-3128) SFA Leads/Contacts/Accounts

2009-10-29 Thread Chatree Srichart (JIRA)
SFA Leads/Contacts/Accounts --- Key: OFBIZ-3128 URL: https://issues.apache.org/jira/browse/OFBIZ-3128 Project: OFBiz Issue Type: New Feature Components: framework, marketing Reporter: Chatree

[jira] Updated: (OFBIZ-3128) SFA Leads/Contacts/Accounts

2009-10-29 Thread Chatree Srichart (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chatree Srichart updated OFBIZ-3128: Attachment: (was: sfa_screen_1.9.diff) > SFA Leads/Contacts/Accou

  1   2   3   >