On Mon, Jul 25, 2011 at 6:42 PM, Reed Loefgren <[email protected]> wrote: > Rolf, > > I'm using the latest L123 that was put out yesterday. I created a > transaction and committed it. Then I created another, exactly the same; same > ... > ...
Hi Reed, Each transaction is assigned a unique id (in acc_trans) from sequence. This was added by me to solve this very particular issue. With summary, transactions are grouped by transdate+source. In detail all individual transactions are shown. Query to retrieve data is in SL/RC.pm at line 181. Grouping is done not through SQL but Perl code. In my testing everything works fines but needs documentation for clarity. I plan to write a summary of everything discussed here on ledger123.com/docs and will ask you guys to comment. Regards Armaghan _______________________________________________ SQL-Ledger mailing list [email protected] http://lists.ledger123.com/mailman/listinfo/sql-ledger
