[Ledger-smb-devel] Math::BigFloat fixes

2011-10-25 Thread Chris Travers
Hi all; Thanks to the generous assistance from David Bandel, I have been successful at reproducing the issue with the recent Math::BigFloat-induced bugs. I have further been able to correct it at least in my own instance. Description of issue: 1.2: When you try to update an existing transactio

Re: [Ledger-smb-devel] Math::BigFloat fixes

2011-10-25 Thread Chris Travers
Actually for those hitting this issue, the best thing to do is to svn up to revision 3925. Versions after this for 1.3.x may require database changes. Best Wishes, Chris Travers -- The demand for IT networking profession

[Ledger-smb-devel] Proposal: Web Services API

2011-10-25 Thread John Locke
Hi, Erik and I were just chatting on IRC about web services. I recently updated our in-house management system to generate new invoices in LSMB, and it's a pain in the butt to do -- the current process looks like this: 1. Hit the Login page with username/pw, store session cookie 2. Post some mini

Re: [Ledger-smb-devel] Ledger-smb-devel Digest, Vol 58, Issue 21

2011-10-25 Thread Hugh Esco
John: Yes, that would be me, please. Two some years ago I did some preliminary work on: http://search.cpan.org/~hesco/LedgerSMB-API-0.04a/lib/LedgerSMB/API.pm And have experience writing RESTful interfaces using Application::REST, I think it is. Please include me in further discussions on

Re: [Ledger-smb-devel] Proposal: Web Services API

2011-10-25 Thread Robert James Clay
On Tue, 2011-10-25 at 17:03 -0400, Hugh Esco wrote: > Two some years ago I did some preliminary work on: > http://search.cpan.org/~hesco/LedgerSMB-API-0.04a/lib/LedgerSMB/API.pm > > And have experience writing RESTful interfaces using Application::REST, > I think it is. > REST::Applicati

Re: [Ledger-smb-devel] Proposal: Web Services API

2011-10-25 Thread Chris Travers
On Tue, Oct 25, 2011 at 1:38 PM, John Locke wrote: > Hi, > > Erik and I were just chatting on IRC about web services. I recently > updated our in-house management system to generate new invoices in LSMB, > and it's a pain in the butt to do -- the current process looks like this: > > 1. Hit the Log

Re: [Ledger-smb-devel] Proposal: Web Services API

2011-10-25 Thread Chris Travers
On Tue, Oct 25, 2011 at 3:40 PM, Robert James Clay wrote: > On Tue, 2011-10-25 at 17:03 -0400, Hugh Esco wrote: >> Two some years ago I did some preliminary work on: >> http://search.cpan.org/~hesco/LedgerSMB-API-0.04a/lib/LedgerSMB/API.pm >> >> And have experience writing RESTful interfaces using