Re: [Ledger-smb-devel] Debug suggestions for lsmb

2010-07-08 Thread Ian Goodacre
Since early this year Log4perl is included and used in some of the modules. It's easy to add more logging. See LedgerSMB/Sysconfig.pm for configuration and LedgerSMB.pm for some examples. Note the use of LedgerSMB::Log and $logger. On Thu, 2010-07-08 at 09:01 -0700, Gerald Chudyk wrote: > I think

Re: [Ledger-smb-devel] How can I help?

2010-04-05 Thread Ian Goodacre
te for me to post patches directly to the list rather than the tracker? I would be happy to but worry that it might make the list too noisy for some. Regards, Ian Goodacre -- Download Intel® Parallel Studio Eval Try the

Re: [Ledger-smb-devel] How can I help?

2010-04-05 Thread Ian Goodacre
ency to the issue just, possibly, an opportunity to be more helpful if someone set me on the right path. In the mean time, I am hoping/assuming this list reaches the same people, eventually. Regards, Ian Goodacre -- Down

[Ledger-smb-devel] How can I help?

2010-03-29 Thread Ian Goodacre
ld do that would be more helpful. I don't want to fill the tracker with unhelpful submissions nor waste anyones time with them. My apologies if my question seems rude - I don't intend it to be. I appreciate the generosity of all concerned and recognize no one has any obligation to me. R

Re: [Ledger-smb-devel] Another question re: 2.0

2010-03-18 Thread Ian Goodacre
On Wed, 2010-03-17 at 15:06 -0500, Adam Thompson wrote: > > From: Ian Goodacre [mailto:ian.gooda...@xtra.co.nz] > > > > Is there a problem with current distribution methods? > > Yes. ... Good points, well said and nothing I disagree with. Whatever happens, I hope it will

Re: [Ledger-smb-devel] Another question re: 2.0

2010-03-17 Thread Ian Goodacre
On Sun, 2010-03-07 at 12:27 -0800, Chris Travers wrote: > What do folks think about moving to CPAN as a distribution mechanism > for 2.0 and perhaps only seeing Sourceforge as for bundle > distributions? I think CPAN works very well for distribution of Perl modules to be installed to the standard

Re: [Ledger-smb-devel] partsvendor, entity_id and vendor_id

2010-03-15 Thread Ian Goodacre
everal references to non-existent partscustomer.customer_id. I haven't looked far enough to know what might be an appropriate fix in this case. Regards, Ian Goodacre -- Download Intel® Parallel Studio Eval Try the n

Re: [Ledger-smb-devel] partsvendor, entity_id and vendor_id

2010-03-15 Thread Ian Goodacre
Hi Chris, Initial visual review is promising. I'll retest the problems I had and let you know... I think a misplaced colon in sql/modules/Roles.sql: CREATE ROLE "lsmb___users_manage" WITH INHERIT NOLOGIN; IN ROLE "lsmb___contact_read" Regards, Ian Goodacre On Sat,

Re: [Ledger-smb-devel] partsvendor, entity_id and vendor_id

2010-03-11 Thread Ian Goodacre
On Thu, 2010-03-11 at 12:49 -0800, Chris Travers wrote: > If it's ok with you... It certainly is. And thanks for the prompt attention. Regards, Ian Goodacre -- Download Intel® Parallel Studio Eval Try the new

[Ledger-smb-devel] partsvendor, entity_id and vendor_id

2010-03-11 Thread Ian Goodacre
e used consistently in both tables and all queries? Then I would only question the choice of name, again because entity_id suggests the entity table to me, rather than the entity_credit_account table. Regards, Ian Goodacre

Re: [Ledger-smb-devel] AR Reports

2010-03-11 Thread Ian Goodacre
e posted a couple more patches to the tracker. One addressed the incorrect calculation of amount paid in the AR detail report and the other addresses the faults in the summary reports for both AR and AP. They are tested very minimally, but produce reasonable results i

Re: [Ledger-smb-devel] AR Reports

2010-03-10 Thread Ian Goodacre
am so new to LedgerSMB, I may be entirely wrong in my assumptions and (mis-)understanding of what is wrong, so i would be happy to be redirected. Regards, Ian Goodacre On Wed, 2010-03-10 at 10:51 -0800, Chris Travers wrote: > On Wed, Mar 10, 2010 at 3:28 AM, Ian Goodacre wrote: > > Hi,

[Ledger-smb-devel] AR Reports

2010-03-10 Thread Ian Goodacre
assume this is what the Invoice column is intended to indicate) total and amount paid all incorrectly. I began "fixing" the queries to correct the report but I wonder if the root cause might be elsewhere. Any guidance would be much appreciated. Regards, Ia

Re: [Ledger-smb-devel] Creating database and users in 1.3

2010-02-01 Thread Ian Goodacre
Hi Chris, Thanks for looking at the patches I submitted. In response to your query about patches 0005 and 0006, I have revised the patches to break the changes out into smaller parts and tried to provide more informative comments. Along the way I found and fixed a few more problems. The revised p

[Ledger-smb-devel] Creating database and users in 1.3

2010-01-30 Thread Ian Goodacre
owed me to create databases and users. These aren't well tested, but I would welcome any comments or suggestions. Regards, Ian >From 067616da6a94d09bc312dcfceee985d1f32bfb33 Mon Sep 17 00:00:00 2001 From: Ian Goodacre Date: Tue, 26 Jan 2010 05:36:05 +1300 Subject: [PATCH 1/8] Add .gitignor