How to add column to result in simple service

2009-03-15 Thread Zhavic Tomek
Hi, Is there a way to add column to result returned by performFindList in simple service? I have this part in simple service getting data from AcctgTransAndEntries entity: ... ... set field=input.entityName value=AcctgTransAndEntries/ set-service-fields

Re: Does offbiz support JMS and Web-Service Implementation

2009-03-15 Thread Jacques Le Roux
JMS : yes http://docs.ofbiz.org/display/OFBTECH/Service+Engine+Guide#ServiceEngineGuide-JMSServices Web-Service : yes but limilted to simple-type, solution AXIS2 see http://docs.ofbiz.org/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo#FAQ-Tips-Tricks-Cookbook-HowTo-Soap. Also I think

Re: Promotion Codes being accepted, but not modifying $$ in the cart.

2009-03-15 Thread CJay Horton
Okay, will do. On Sat, Mar 14, 2009 at 5:50 PM, BJ Freeman bjf...@free-man.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kewl if you want to put something in the FAQ http://docs.ofbiz.org/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo CJay Horton sent the following on

Re: Error in Messaging System up to R734301?

2009-03-15 Thread madppiper
hmm, well I applied the Revision as a patch, meaning that I downloaded each file and replaced my own and followed the instructions on which other files i had to remove... Problems arose, however, on compiling and I ended up having to add the ESAPI packages as well and change the StringUtil Class

Re: Error in Messaging System up to R734301?

2009-03-15 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 my suggestion is you keep a pure svn checkout that you can go look when it says something like not found in class'org.ofbiz.base.util.StringUtil$StringWrapper and see the history or just go into the class and figure it out. My development is also

Re: Error in Messaging System up to R734301?

2009-03-15 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 only two methods in StringWrapper toString Plus BJ Freeman sent the following on 3/15/2009 3:43 AM: my suggestion is you keep a pure svn checkout that you can go look when it says something like not found in

how to reduce the componet?

2009-03-15 Thread kongqz
I get the ofbiz from the site.when I redurce the component.I can't login. and only load then I run the command in ofbiz home ant clean-all ant

Closing an accounting period

2009-03-15 Thread Rees Watkins
Hi I am attempting to understand the closing of accounting periods in Ofbiz In order to close an accounting period the system needs to make an entry into Retained Income and a contra entry in a Profit and Loss account. The code seems to require an Account Type Id of PROFIT_LOSS_ACCOUNT

Re: Question on how to do this in Product Promo

2009-03-15 Thread cjhorton
I am sure others have done something similar to this so hopefully someone with more knowledge responds. This is just off the top of my head, but Take a look at the following entities: visit, visitor, userLoginHistory, RecurrenceRule, and RecurrenceInfo, and the other price/promo entities

Re: Multiple logins needed

2009-03-15 Thread Jacques Le Roux
Thanks Bilgin, I checked the log and then asked Contegix people to revert this file (framework/common/config/SecurityextUiLabels.xml) cetainly a merging issue BTW I got also this eror while trying to use Labels Manager on demo server 2009-03-15 08:26:26,651 (TP-Processor3) [

Re: supplier/customer in order entry

2009-03-15 Thread Jacques Le Roux
From: Bilgin Ibryam bibr...@iguanait.com On Feb 20, 2009, at 10:41 AM, David E Jones wrote: For sales orders we definitely want to support starting and order without knowing who the customer is. Consider the typical order via phone where the customer asks about products, requests various,

Re: Multiple logins needed

2009-03-15 Thread Jacques Le Roux
This has not fixed the issue Jacques From: Jacques Le Roux jacques.le.r...@les7arts.com Thanks Bilgin, I checked the log and then asked Contegix people to revert this file (framework/common/config/SecurityextUiLabels.xml) cetainly a merging issue BTW I got also this eror while trying to use

Re: Question on how to do this in Product Promo

2009-03-15 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 What are you trying to accomplish? cjhorton sent the following on 3/15/2009 12:19 PM: I am sure others have done something similar to this so hopefully someone with more knowledge responds. This is just off the top of my head, but Take a look at

Re: Question on how to do this in Product Promo

2009-03-15 Thread CJay Horton
It sounds like he is wanting to create a virtual doorbuster. I guess what I was trying to get at is that he is going to have to have some sort of check on userLoginHistory or visits. I was thinking of having an EECA so that when the appropriate entity has a create then a service is ran that goes

Re: Closing an accounting period

2009-03-15 Thread Hans Bakker
shouldn't we add this to the demo data? On Sun, 2009-03-15 at 18:15 -0700, Sharan-F wrote: Hi Rees I'm doing some documentation on accounting on the OFBiz Wiki and have come across this problem. Here's the link to the time periods bit. http://docs.ofbiz.org/display/OFBIZ/05+Time+Period

Re: How to add column to result in simple service

2009-03-15 Thread guo weizhan
I don't think you can add new colume the results of performFindList, the results is the GenericValue list and the columes of the GenericValue is base the entity. What's the new colume doing for? 2009/3/15 Zhavic Tomek zha...@zvolen.biz Hi, Is there a way to add column to result returned by

Re: Closing an accounting period

2009-03-15 Thread David E Jones
Yes, this does seem like something that should be in the demo data along with the rest of the demo chart of accounts. Actually... I'm a bit surprised it isn't there. :) -David On Mar 15, 2009, at 8:46 PM, Hans Bakker wrote: shouldn't we add this to the demo data? On Sun, 2009-03-15 at