Re: xml escape problem!

2012-03-14 Thread zhiyongcui
Anyone could help me or give me some tips? -- View this message in context: http://ofbiz.135035.n4.nabble.com/xml-escape-problem-tp4458096p4471151.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: view-entity definition

2012-03-14 Thread zhiyongcui
Thanks for you reply. But I don't know how to implement it. -- View this message in context: http://ofbiz.135035.n4.nabble.com/view-entity-definition-tp4470865p4473628.html Sent from the OFBiz - User mailing list archive at Nabble.com.

xml escape problem!

2012-03-08 Thread zhiyongcui
When I search some party with first name of chinese character ‘张’,the first page is correct。 but as I get the second page the search condition of ‘zhang’ has been changed to ‘å¼ ’ and so I could not get it correct! some onecould help me? thank you!

How to maintain the relationship between position and department?

2011-08-29 Thread zhiyongcui
In HR system,I think that there should have a relationship between position and department for every position must have a relation with some department. But I didn't see it .If it is right ,then how to implemented. If it is not wrong , then how to know the relation between a position and its

How to implement Having function in view-entity defination?

2011-06-21 Thread zhiyongcui
I want to implement having function in view-entity defination, but I can't.Is there somebody who can help me?many thanks! -- View this message in context: http://ofbiz.135035.n4.nabble.com/How-to-implement-Having-function-in-view-entity-defination-tp3613550p3613550.html Sent from the OFBiz -

about view-entity

2011-05-24 Thread zhiyongcui
How to implement sql as below with view-entity definition. select PRODUCT_ID,FACILITY_ID,LOCATION_SEQ_ID, SUM(case when LOCATION_SEQ_ID='A' then QUANTITY_OH_HAND_TOTAL else 0 end) AS QTY1, SUM(case when LOCATION_SEQ_ID='b' then QUANTITY_OH_HAND_TOTAL else 0 end) AS QTY2 from inventory_item where

How to define a div in widget?

2011-05-13 Thread zhiyongcui
I need to use javascript in my form ,and my form are defined by widget, how to define a div area in it ? thank you. -- View this message in context: http://ofbiz.135035.n4.nabble.com/How-to-define-a-div-in-widget-tp3519379p3519379.html Sent from the OFBiz - User mailing list archive at

How to set input's autoComplete property to on?

2011-04-15 Thread zhiyongcui
When I use a Form,the input component's autoComplete property would be off ,but I need it be on? How can I got it ?pls help me ,many thanks! -- View this message in context: http://ofbiz.135035.n4.nabble.com/How-to-set-input-s-autoComplete-property-to-on-tp3453277p3453277.html Sent from the

Re: purchasse order and round in calcul

2011-03-06 Thread zhiyongcui
I changed order.decimals of my arithmetic.properties to 6. but it doesn't do anything.The product price of my ShoppingCart still shows to 2 decimal.But I need it be 5. How could I do? -- View this message in context:

Re: workflow engine

2010-11-09 Thread zhiyongcui
The project processes has too many related jar, is there a way I can add it all? or how to get a sample.process file I can upload in my jbpm component. -- View this message in context: http://ofbiz.135035.n4.nabble.com/workflow-engine-tp160223p3033232.html Sent from the OFBiz - User mailing

Re: workflow engine

2010-11-09 Thread zhiyongcui
Hi Shi: I compile the processes project and get a file named sample-process.zip in target folder. But as I upload this file ,there is no response to me . -- View this message in context: http://ofbiz.135035.n4.nabble.com/workflow-engine-tp160223p3035303.html Sent from the OFBiz - User mailing

Re: workflow engine

2010-11-09 Thread zhiyongcui
Hi Shi: Some cn.langhua.ofbiz.jbpm.tools.jbpm. should be changed to org.langhua.ofbiz.jbpm.tools.jbpm. File jbpm_ofbiz.tld also have these questions. -- View this message in context: http://ofbiz.135035.n4.nabble.com/workflow-engine-tp160223p3035393.html Sent from the OFBiz - User mailing list

RE: Ofbiz WorkFlow Engine

2010-11-08 Thread zhiyongcui
Hi Shi I have done what you said step by step.but I got a error message as below 2010-11-08 16:01:38,921 (JbpmCommandExecutor) [ NamingHelper.java:26 :INFO ] JNDI InitialContext properties:{} 2010-11-08 16:01:38,936 (JbpmCommandExecutor) [DatasourceConnectionProvider.java:55 :FATAL] Could

Re: workflow engine

2010-11-08 Thread zhiyongcui
Hi Shi: How can I get the source code of project OFBiz-jBPM3.1.2-Processes. -- View this message in context: http://ofbiz.135035.n4.nabble.com/workflow-engine-tp160223p3033139.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: workflow engine

2010-11-07 Thread zhiyongcui
I can't login you Langhua SVN to download source code of OFBiz-jBPM follow you OFBiz-jBPM组件 instructions. please help me . many thanks. -- View this message in context: http://ofbiz.135035.n4.nabble.com/workflow-engine-tp160223p3031484.html Sent from the OFBiz - User mailing list archive at

RE: Ofbiz WorkFlow Engine

2010-11-03 Thread zhiyongcui
Can you give me some advice or guide on how to integrate osworkflow in ofbiz? Thank you very much! -- View this message in context: http://ofbiz.135035.n4.nabble.com/Ofbiz-WorkFlow-Engine-tp2528609p3024883.html Sent from the OFBiz - User mailing list archive at Nabble.com.

picking question

2010-10-28 Thread zhiyongcui
If there is many inventory item of the same product in my warehouse, and I want to select one or many inventory items for same order item of such product . If it has been implemented OOTB,or I how can I implement it? -- View this message in context:

picking problem

2010-10-28 Thread zhiyongcui
My stores set up the Reserve Inventory option with value N. So when I create a sales order ,system would not reserve inventory for it automatically .On these conditions ,how can I pick this order ? -- View this message in context:

product price in sales order in order manager

2010-10-26 Thread zhiyongcui
In order manager,I want to implement manual input product price as I type in a new orderItem. but it is implemented as automatically get the product price through calculateProductPrice service. If it has been implemented OOTB,or how can I implement it? -- View this message in context:

Shipment cost estimate?

2010-06-12 Thread zhiyongcui
Where can I create a record for shipment cost estimate? especially the order flat price. -- View this message in context: http://ofbiz.135035.n4.nabble.com/Shipment-cost-estimate-tp2253163p2253163.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Font size problem

2010-06-10 Thread zhiyongcui
When I use ofbiz system in chinese language . the font size is so smaller than normal that I can't recognize it clearly. Whether there is a way that I can increase the font size for all the system concurrentlly? -- View this message in context:

Re: Font size problem

2010-06-10 Thread zhiyongcui
谢谢。:) -- View this message in context: http://ofbiz.135035.n4.nabble.com/Font-size-problem-tp2250024p2250123.html Sent from the OFBiz - User mailing list archive at Nabble.com.

gl account type and acctg trans type

2010-05-16 Thread zhiyongcui
Who can tell me what is the relationship between gl account type and acctg trans type ? -- View this message in context: http://ofbiz.135035.n4.nabble.com/gl-account-type-and-acctg-trans-type-tp2218374p2218374.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: groovy code completion

2010-03-09 Thread zhiyongcui
how? -- View this message in context: http://n4.nabble.com/groovy-code-completion-tp1585483p1585739.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: groovy code completion

2010-03-09 Thread zhiyongcui
It works fine with other groovy projects. I am using windows xp os. -- View this message in context: http://n4.nabble.com/groovy-code-completion-tp1585483p1586740.html Sent from the OFBiz - User mailing list archive at Nabble.com.

groovy code completion

2010-03-08 Thread zhiyongcui
Why my groovy code completion is disabled in ofbiz project? The IDE I used is eclipse 3.5. -- View this message in context: http://n4.nabble.com/groovy-code-completion-tp1585483p1585483.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: xml escape problems

2010-02-28 Thread zhiyongcui
anyone could help me ? -- View this message in context: http://n4.nabble.com/xml-escape-problems-tp1571782p1573263.html Sent from the OFBiz - User mailing list archive at Nabble.com.

xml escape problems

2010-02-27 Thread zhiyongcui
How to deal with xml escape problems in field type text in form. I try to create some employees ,but happened type in something wrong ,and I could not summit my form. then it show me some tips ,and all my information showed as something like '#24352;#19977;' who can help me ? -- View this

Re: xml escape problems

2010-02-27 Thread zhiyongcui
It showed as #24352; -- View this message in context: http://n4.nabble.com/xml-escape-problems-tp1571782p1571783.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: xml escape problems

2010-02-27 Thread zhiyongcui
I input something like image below ,but I input something wrong,then it will return a page with information my input. http://n4.nabble.com/file/n1571808/input.jpg then the returned page as http://n4.nabble.com/file/n1571808/output.jpg -- View this message in context:

Re: simplified chinese problem

2010-02-24 Thread zhiyongcui
Step 2 that I suggested is mondatory. I think it should be updated to cook book. -- View this message in context: http://n4.nabble.com/simplified-chinese-problem-tp1565879p1567533.html Sent from the OFBiz - User mailing list archive at Nabble.com.

simplified chinese problem

2010-02-23 Thread zhiyongcui
When I export pdf file from a order, Simplified chinese characters are displayed as #.How to resolve these problems? -- View this message in context: http://n4.nabble.com/simplified-chinese-problem-tp1565879p1565879.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: simplified chinese problem

2010-02-23 Thread zhiyongcui
It doesn't do anything .I think it should be a FAQ,but I can't find anything usable. -- View this message in context: http://n4.nabble.com/simplified-chinese-problem-tp1565879p1566876.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: simplified chinese problem

2010-02-23 Thread zhiyongcui
Thank you. I solved this problem. 1. change font family to below in framework/webapp/config/fop.xconf. font-triplet name=SimKai style=normal weight=normal/ 2. set field defaultFontFamily's value to SimKai in FoReportDecorator screen in

Re: running error

2010-01-31 Thread zhiyongcui
Yes ,I am using Ofbiz trunk,and I did not do any customization . -- View this message in context: http://n4.nabble.com/running-error-tp1401474p1457935.html Sent from the OFBiz - User mailing list archive at Nabble.com.

running error

2010-01-28 Thread zhiyongcui
As I view the Approved Product Requirements page under requirment in order component,I got error as below: Error evaluating BSH scriptlet [ org.ofbiz.party.party.PartyHelper.getPartyName( delegator, partyId, false);], inserting nothing; error was: Sourced file: inline evaluation of: ``

Re: Following PO Generation by Sales Order

2010-01-27 Thread zhiyongcui
Why I can't get this link? -- View this message in context: http://n4.nabble.com/Following-PO-Generation-by-Sales-Order-tp148403p1312347.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: New order error

2010-01-10 Thread zhiyongcui
Is there anybody else noticed this issue? Jacopo Cappellato-4 wrote: I have noticed a similar issue when I selected the First of January and got 2010-1-01 instead of 2010-01-01 Jacopo On Jan 4, 2010, at 2:12 AM, zhiyongcui wrote: I tried to create a new order

New order error

2010-01-03 Thread zhiyongcui
I tried to create a new order, at the setOrderCurrencyAgreementShipDates page , I got a error message: Timestamp format must be -mm-dd hh:mm:ss[.f]. I think there must be something wrong with javascript:call_cal . But this javascript would be called by many pages. Somebody could

Re: Access service error

2010-01-01 Thread zhiyongcui
/control/ServiceList?sel_service_name=getRelatedParties you can use the url and see that userlogin is optional or not or look at the service definition file component://party/script/org/ofbiz/party/party/PartyServices.xml in this case. zhiyongcui sent the following on 12/30/2009 11:18 PM

Re: Access service error

2010-01-01 Thread zhiyongcui
auth should represents authorization? Scott Gray-2 wrote: The attribute name is auth Regards Scott HotWax Media http://www.hotwaxmedia.com On 1/01/2010, at 1:12 PM, zhiyongcui wrote: There is not authentication attribute on the service definition of getRelatedParties. David

Re: Access service error

2009-12-31 Thread zhiyongcui
at the service definition file component://party/script/org/ofbiz/party/party/PartyServices.xml in this case. zhiyongcui sent the following on 12/30/2009 11:18 PM: How can I knows that service requires authentication. David E Jones-4 wrote: Requiring a permission (authorization

userLogin

2009-12-30 Thread zhiyongcui
How to get the userLogin GenericValue in a service definition class. I used codes as below: GenericValue userLogin = (GenericValue) context.get(userLogin); but I get a null object . -- View this message in context: http://n4.nabble.com/userLogin-tp990922p990922.html Sent from the OFBiz - User

Access service error

2009-12-30 Thread zhiyongcui
When I access a service called getRelatedParties from another service definition , I got a message as below: ServiceDispatcher.java:532:ERROR] Error in Service [getRelatedParties]: You must be logged in to complete the [Get Parties Related to a Party] process. But I can't see any permission check

Re: Access service error

2009-12-30 Thread zhiyongcui
But there isn't any permission check in the service definition. David E Jones-4 wrote: You need to pass the userLogin or security credentials from the calling service to the service it is calling. -David On Dec 30, 2009, at 11:21 PM, zhiyongcui wrote: When I access a service

Re: Access service error

2009-12-30 Thread zhiyongcui
How can I knows that service requires authentication. David E Jones-4 wrote: Requiring a permission (authorization) is different from requiring authentication. -David On Dec 31, 2009, at 12:57 AM, zhiyongcui wrote: But there isn't any permission check in the service

Re: order approval workflow

2009-12-26 Thread zhiyongcui
Thank you , I'll work on it. Jacques Le Roux wrote: From: zhiyongcui zhiyong...@gmail.com Thanks for you reply. And there is another problem . My company have two sales department called SalesDepartmentA and SalesDepartmentB, and saleDepAManagerA is SalesDepartmentA's manager

order approval workflow

2009-12-25 Thread zhiyongcui
Merry Christmas everyone! I need to implement order approval workflow in my system. For example the new sales order created by a sales should be approved by the sales manager first then the boss then the other roles.How to implement it ? -- View this message in context:

Re: order approval workflow

2009-12-25 Thread zhiyongcui
believe it's not implemented OOTB even if the status exists, I did this once for a client) Jacques From: zhiyongcui zhiyong...@gmail.com Merry Christmas everyone! I need to implement order approval workflow in my system. For example the new sales order created by a sales should be approved

How to issue items?

2009-12-20 Thread zhiyongcui
I have created shipment from a sales order successfully. but where and how can I issue inventory items for this shipment? -- View this message in context: http://n4.nabble.com/How-to-issue-items-tp975963p975963.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: How to issue items?

2009-12-20 Thread zhiyongcui
Thanks for you reply , has it been implemented as a manager functionality ? Cimballi-2 wrote: Look at this service : issueOrderItemShipGrpInvResToShipment Cimballi On Sun, Dec 20, 2009 at 8:04 PM, zhiyongcui zhiyong...@gmail.com wrote: I have created shipment from a sales order

Re: How to issue items?

2009-12-20 Thread zhiyongcui
process? David E Jones-4 wrote: Typically this is done as part of the pick/pack/ship process, or mostly simply using the Quick Ship... link in the order manager on the order detail screen. -David On Dec 20, 2009, at 7:39 PM, zhiyongcui wrote: Thanks for you reply , has it been

Re: running error

2009-12-19 Thread zhiyongcui
trunk 892453. Adrian Cumiskey-2 wrote: Hi, Looks like you have a classpath problem, maybe an old asm-x.x.jar hanging around. Which version of OFBiz are you using? Adrian Cumiskey. 2009/12/19 zhiyongcui zhiyong...@gmail.com When I running ofbiz I got error as below: 2009-12-19

running error

2009-12-18 Thread zhiyongcui
When I running ofbiz I got error as below: 2009-12-19 10:11:53,031 (org.ofbiz.service.jms.jmslistenerfact...@daeab4) [ JmsL istenerFactory.java:64 :INFO ] Starting JMS Listener Factory Thread Exception in thread main java.lang.NoSuchMethodError: org.objectweb.asm.ClassW riter.init(Z)V at

attribute of a action service

2009-12-05 Thread zhiyongcui
I am wondering how to set the attributes of a eca's action service ?for example, I defined a service named service1 which has two attributes named attribute1 and attribute2. and this service as a action service of a seca service as below: service name=service1 engine= attribute

About Primary Keys

2009-11-11 Thread zhiyongcui
I'm a newbie, I am reading the The Open For Business Project: Entity Engine Guide. In the View Entity Modeling, I was wondering a entity could have two primary keys at For example, if an OrderHeader entity has an orderId primary key and an OrderLine entity has an orderId primary key and an

Re: about menu-item

2009-11-07 Thread zhiyongcui
What are you doing? quot;Петр Богдановquot; wrote: --- Исходное сообщение --- От кого: zhiyongcui zhiyong...@gmail.com Кому: user@ofbiz.apache.org Дата: Nov 03, 2009 08:40:41 Тема: about menu-item Who can tell me how to use sub-menu?Thank you ! -- View this message

running error

2009-11-04 Thread zhiyongcui
org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://common/widget/CommonScreens.xml#GlobalDecorator]: org.ofbiz.base.util.GeneralException: Error running Groovy script at location [component://commonext/script/changeOrgPartyId.groovy] (The current transaction is

about menu-item

2009-11-02 Thread zhiyongcui
Who can tell me how to use sub-menu?Thank you ! -- View this message in context: http://n4.nabble.com/about-menu-item-tp360915p360915.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Forecast datetime problem

2009-10-22 Thread zhiyongcui
If you create a new sales forecast ,you can select a time period through Custom Time Period Id . when you run a mrp, it will treat a sales forecast as a sales order . Pierre Smits-3 wrote: How so? Please elaborate. Regards, Pierre 2009/10/21 zhiyongcui zhiyong...@gmail.com We

Re: Forecast datetime problem

2009-10-21 Thread zhiyongcui
If something changed to forecast ,then more changes needed to MRP too? Pierre Smits-3 wrote: It is not in yet. Create a JIRA to address the improvement. 2009/10/21 zhiyongcui zhiyong...@gmail.com I think that the forecast detail should have a field to indicate the time period

Re: Forecast datetime problem

2009-10-21 Thread zhiyongcui
We are wrong. Pierre Smits-3 wrote: It is not in yet. Create a JIRA to address the improvement. 2009/10/21 zhiyongcui zhiyong...@gmail.com I think that the forecast detail should have a field to indicate the time period for which the forecast ,but I could not find it .If I am wrong

Forecast datetime problem

2009-10-20 Thread zhiyongcui
I think that the forecast detail should have a field to indicate the time period for which the forecast ,but I could not find it .If I am wrong , pls point to me . If I am not wrong then how to implement it ? -- View this message in context:

problem with nabble

2009-10-19 Thread zhiyongcui
Why I can register many times with one email address? -- View this message in context: http://n4.nabble.com/problem-with-nabble-tp253283p253283.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: problem with nabble

2009-10-19 Thread zhiyongcui
zhiyong...@gmail.com, created two accouts Zhiyong Cui and zhiyong cui. Jacques Le Roux wrote: Could you give more informations ? Which email used, accounts created, etc. ? Jacques From: zhiyongcui zhiyong...@gmail.com Why I can register many times with one email address? -- View