Re: Refunds in POS

2007-12-01 Thread Jacques Le Roux
> Note that we are also running entity sync. Transactions occur on POS > terminals and are then pushed to Master Central Server. > > When a return is done at a POS terminal we need the transaction to go from > start to finish, including refunding the credit card if that payment method was used. >

Re: Question about how to enter an accounting transaction

2007-12-01 Thread Jacopo Cappellato
Jim, it's great to know that you are trying to setup/test GL in OFbiz and I think that it would of great help, both to users and developers, if you could put your notes in an OFBiz Wiki page (http://docs.ofbiz.org/pages/listpages-dirview.action?key=OFBIZ) Jacopo Anil Patel wrote: This remi

Problem running Junit Test Cases

2007-12-01 Thread Vikas Mayur
We have JUnit test cases for few components. I tried to run the accounting test suite, but the test fails with following error >> Error in Service [createFinAccount]: You must be logged in to complete the [Create a Financial Account] process. This error is solved when I use delegator = GenericDel

Re: Problem running Junit Test Cases

2007-12-01 Thread BJ Freeman
http://ofbiz.apache.org/docs/services.html see Service Dispatcher The web.xml for each component calls out the local dispatcher and delegator. the local dispatcher is for the services that that component. The default delegator is define in the entityengine.xml. the Vikas Mayur sent the following

Re: Question about how to enter an accounting transaction

2007-12-01 Thread Jim Barrows
That's the plan.. however I haven't gotten an anser to my question of what the values mean, an are used for in the transaction type drop down. I'm hoping to spend some time today scouring the code and see if they're used for anything. On Dec 1, 2007 4:56 AM, Jacopo Cappellato <[EMAIL PROTECTED]

Re: configuruation documentation.

2007-12-01 Thread BJ Freeman
I have fleshed out my stuff. http://docs.ofbiz.org/display/OFBIZ/Catalog+%28Products%29 I took a different slant than most doc in that I put in things that were of interest. also approached it by the top level menus. found an interesting link. http://docs.ofbiz.org/display/OFBIZ/OFBiz+Applications+

all of a sudden, java.lang.OutOfMemoryError

2007-12-01 Thread Case Torres
Hi, OFBiz used to run like a champ on my XP Pro computer. Now, I'm getting the following errors from ofbiz and everything on my computer comes to a screeching halt. I think my automatic update updated jdk from 1.5 to 1.6. Could this be the problem. Anyone else have this problem? Any ideas? Thanks

Re: connection with the database. (new connection from the pool)

2007-12-01 Thread pmacdee
Here is the section out of my ./framework/entity/config/entityengine.xml I changed to but I got the same error. I want to add that I had used the quick ship several times before and all other parts of the system appear to work OK. Thanks! Jacopo

RE: Printing

2007-12-01 Thread [EMAIL PROTECTED]
Thanks Jacopo, I'll give that a try! -Original Message- From: Jacopo Cappellato [mailto:[EMAIL PROTECTED] Sent: Friday, November 30, 2007 11:42 PM To: user@ofbiz.apache.org Subject: Re: Printing Yes, sorry, I meant that you can define a new controller's entry (new request map and view m

Re: all of a sudden, java.lang.OutOfMemoryError

2007-12-01 Thread BJ Freeman
one reason I don't allow automatic updates, especially from MS. do a CTRL-ATL-DEL and look at the processes. if you are using a large amount of Virtual memory then you could be slow because the disk is not defraged. Look at the processes you have running and see if any one of them has a large amoun

multiple rows

2007-12-01 Thread Vedam B
Hi all, I need help on "How to retrieve multiple rows from entity" using simple method. Appreciate your help. Regards Vedam

RE: all of a sudden, java.lang.OutOfMemoryError

2007-12-01 Thread Case Torres
java.exe is larger than what's specified in startofbiz.bat Can I just increase what's in the .bat file or should I uninstall 1.6 and reinstall 1.5?? I thought I read somewhere that release 4.0, at least, does not support 1.6. Thanks, Case Torres [EMAIL PROTECTED] -Original Message- F

Re: all of a sudden, java.lang.OutOfMemoryError

2007-12-01 Thread BJ Freeman
have two issues here. one is allocated memory on startup. currently the max is 512. I have increased mine to 768. You did not say how much virutal memory you using. That is on the performance tab. and ver 4.0 There have been some depreciated stuff in 1.5 and 1.6 that 4.0 may need. it may be not ev

Re: multiple rows

2007-12-01 Thread BJ Freeman
look at /framework/minilang/dtd/simple-methods.xsd this will give you all the capabilities then search the xml files for use. Vedam B sent the following on 12/1/2007 5:36 PM: > Hi all, > > I need help on "How to retrieve multiple rows from entity" using simple > method. > > Appreciate your help.

Re: multiple rows

2007-12-01 Thread BJ Freeman
also available here http://ofbiz.apache.org/dtds/simple-methods.xsd BJ Freeman sent the following on 12/1/2007 7:19 PM: > look at /framework/minilang/dtd/simple-methods.xsd > this will give you all the capabilities > then search the xml files for use. > > Vedam B sent the following on 12/1/2007 5

Getting parameters from outside of a form

2007-12-01 Thread [EMAIL PROTECTED]
I have a screen that looks like this: ftl menu containing and a button some more ftl a form called createCollectionContact some more ftl I want the button in the menu to do a post that includes the printerName variable, but for the life of me, cannot figure out how to do it. I have tried t

Re: Getting parameters from outside of a form

2007-12-01 Thread Scott Gray
You could use javascript to pull the value of the drop down and put it into a hidden input inside the form. Regards Scott On 02/12/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I have a screen that looks like this: > > ftl menu containing > and a button > > some more ftl > > a form ca

RE: Getting parameters from outside of a form

2007-12-01 Thread [EMAIL PROTECTED]
Thank you scott. I'll dig out my old trusty (and dusty) javascript book and figure it out. Skip -Original Message- From: Scott Gray [mailto:[EMAIL PROTECTED] Sent: Saturday, December 01, 2007 7:55 PM To: user@ofbiz.apache.org Subject: Re: Getting parameters from outside of a form You c

Re: Getting parameters from outside of a form

2007-12-01 Thread BJ Freeman
lots of examples already used [EMAIL PROTECTED] sent the following on 12/1/2007 8:34 PM: > Thank you scott. I'll dig out my old trusty (and dusty) javascript book and > figure it out. > > Skip > > -Original Message- > From: Scott Gray [mailto:[EMAIL PROTECTED] > Sent: Saturday, December