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

2009-09-11 Thread Darren Wiebe
Thanks, that'll get me started! -- Darren Wiebe Aleph Communications [email protected] John Locke wrote: > Original Message > Subject: Re: [Ledger-smb-devel] API to insert an AR Transaction > From: Darren Wiebe > To: Development discussion for LedgerS

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

2009-09-09 Thread John Locke
Original Message Subject: Re: [Ledger-smb-devel] API to insert an AR Transaction From: Darren Wiebe To: Development discussion for LedgerSMB Date: Tue 08 Sep 2009 07:34:18 PM PDT > Do you have any sample code you'd like to share? > > Darren Wiebe > dar

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

2009-09-09 Thread Darren Wiebe
Do you have any sample code you'd like to share? Darren Wiebe [email protected] John Locke wrote: > 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: fir

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
t the post details out of the form being sent to the server from the UI. This technique also works with the CLI. Cheers, -- John Locke http://freelock.com Original Message Subject: Re: [Ledger-smb-devel] API to insert an AR Transaction From: Avron Olshewsky To: Develo

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