Recalculate

2007-11-28 Thread Jose Diaz
Hello: Exists in ofbiz the option of recalculate all the ending balance for all the GL ACCOUNTS? Jose

Re: Quick refund entire order button

2007-11-28 Thread David E Jones
Not that I know of, but it is fairly easy to change to do that. -David On Nov 28, 2007, at 3:42 PM, William Perng wrote: There is a "quick refund entire order" button in the order detail page. When this button is clicked, the shipping and handling won't be refunded. Is there a quick way f

Quick refund entire order button

2007-11-28 Thread William Perng
There is a "quick refund entire order" button in the order detail page. When this button is clicked, the shipping and handling won't be refunded. Is there a quick way for this button to refund everything the customer paid ? For example, add an url parameter to the button to tell system to refund ev

RE: Personalized product brochures

2007-11-28 Thread [EMAIL PROTECTED]
I second this advise. You'll be months on your own. Skip -Original Message- From: Walter Vaughan [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 28, 2007 1:25 PM To: user@ofbiz.apache.org Subject: Re: Personalized product brochures sollos wrote: >I have a client with a printing co

Re: Personalized product brochures

2007-11-28 Thread Walter Vaughan
sollos wrote: I have a client with a printing company that is interested in migrating to OFBiz. He has a line of product brochures for the medical industry that are purchased by doctors offices. The brochures are personalized for each order by imprinting the logo and contact information for the

Re: Personalized product brochures

2007-11-28 Thread BJ Freeman
you will have to do some customization, in ofbiz. all you need is in ofbiz. it is a large learning curve so if there is a short time period to deliver you may have to put i some extra to get up to speed. the first place to begin is http://docs.ofbiz.org/display/OFBTECH/Framework+Introduction+Videos

RE: Postgres dump/restore - our promotions are broken!

2007-11-28 Thread [EMAIL PROTECTED]
Hi Krzyzstof I was just wondering how to pronounce (say) your name "Krzyzstof ". I have never seen that name before. Skip -Original Message- From: Krzysztof Podejma [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 28, 2007 8:07 AM To: user@ofbiz.apache.org Subject: Re: Postgres dump/

Personalized product brochures

2007-11-28 Thread sollos
I have a client with a printing company that is interested in migrating to OFBiz. He has a line of product brochures for the medical industry that are purchased by doctors offices. The brochures are personalized for each order by imprinting the logo and contact information for the doctor. We would

Re: Postgres dump/restore - our promotions are broken!

2007-11-28 Thread Vince M. Clark
Never tracked down whether it was a postgres issue or not. We re-created the promotions and they worked. - Original Message - From: "Krzysztof Podejma" <[EMAIL PROTECTED]> To: user@ofbiz.apache.org Sent: Wednesday, November 28, 2007 9:07:17 AM (GMT-0700) America/Denver Subject: Re: P

Re: Postgres dump/restore - our promotions are broken!

2007-11-28 Thread Krzysztof Podejma
??? 2007/11/27, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > I would love to know how to pronounce Krzysztof. > > Skip > > -Original Message- > From: Krzysztof Podejma [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 27, 2007 7:57 AM > To: user@ofbiz.apache.org > Subject: Re: Postgres dum

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

2007-11-28 Thread pmacdee
I am getting a database connection error when I perform a quick ship. I have performed quickship on other orders without a problem. This order is different in that it is a no cost order. I made manual adjustments to make the cost zero. Here is the error, with svn info following: The Followin

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

2007-11-28 Thread Jacopo Cappellato
You have to configure the entityengine.xml file for the org.ofbiz.olap group; something like this: entity-group-reader="main" entity-eca-reader="main" distributed-cache-clear-enabled="false"> datasource-name="localderbyolap"/> Hope it helps (you can also check the s

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

2007-11-28 Thread pmacdee
I am getting a database connection error when I perform a quick ship. I have performed quickship on other orders without a problem. This order is different in that it is a no cost order. I made manual adjustments to make the cost zero. Here is the error, with svn info following: The Followin