RE: Year End Inventory Reconciliation

2008-12-18 Thread William Perng
Relations?entityName=Inven toryItemVariance William Perng sent the following on 12/18/2008 11:59 AM: > Hi, > > > > We are looking for a way to do year end inventory reconciliation in ofbiz? > Since we have many entries for each product in the inventory item table, it > is

Year End Inventory Reconciliation

2008-12-18 Thread William Perng
Hi, We are looking for a way to do year end inventory reconciliation in ofbiz? Since we have many entries for each product in the inventory item table, it is difficult for us to adjust the inventory item line by line. We are thinking to create a procedure to zero out all inventory items then

RE: Order is charged but still in approved state

2008-11-28 Thread William Perng
-Original Message- From: William Perng [mailto:[EMAIL PROTECTED] Sent: Friday, November 28, 2008 10:10 AM To: user@ofbiz.apache.org Subject: RE: Order is charged but still in approved state Payflow Thanks William -Original Message- From: Sam Hamilton [mailto:[EMAIL PROTECTED] Sent

RE: Order is charged but still in approved state

2008-11-28 Thread William Perng
to capture again. > the only way I see is to write you own service or manually change them > through the webtools > > > > William Perng sent the following on 11/26/2008 3:25 PM: >> We have several orders; the credit card payments have been captured. >> However, bec

Order is charged but still in approved state

2008-11-26 Thread William Perng
We have several orders; the credit card payments have been captured. However, because exceptions happen after capture, they are still in approved state. Is there any way to move them to complete? I tried "quick ship entire order" button and regular pick then pack process. I always get payment ex

payment cancel button on order detail page

2008-10-29 Thread William Perng
Hi, Does the cancel button on payment information section of order detail page release credit card transaction from credit card service provider ? The link behind the button is linked to "updatePaymentPreference", it doesn't call payflowCCVoid module in my test. I have set payflowCCVoid in pay

RE: zero dollar product

2008-03-03 Thread William Perng
Solution works. Thanks William -Original Message- From: Rashko Rejmer [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2008 10:25 AM To: user@ofbiz.apache.org Subject: RE: zero dollar product Hi William, The logic that is implemented behind invoice creation is that if we create fe

RE: zero dollar product

2008-02-28 Thread William Perng
Could you give me the screen shot of your order detail page ? I just found the issue (https://issues.apache.org/jira/browse/OFBIZ-207) in Jira. I hope someone can be assigned to fix it. Thanks William -Original Message- From: Bilgin Ibryam [mailto:[EMAIL PROTECTED] Sent: Wednesday, Fe

Payflow Pro EFT(TeleCheck) module

2008-02-28 Thread William Perng
Does anyone have the java class for Payflow pro EFT(TeleCheck) service ? The ofbiz comes with one class (PayflowPro.java) for credit card service, but I need one for EFT(TeleCheck) account. Thanks William

zero dollar product

2008-02-26 Thread William Perng
When I try to create an order with only shipping charge (the product value is 0 after promotion or we can change it to 0 in the cart) and pay by credit card, the amount is not captured correctly. It seems nothing will be captured, if the product value is 0. However, I do need the shipping charge

RE: Duplicate primary key for Invoice

2008-02-01 Thread William Perng
I am having the same problem. I did a clean install, but the problem comes back. William -Original Message- From: Raj Saini [mailto:[EMAIL PROTECTED] Sent: Thursday, January 31, 2008 5:59 AM To: user@ofbiz.apache.org Subject: Re: Duplicate primary key for Invoice Are you using derby db

Quick refund entire order button

2007-11-28 Thread William Perng
ystem to refund everything. Thanks William Perng [EMAIL PROTECTED]

RE: price rule and quote

2007-11-27 Thread William Perng
Tuesday, November 27, 2007 10:02 AM To: user@ofbiz.apache.org; [EMAIL PROTECTED] Subject: Re: price rule and quote De : "William Perng" <[EMAIL PROTECTED]> > I guess the problem is in createQuoteItem method of QuoteServices.xml. > When the "calculateProductPrice" serv

RE: price rule and quote

2007-11-26 Thread William Perng
I guess the problem is in createQuoteItem method of QuoteServices.xml. When the "calculateProductPrice" service is called, the quantity is not passed in. Thanks William -Original Message----- From: William Perng [mailto:[EMAIL PROTECTED] Sent: Monday, November 26, 2007 11:04 A

price rule and quote

2007-11-26 Thread William Perng
When a quote item is created, will the system take the price rule into account ? Thanks William Perng [EMAIL PROTECTED]

return adjustment without item

2007-11-21 Thread William Perng
eturn" button in the Order Items page is clicked, if I want the adjustment to be refunded to credit card automatically ? Thanks William Perng [EMAIL PROTECTED]

Auto re-order shoppinglist error

2007-10-26 Thread William Perng
I am using the build 588684. It seems the auto reorder list cannot be created from ecommerce app, the error message is "java.lang.Integer cannot be cast to java.lang.Long". Does anyone experience the same problem ? Thanks William

OrderHead and TrackingCode

2007-10-25 Thread William Perng
There is a many to many relationship between OrderHeader table and TrackingCode table. I thought many(OrderHeader) to one(TrackingCode) should be good enough. Could anyone please tell me what's the design idea(or business benefit) behind this ? William

RE:

2007-08-23 Thread William Perng
I had similar problem. What is the database you use ? William -Original Message- From: chitrakala ramanujam [mailto:[EMAIL PROTECTED] Sent: Thursday, August 23, 2007 10:55 AM To: [EMAIL PROTECTED] Subject: Hi, Getting the following error while submitting the order in ofbiz. The err

RE: sessionAttributes in screen widget

2007-08-08 Thread William Perng
ere wrong. > > Check out the UtilHttp.getCombinedMap(HttpServletRequest request, Set > namesToSkip) method. > > -David > > > William Perng wrote: >> I am not sure I understand ofbiz correctly. Please correct me, if I >> am wrong. I thought if I want to put the p

RE: sessionAttributes in screen widget

2007-08-08 Thread William Perng
put the partyId in the parameters Map? William Perng wrote: > I put the partyId in session attribute, however, I am not able to use the > following code to retrieve it in screen widget.from-field="sessionAttributes.partyId"/> It works fine, if I put my >

sessionAttributes in screen widget

2007-08-08 Thread William Perng
I put the partyId in session attribute, however, I am not able to use the following code to retrieve it in screen widget. It works fine, if I put my partyId in url and use parameters.partyId to read it. Could anyone please help ? Thanks William Perng [EMAIL PROTECTED]

RE: ms sql server 2005 shoppinglist problem

2007-08-08 Thread William Perng
AM To: user@ofbiz.apache.org; [EMAIL PROTECTED] Subject: Re: ms sql server 2005 shoppinglist problem Sorry, that my suggestion wasn't the right one, and happy that it works for you. Amine. 2007/8/8, William Perng <[EMAIL PROTECTED]>: > > I tried the ntext, it still doesn't

RE: ms sql server 2005 shoppinglist problem

2007-08-08 Thread William Perng
ervice reference menu (you select the service, and then click on schedule) 2007/8/7, William Perng <[EMAIL PROTECTED]>: > > I double check my RUNTIME_DATA column in runtimeInfo table. It has > been set to type "text", and it still doesn't work. Please help, > thank

RE: ms sql server 2005 shoppinglist problem

2007-08-07 Thread William Perng
I double check my RUNTIME_DATA column in runtimeInfo table. It has been set to type "text", and it still doesn't work. Please help, thanks. -Original Message- From: William Perng [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 07, 2007 11:39 AM To: user@ofbiz.apache.

RE: ms sql server 2005 shoppinglist problem

2007-08-07 Thread William Perng
fo in the table RUNTIME_DATA that hasn't the suitable size, it should be changed to type text or ntext. Amine. 2007/8/7, William Perng <[EMAIL PROTECTED]>: > > My ofbiz instance uses ms sql server 2005. The schedule service > doesn't generate orders from my automatic re-o