Re: [Ledger-smb-devel] API to insert an AR Transaction

2009-09-08 Thread Avron Olshewsky
John, Also a great idea, many thanks. I guess I did not think it through Regards Avron Avron Olshewsky +55 21 8391 9537 (Brazil Mobile) +44 207 1837733 (UK Landline) http://www.avrono.co.uk "If you´re standing still, you´re really moving backwards" John Locke wrote: > Hi, > > Our techniqu

Re: [Ledger-smb-devel] API to insert an AR Transaction

2009-09-08 Thread John Locke
Hi, Our technique for doing this is a bit different. I use the Curl library to do an http post to the LedgerSMB server, containing the post details. It's actually a two-step process: first post with customer details, then parse form to get the line item ids, then post the final. You can get the po

Re: [Ledger-smb-devel] API to insert an AR Transaction

2009-09-08 Thread Avron Olshewsky
David, Many thanks, why did I not think of that ? Regards Avron Avron Olshewsky +55 21 8391 9537 (Brazil Mobile) +44 207 1837733 (UK Landline) http://www.avrono.co.uk "If you´re standing still, you´re really moving backwards" David A. Bandel wrote: > On Tue, Sep 8, 2009 at 16:30, Avron Ol

Re: [Ledger-smb-devel] API to insert an AR Transaction

2009-09-08 Thread David A. Bandel
On Tue, Sep 8, 2009 at 16:30, Avron Olshewsky wrote: > Hi, > > I would like to insert a transaction and only a transaction > automagically, from the API documentation I do not see a Method that > looks like it would perform that function. Can anyone tell me if they > know of a technique for doing t

[Ledger-smb-devel] API to insert an AR Transaction

2009-09-08 Thread Avron Olshewsky
Hi, I would like to insert a transaction and only a transaction automagically, from the API documentation I do not see a Method that looks like it would perform that function. Can anyone tell me if they know of a technique for doing this or could explain what would be involved. I am a Perl dev