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 to be captured. Can someone please help me ? Thanks William |
Hi William,
Why you decided that the amount is not captured correctly? Can yo reproduce it on demo server? When you choose credit card for payment method, during order creation the total amount(including shipment)is authorized. Then in order view screen (payment section) you can see the authorization and capture the amount. You will also see the open amount (not authorized amount) which is usually 0. May be you get confused with this zero amount? I just tested, you can capture only shipments... Regards, Bilgin Ibryam |
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:[hidden email]] Sent: Wednesday, February 27, 2008 4:48 PM To: [hidden email] Subject: Re: zero dollar product Hi William, Why you decided that the amount is not captured correctly? Can yo reproduce it on demo server? When you choose credit card for payment method, during order creation the total amount(including shipment)is authorized. Then in order view screen (payment section) you can see the authorization and capture the amount. You will also see the open amount (not authorized amount) which is usually 0. May be you get confused with this zero amount? I just tested, you can capture only shipments... Regards, Bilgin Ibryam -- View this message in context: http://www.nabble.com/zero-dollar-product-tp15698743p15724177.html Sent from the OFBiz - User mailing list archive at Nabble.com. |
In reply to this post by wperng
I'd like to disable the automatic GL posting on the POS side, and
just have that happen when the order hits the server via a sync. Any pointers or explicit directions would be appreciated. Thanks. |
Administrator
|
In reply to this post by wperng
Please, see my comments in https://issues.apache.org/jira/browse/OFBIZ-207
Sorry, but I have no time to look at it now Jacques From: "William Perng" <[hidden email]> > 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:[hidden email]] > Sent: Wednesday, February 27, 2008 4:48 PM > To: [hidden email] > Subject: Re: zero dollar product > > > Hi William, > > Why you decided that the amount is not captured correctly? Can yo reproduce > it on demo server? > > When you choose credit card for payment method, during order creation the > total amount(including shipment)is authorized. Then in order view screen > (payment section) you can see the authorization and capture the amount. You > will also see the open amount (not authorized amount) which is usually 0. > May be you get confused with this zero amount? > > I just tested, you can capture only shipments... > > Regards, > Bilgin Ibryam > -- > View this message in context: > http://www.nabble.com/zero-dollar-product-tp15698743p15724177.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > > > |
Administrator
|
In reply to this post by Jeff Burton-2
Look for createAcctgTrans string in all *eca*.xml
Jacques ----- Original Message ----- From: "Jeff Burton" <[hidden email]> To: <[hidden email]> Sent: Friday, February 29, 2008 2:41 AM Subject: POS automatic GL posting disable > I'd like to disable the automatic GL posting on the POS side, and > just have that happen when the order hits the server via a sync. Any > pointers or explicit directions would be appreciated. Thanks. > > |
In reply to this post by wperng
William,
I checked only credit card capture amount, but not the invoices. It seems there is a but with invoices in this case. I will take a look at issue. |
In reply to this post by wperng
Hi William,
The logic that is implemented behind invoice creation is that if we create few invoices from one order then shipping and global taxes are prorated between each invoice. The implementation of the createInvoiceForOrder service does proration this way: if the product store oprion prorate shipping == Y then the amount of shipping will be calculated on invoice sub total basis. In your case invoice sub total is = 0 so the shipping charge is not included in the invoice. One quick solution will be to turn off the prorate shipping option in your product store. In this case shipping charges will be included in the first invoice that will be created from your order. Hope this helps Regards, Rashko Rejmer
|
Solution works.
Thanks William -----Original Message----- From: Rashko Rejmer [mailto:[hidden email]] Sent: Monday, March 03, 2008 10:25 AM To: [hidden email] Subject: RE: zero dollar product Hi William, The logic that is implemented behind invoice creation is that if we create few invoices from one order then shipping and global taxes are prorated between each invoice. The implementation of the createInvoiceForOrder service does proration this way: if the product store oprion prorate shipping == Y then the amount of shipping will be calculated on invoice sub total basis. In your case invoice sub total is = 0 so the shipping charge is not included in the invoice. One quick solution will be to turn off the prorate shipping option in your product store. In this case shipping charges will be included in the first invoice that will be created from your order. Hope this helps Regards, Rashko Rejmer wperng wrote: > > 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:[hidden email]] > Sent: Wednesday, February 27, 2008 4:48 PM > To: [hidden email] > Subject: Re: zero dollar product > > > Hi William, > > Why you decided that the amount is not captured correctly? Can yo > reproduce it on demo server? > > When you choose credit card for payment method, during order creation > the total amount(including shipment)is authorized. Then in order view > screen (payment section) you can see the authorization and capture the > You > will also see the open amount (not authorized amount) which is usually 0. > May be you get confused with this zero amount? > > I just tested, you can capture only shipments... > > Regards, > Bilgin Ibryam > -- > View this message in context: > http://www.nabble.com/zero-dollar-product-tp15698743p15724177.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > > > > -- View this message in context: http://www.nabble.com/zero-dollar-product-tp15698743p15806262.html Sent from the OFBiz - User mailing list archive at Nabble.com. |
Free forum by Nabble | Edit this page |