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
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
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
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
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
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-
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
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