[Ledger-smb-devel] LedgerSMB 1.3.37-rc3 released

2014-01-28 Thread Chris Travers
Hi everyone, This will hopefully be the last release candidate for 1.3.37. This corrects a regression where saving over an existing order truncates the last line, but as I mentioned this has been a difficult release so testing is much appreciated. If no more regressions are found by Monday, I wo

Re: [Ledger-smb-devel] Idea for development

2014-01-28 Thread Chris Travers
On Tue, Jan 28, 2014 at 3:24 PM, o1bigtenor wrote: > Greetings > > I was able to get a copy of Ledger SMB going with Christ Travers > assistance (thanks again Chris). > > Now comes the fun of setting up the books and as there are for a farm in > Canada a pile of GIFI codes (in the 9000 range) tha

Re: [Ledger-smb-devel] Idea for development

2014-01-28 Thread o1bigtenor
On Tue, Jan 28, 2014 at 5:24 PM, o1bigtenor wrote: > Greetings > > I was able to get a copy of Ledger SMB going with Chris Travers assistance > (thanks again Chris). > Oops - - - sorry Chris!! > > Now comes the fun of setting up the books and as there are for a farm in > Canada a pile of GIFI c

[Ledger-smb-devel] Idea for development

2014-01-28 Thread o1bigtenor
Greetings I was able to get a copy of Ledger SMB going with Christ Travers assistance (thanks again Chris). Now comes the fun of setting up the books and as there are for a farm in Canada a pile of GIFI codes (in the 9000 range) that are not normally used for most businesses that I am setting up

Re: [Ledger-smb-devel] [Ledger-smb-commits] SF.net SVN: ledger-smb:[6698] trunk/sql/modules/arap.sql

2014-01-28 Thread Erik Huelsmann
Just noticed I'm reading out-of-order and that that's part of my missing context, although the immediate question remains. Regards, Erik. On Tue, Jan 28, 2014 at 7:40 PM, Erik Huelsmann wrote: > Hi Herman, > > Just noticed this commit (I'm trying to review all commits, not just > yours, it's

Re: [Ledger-smb-devel] [Ledger-smb-commits] SF.net SVN: ledger-smb:[6698] trunk/sql/modules/arap.sql

2014-01-28 Thread Erik Huelsmann
Hi Herman, Just noticed this commit (I'm trying to review all commits, not just yours, it's just that this one drew my attention in particular): On Tue, Jan 28, 2014 at 5:08 PM, wrote: > Revision: 6698 > http://sourceforge.net/p/ledger-smb/code/6698 > Author: tshvr > Date: 2014-

Re: [Ledger-smb-devel] Proposed design for exchangerate and currency tables for 1.5

2014-01-28 Thread Chris Travers
I noticed a few things that had to be changed. function names with exchangerate in them should be changed to exchange_rate. Additionally I added a column to exchange_rate called post_date that is a date field, and a primary key of (buy_curr, sell_curr, post_date). This seems widely applicable, w

[Ledger-smb-devel] Proposed design for exchangerate and currency tables for 1.5

2014-01-28 Thread Chris Travers
The requirements here are: 1. Store currency rates (from one currency to another) 2. Set up to allow configurable per transaction deviation from rates above 3. Would be managed by PGObject::Simple::Role-based classes. So here is the schema: CREATE TABLE currencies ( id serial not null unique