Re: importing orders from another system

2009-07-23 Thread BJ Freeman
temShipGroupAssoc. > > > Vince Clark > vcl...@globalera.com > (303) 493-6723 > > - Original Message - > From: "BJ Freeman" > To: user@ofbiz.apache.org > Sent: Tuesday, July 21, 2009 1:29:21 PM GMT -07:00 US/Canada Mountain > Subject: Re: importin

Re: importing orders from another system

2009-07-23 Thread Vince Clark
ince Clark vcl...@globalera.com (303) 493-6723 - Original Message - From: "BJ Freeman" To: user@ofbiz.apache.org Sent: Tuesday, July 21, 2009 1:29:21 PM GMT -07:00 US/Canada Mountain Subject: Re: importing orders from another system I read in the order info make a map then ca

Re: importing orders from another system

2009-07-22 Thread Vince Clark
, and apply the payment Vince Clark vcl...@globalera.com (303) 493-6723 - Original Message - From: "Jacopo Cappellato" To: user@ofbiz.apache.org Sent: Wednesday, July 22, 2009 8:54:30 AM GMT -07:00 US/Canada Mountain Subject: Re: importing orders from another system On Jul 22

Re: importing orders from another system

2009-07-22 Thread Jacopo Cappellato
- From: "Jacopo Cappellato" To: user@ofbiz.apache.org Sent: Wednesday, July 22, 2009 2:20:47 AM GMT -07:00 US/Canada Mountain Subject: Re: importing orders from another system Hi Vince, if you create the payment for the order before the invoice, when the invoice is created the p

Re: importing orders from another system

2009-07-22 Thread Vince Clark
m: "Jacopo Cappellato" To: user@ofbiz.apache.org Sent: Wednesday, July 22, 2009 2:20:47 AM GMT -07:00 US/Canada Mountain Subject: Re: importing orders from another system Hi Vince, if you create the payment for the order before the invoice, when the invoice is created the payment should be ap

Re: importing orders from another system

2009-07-22 Thread Jacopo Cappellato
Hi Vince, if you create the payment for the order before the invoice, when the invoice is created the payment should be applied to it. Jacopo On Jul 21, 2009, at 6:54 PM, Vince Clark wrote: I am building an import that connects to another system and imports orders on a daily basis. Paymen

Re: importing orders from another system

2009-07-21 Thread BJ Freeman
I read in the order info make a map then call the cart to create the order. usually my orders also include the payment information Like CC and authorization as well as AVS return. so I put those through payment services in accounting. they have made some changes in he last week so not sure if every

importing orders from another system

2009-07-21 Thread Vince Clark
I am building an import that connects to another system and imports orders on a daily basis. Payment processing and shipping is handled in the other system so I just need to create the order, a payment, and then ship the order to update inventory and accounting in OFBiz. I am not sure the best