Re: Algorithm for allocating payments

2009-11-10 Thread marcus.wolschon
On Mon, 09 Nov 2009 13:48:18 +0200, Graham Leggett wrote: > marcus.wolsc...@googlemail.com wrote: > >> Why write it yourself? > > Because jgnucashlib didn't exist when I started writing this code, it's > been around for a while :) > >> That code already exists in jGnucashLib. >> https://sourcef

Re: Algorithm for allocating payments

2009-11-09 Thread Graham Leggett
marcus.wolsc...@googlemail.com wrote: > Why write it yourself? Because jgnucashlib didn't exist when I started writing this code, it's been around for a while :) > That code already exists in jGnucashLib. > https://sourceforge.net/projects/jgnucashlib/ > > I remember that I wrote code to mark t

Re: Algorithm for allocating payments

2009-11-09 Thread marcus.wolschon
On Mon, 09 Nov 2009 05:29:57 +0200, Graham Leggett wrote: > Hi all, > > I am currently trying to create some code to add a payment to a gnucash > xml file in java, and I am struggling to find a proper description of > the procedure I need to create the lots that link the transaction in A/R > with

Algorithm for allocating payments

2009-11-08 Thread Graham Leggett
Hi all, I am currently trying to create some code to add a payment to a gnucash xml file in java, and I am struggling to find a proper description of the procedure I need to create the lots that link the transaction in A/R with the customer who made the payment. Is there a definitive description