Re: problem related to the inventory

2010-05-20 Thread Ratnesh Upadhyay
Hello Anurag, If you are looking for manual inventory adjustment then you can achieve it through Physical Inventory Variance screenlet available on Edit Inventory Item screen. HTH Regards, -- Ratnesh Upadhyay Hotwax Media Pvt. Ltd. www.hotwaxmedia.com On Mon, May 17, 2010 at 3:05 PM, Anurag

can we give the alias for field name?

2010-05-20 Thread Anurag Walia
Hi all, can we give the alias for field name in the entitymodel.xml? Thanks Anurag walia -- View this message in context: http://ofbiz.135035.n4.nabble.com/can-we-give-the-alias-for-field-name-tp2223976p2223976.html Sent from the OFBiz - User mailing list archive at Nabble.com.

problem related to xml form

2010-05-20 Thread Anurag Walia
Hi all, Thanks in advance how can we assign default value in the text field using xml form? Like default value in the text box is Enter the user name . Regards Anurag walia -- View this message in context: http://ofbiz.135035.n4.nabble.com/problem-related-to-xml-form-tp2223987p2223987.html

Re: Derby Wonderings?

2010-05-20 Thread Erwan de FERRIERES
Le 20/05/2010 05:25, Sam Hamilton a écrit : Hey List, Is there any reason why we use Derby 10.5.3.0 rather than the latest release of Derby 10.6.1.0? http://db.apache.org/derby/releases/release-10.6.1.0.cgi#Release%20Notes%20for%20Derby%2010.6.1.0 Cheers Sam latest version has been released

Re: Derby Wonderings?

2010-05-20 Thread Jacques Le Roux
Not that I know, but committers availability and priorities You could fill a Jira as reminder... Jacques From: Sam Hamilton s...@sh81.com Hey List, Is there any reason why we use Derby 10.5.3.0 rather than the latest release of Derby 10.6.1.0?

Re: Trunk demo stuck

2010-05-20 Thread Jacques Le Roux
Thanks BJ, I don't think we need ij as we do an ant clean-all ant run-install each time we update (every 24 hours) The problem is for being able to do them we need to use stopofbiz.sh before with sleep time between (actually I do it 3 times, with a 10 secs sleep between each) and sometimes

Re: problem related to xml form

2010-05-20 Thread vaibhav londhe
Hi.. Anurag We can assign default value in text field using xml form like : field name=UserName text default-value=Enter the user name/ /field Regards, Vaibhav On Thu, May 20, 2010 at 12:19 PM, Anurag Walia walia.anu...@hotmail.comwrote: Hi all, Thanks in advance how can we assign

Re: Trunk demo stuck

2010-05-20 Thread BJ Freeman
I use the script https://issues.apache.org/jira/browse/OFBIZ-3705 which downloads the working compiled copy. only because I want to know that it complied before I use it. however if you do a copy of ij.obiz to /etc/init.d/ofbiz and change the permissions your script should do it. you could use it.

Re: Derby Wonderings?

2010-05-20 Thread Erwan de FERRIERES
Le 20/05/2010 05:25, Sam Hamilton a écrit : Hey List, Is there any reason why we use Derby 10.5.3.0 rather than the latest release of Derby 10.6.1.0? http://db.apache.org/derby/releases/release-10.6.1.0.cgi#Release%20Notes%20for%20Derby%2010.6.1.0 Cheers Sam Done at rev 946556 -- Erwan de

Re: can we give the alias for field name?

2010-05-20 Thread Ankit Jain
Hi Anurag, Yes this is possible, just set the filedname you want and the actual name of filed in the col-name like : field name=oldAmountPerQuantity col-name=AMOUNT_PER_QUANTITY type=currency-amount/field -- Thanks Regards: Ankit Jain Jr. Enterprise Software Developer Hotwax Media Pvt.

Search result table Rows max length Specification

2010-05-20 Thread prasanthi_ofbiz
Hi, In the Trial Balance report each page displaying 20 rows at a time. Where this max row size is mentioned . I think its a global specification. Can I customize it? While printing I need all records in a single screen.Not like in Global GL Setting-- List Accounts Print Regards, Prasanthi --

Re: Trunk demo stuck

2010-05-20 Thread Jacques Le Roux
OK thanks, I prefer to monitor with buildbot and see what happens instead. BTW, I found that by updating/reloading everyday we don't get much problems. It's fine to see that, for some time now, we did not get any lasting compile issues, buildbot certainly helps here :o) Jacques From: BJ

Re: problem related to xml form

2010-05-20 Thread Anurag Walia
thanks its working fine. -- View this message in context: http://ofbiz.135035.n4.nabble.com/problem-related-to-xml-form-tp2223987p2224211.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Derby Wonderings?

2010-05-20 Thread Sam Hamilton
Great thanks!! On 20/05/2010 15:48, Erwan de FERRIERES wrote: Le 20/05/2010 05:25, Sam Hamilton a écrit : Hey List, Is there any reason why we use Derby 10.5.3.0 rather than the latest release of Derby 10.6.1.0?

Re: can we give the alias for field name?

2010-05-20 Thread Ankit Jain
Anurag Walia wrote: Thanks Ankit for ur valuable reply. can we use like this in product table for field name=productId type=id-ne/field ? field name=skuId col-name=productId type=id-ne/field it will give the same value. 1-product.skuId == product.productId Regards Anurag Walia Yes

Problem With Live deployment

2010-05-20 Thread kaliagaurav
Hi All I am facing a weird problem. The problem is I have deployed my e commerce application on server. On the server I am accessing my application with URL for example: www.ecommerce.com When I add a product to Cart and go to next product page and then its detail page, carts get empty I am

Re: Search result table Rows max length Specification

2010-05-20 Thread Ravindra Mandre
hi, If you want to change this globally then , this setting is done in widget.properties file, and if you want to customize at screen level then you have to set viewIndex and viewSize fields. and set their default value. HTH Ravindra Mandre Bangalore On Thu, May 20, 2010 at 2:30 PM,

Re: Problem With Live deployment

2010-05-20 Thread Rishi Solanki
Gaurav, Look at your AJAX or the Browser request, IMO it is changing the port from secure to non-secure or non-secure to secure port. In turn it will change the sessionId. So you need to keep the request on the same port and then problem should solve then. Rishi Solanki Manager, Enterprise

Re: Problem With Live deployment

2010-05-20 Thread kaliagaurav
Thanks Rishi for the reply. Navigating from one product details page to another does not changes the port (http to https or vice versa) but I can see new sessionid created in the Ofbiz Logs when I go to other product detail page. Please suggest Regards Gaurav -- View this message in context:

Re: Search result table Rows max length Specification

2010-05-20 Thread prasanthi_ofbiz
Hi Ravindra, I am thinking that i want to pass the viewSize value as the result length. How it can be achieved.?? Regards Prasanthi -- View this message in context: http://ofbiz.135035.n4.nabble.com/Search-result-table-Rows-max-length-Specification-tp2224142p2224473.html Sent from the OFBiz -

Re: how to move variable from a FTL file to a Screen

2010-05-20 Thread Vicky Park
How about to utilize this code? #if productIds?has_content #list productIds as productId ${setRequestAttribute(name1, value1)} #-- assign value1-- ${setRequestAttribute(name2, value2)} #-- assign value1-- ${setRequestAttribute(name3, value3)} #-- assign value1--

How to set Screen level viewIndex and viewSize specification for the reports

2010-05-20 Thread prasanthi_ofbiz
Hi All, I want to show all the list of records in a single screen for Trial Balance report. I don't want to change global level. I tried with the below code in the screen but its not reflecting set field=viewIndex from-field=parameters.VIEW_INDEX type=Integer default-value=0/ set

About OFbiz deployment in JBoss 5.1.0

2010-05-20 Thread vignesh sabapathi
Hello fellow ofbizers I have deployed OFBiz release 9.04 on JBoss 5.1.0. I have seen in forums some of the members already tried it out and commented on some issues in deployment. There are few issues which i resolved in making the deployment to work.So i Made a document on step by step doing

Re: Trunk demo stuck

2010-05-20 Thread BJ Freeman
I agree BuildDot is probably one of the best additions of ofbiz. I have installed it on my server to work against all the projects I have running. = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation

Re: About OFbiz deployment in JBoss 5.1.0

2010-05-20 Thread BJ Freeman
https://cwiki.apache.org/confluence/display/OFBTECH/Run+OFBiz+under+outside+Application+Servers there is one for jboss4.2 just make one for yours. = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation

Re: Search result table Rows max length Specification

2010-05-20 Thread Ravindra Mandre
On Thu, May 20, 2010 at 6:15 PM, prasanthi_ofbiz prasanthi.sreeramjammise...@tcs.com wrote: Hello Ravindra, Thanks for your suggestion. Yeah I want to customization at screen level i.e; for Trial Balance Report. I changed in the screen like instead of using fron-field for viewSize I

Re: About OFbiz deployment in JBoss 5.1.0

2010-05-20 Thread Ravindra Mandre
good efforts , Ravinda On Thu, May 20, 2010 at 9:06 PM, vignesh sabapathi vignesh.sabapa...@tcs.com wrote: Hello fellow ofbizers I have deployed OFBiz release 9.04 on JBoss 5.1.0. I have seen in forums some of the members already tried it out and commented on some issues in deployment.

Re: QuoteId and OrderId sequence, possible race condition?

2010-05-20 Thread James McGill
On Wed, May 19, 2010 at 9:53 PM, David E Jones d...@me.com wrote: It's all about locking and blocking... The scenario you describe is probably fairly rare Probably, but it has hit us several times, and we don't have a lot of users on this. When it breaks, it stays broken until someone

what does link party actually do?

2010-05-20 Thread Patrick
I want to have a group with multiple users where anyone in the group can modify a catalog. I found the link party button, can you tell me what it does? -Patrick

Re: what does link party actually do?

2010-05-20 Thread BJ Freeman
create a party group that is the owner of the catalog. then add the parties to the group link party links two parties together = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation

Re: what does link party actually do?

2010-05-20 Thread chris snow
Hi BJ, So does 'link party' allow the children parties to perform the same tasks as the parent party? Is this in all aspects of ofbiz? Many thanks, Chris On Thu, May 20, 2010 at 7:02 PM, BJ Freeman bjf...@free-man.net wrote: create a party group that is the owner of the catalog. then add

Re: QuoteId and OrderId sequence, possible race condition?

2010-05-20 Thread James McGill
On Thu, May 20, 2010 at 10:46 AM, Adrian Crum adri...@hlmksw.com wrote: James, I uploaded a patch that might fix your problem: Thanks Adrian. Your approach adds JVM-based synchronization to minilang simple methods. I still wonder if this means the create services need to be synchronized

Re: what does link party actually do?

2010-05-20 Thread BJ Freeman
look at applications\party\webapp\partymgr\party\linkparty.ft the ability of a party is defined by the roles and security of a party. if you put the party under the Party Group then they share the roles Assigned to the party group but also have their roles and security independent of each other

Re: QuoteId and OrderId sequence, possible race condition?

2010-05-20 Thread Adrian Crum
I doubt there will be any need for additional synchronization. I think I know what's going on in your system. My previous scenario wasn't correct because I thought the ID was a part of the primary key and there was an exception thrown while storing the new value - due to a duplicate key

Causing a property map to reload

2010-05-20 Thread Craig Ambrose
Hello, Is there a mechanism that would cause my property maps to reload without restarting Ofbiz each time? I'm localizing all of site and would like to see changes to the property files be shown without having to stop and restart ofbiz. I'm specifying the property maps in my *Screens.xml file

Re: Causing a property map to reload

2010-05-20 Thread Adrian Crum
Use the Web Tools application to clear the properties.* caches. -Adrian On 5/20/2010 1:21 PM, Craig Ambrose wrote: Hello, Is there a mechanism that would cause my property maps to reload without restarting Ofbiz each time? I'm localizing all of site and would like to see changes to the

Re: Not able to update Company postal address

2010-05-20 Thread Kevin M. Myer
Sorry to dredge up an old thread, but I have run across this issue while trying to setup a demo site for internal testing. Is there any resolution to this issue in the works or are potential users left to test with only static seed data? I'd like to test with a real company name, organizational

Re: About OFbiz deployment in JBoss 5.1.0

2010-05-20 Thread Jacques Le Roux
Yes, much appreciated Jacques From: Ravindra Mandre raviof...@gmail.com good efforts , Ravinda On Thu, May 20, 2010 at 9:06 PM, vignesh sabapathi vignesh.sabapa...@tcs.com wrote: Hello fellow ofbizers I have deployed OFBiz release 9.04 on JBoss 5.1.0. I have seen in forums some of the

Re: QuoteId and OrderId sequence, possible race condition?

2010-05-20 Thread James McGill
For completeness' sake, the XSD Index: framework/minilang/dtd/simple-methods.xsd === --- framework/minilang/dtd/simple-methods.xsd (revision 2187) +++ framework/minilang/dtd/simple-methods.xsd (working copy) @@ -223,6 +223,19 @@

Re: QuoteId and OrderId sequence, possible race condition?

2010-05-20 Thread Adrian Crum
Thanks! I was going to do that once I had confirmation the patch fixes the problem. -Adrian On 5/20/2010 3:52 PM, James McGill wrote: For completeness' sake, the XSD Index: framework/minilang/dtd/simple-methods.xsd === ---

Re: QuoteId and OrderId sequence, possible race condition?

2010-05-20 Thread Matt Warnock
Isn't this exactly the kind of thing that SQL transactions, sequences, and foreign key constraints are designed to solve? If the thread is using transactions properly, the whole transaction should either be rolled back, or completed. Either way, the database SHOULD be in a wholly consistent

Re: QuoteId and OrderId sequence, possible race condition?

2010-05-20 Thread Adrian Crum
Matt, If you follow the thread from the start and visit the Jira issue, you will see that we are discussing a very specific problem - not transactions or sequences in general. To summarize: There is code in OFBiz that generates sequential ID numbers for orders and invoices. That code does not