[Ledger-smb-devel] [PATCH] Add new sproc for account_heading_get -- seems sloppy. Changed AM to use it for header accounts.

2010-10-12 Thread John Locke
--- LedgerSMB/DBObject/Account.pm |9 + sql/modules/Account.sql | 13 - 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/LedgerSMB/DBObject/Account.pm b/LedgerSMB/DBObject/Account.pm index 509ca20..065c523 100644 --- a/LedgerSMB/DBObject/Account.pm

Re: [Ledger-smb-devel] Proposal: New web site maintainers

2010-10-04 Thread John Locke
team to help manage content and keep the website up to date. This is the part that we need to community help on. It does sound like there are several people on the list volunteering to help, we just need access and to agree on some guidelines. What's next? Cheers, John Locke Manager

Re: [Ledger-smb-devel] Infrastructure, was: Proposal: New web site maintainers

2010-10-04 Thread John Locke
with... Cheers, -- John Locke Manager, Freelock Computing http://www.freelock.com -- Virtualization is moving to the mainstream and overtaking non-virtualized environment for deploying applications. Does it make network security

[Ledger-smb-devel] Proposal: New web site maintainers

2010-10-03 Thread John Locke
make it happen within a day. I hope you will consider this proposal -- we like LedgerSMB and want to see it succeed. Cheers, -- John Locke Manager, Freelock Computing http://www.freelock.com -- Virtualization is moving

Re: [Ledger-smb-devel] ready to branch 1.3 off?

2010-03-17 Thread John Locke
+1 to everything Ed said. Using Jeff's repo is fine, and may be a good starting point. I have one, too, though the branches probably aren't that well organized, and I do need to add a post-update hook to update the master branch from svn trunk (there's an svn/trunk branch that is up to date).

Re: [Ledger-smb-devel] Error Handling in 2.0

2010-03-13 Thread John Locke
Ok this might be a dumb noob question, but why use some hexadecimal notation of the module? Why not just the string module name? -- John Original Message Subject: [Ledger-smb-devel] Error Handling in 2.0 From: Chris Travers chris.trav...@gmail.com To: Development discussion

Re: [Ledger-smb-devel] Error Handling in 2.0

2010-03-13 Thread John Locke
:43 AM PST On Sat, Mar 13, 2010 at 10:46 AM, John Locke m...@freelock.com wrote: Ok this might be a dumb noob question, but why use some hexadecimal notation of the module? Why not just the string module name? I was thinking about having a much more compact error notation. Maybe

Re: [Ledger-smb-devel] Global Namespaces

2010-03-13 Thread John Locke
Just reading back through the architecture threads, and I think it all mostly sounds great, I like the direction you're going. One thing comes to mind: I don't see a way of detecting in the Request struct the difference between a query argument in the URL vs the body, e.g. GET vs. POST

Re: [Ledger-smb-devel] Global Namespaces

2010-03-13 Thread John Locke
realize that could get tricky with thick clients, but probably on the read side more than the write side. Just musing. Luke On Sat, 13 Mar 2010, John Locke wrote: Just reading back through the architecture threads, and I think it all mostly sounds great, I like the direction you're

Re: [Ledger-smb-devel] Include this bug fix in next 1.2.x release?

2010-03-11 Thread John Locke
on the selection screen, something like a checkbox for include all payments vs include payments before date for those who might need the current behavior (I personally don't, as long as I'm aware of the change...) Is there a patch I can test now? Cheers, John Locke http://www.freelock.com

Re: [Ledger-smb-devel] [Ledger-smb-users] Include this bug fix in next 1.2.x release?

2010-03-11 Thread John Locke
notes. And I can create an unpatched branch in my repo if somebody really needs the old behavior. Cheers, John Locke http://www.freelock.com Original Message Subject: Re: [Ledger-smb-users] [Ledger-smb-devel] Include this bug fix in next 1.2.x release? From: Luke account

Re: [Ledger-smb-devel] SO Reports bug in 1.2.X

2010-03-02 Thread John Locke
Original Message Subject: Re: [Ledger-smb-devel] SO Reports bug in 1.2.X From: Chris Travers chris.trav...@gmail.com To: Development discussion for LedgerSMB ledger-smb-devel@lists.sourceforge.net Date: Tue 02 Mar 2010 10:28:48 AM PST On Tue, Mar 2, 2010 at 9:43 AM, John Locke

Re: [Ledger-smb-devel] [Ledger-smb-users] Security Advisory Update (XSRF issues)

2010-01-28 Thread John Locke
of work protecting privilege-escalation attacks that are already quite difficult to exploit. For most of the businesses likely to use LedgerSMB, the more significant/damaging attacks are likely to come from those who already have the privileges! Cheers, John Locke http://freelock.com

Re: [Ledger-smb-devel] API to insert an AR Transaction

2009-09-09 Thread John Locke
,$this); // attach foreign invoice number to $this $return = $plugin-findInvoice($invoice,$subscription); $plugin-getInvoice($invoice,$subscription); debug_msg($invoice); $this-invoicedata = $invoice; $this-notify('posted'); } Cheers, -- John Locke http

Re: [Ledger-smb-devel] API to insert an AR Transaction

2009-09-08 Thread John Locke
the post details out of the form being sent to the server from the UI. This technique also works with the CLI. Cheers, -- John Locke http://freelock.com Original Message Subject: Re: [Ledger-smb-devel] API to insert an AR Transaction From: Avron Olshewsky avr...@avrono.co.uk

Re: [Ledger-smb-devel] RFC: Proposed Framework Change for 1.4

2009-07-20 Thread John Locke
, SuSE, Debian, and yes I do include Ubuntu -- but newer than that is going to really limit participation. In my opinion, anyway. Cheers, -- John Locke http://freelock.com -- Enter the BlackBerry Developer Challenge

Re: [Ledger-smb-devel] LedgerSMB website

2009-06-25 Thread John Locke
it up to date and tighten down the spam prevention... Or if I could gain access to the server, I could do some upgrades/module installation. Cheers, John Locke http://freelock.com

[Ledger-smb-devel] 1.3 UI, user management, and sponsorship

2008-06-07 Thread John Locke
first (so I can meet payroll!). You can contact me directly at john at freelock.com. We've been planning to work on a tax module for destination-based sales tax, and a payroll module for quite some time, but haven't begun any of these since we've been waiting for 1.3 to stabilize... -- John

[Ledger-smb-devel] Proposal/Question: Object broker/dispatcher for alternative templates

2008-05-19 Thread John Locke
, and task. For a line item, for example, we could populate a drop-down with product number and description. Thoughts? -- John Locke Open Source Solutions for Small Business Problems published by Charles River Media, June 2004 http://www.freelock.com

Re: [Ledger-smb-devel] Entering a Sales Invoice via a script.

2008-03-20 Thread John Locke
the 'enter sales invoice' web page that lsmb generates... but there's quite a few fields there to play with. I was hoping to get to writing the script rather than spend the next couple of weeks guessing at what may work. Anyone around here have such information?? Cheers, -- John Locke

Re: [Ledger-smb-devel] Proposal: License Change for Manual And Standardization of Licenses for Official Docs

2007-10-23 Thread John Locke
for it, you wrote most of it :) Agreed... Cheers, -- John Locke Open Source Solutions for Small Business Problems published by Charles River Media, June 2004 http://www.freelock.com - This SF.net email is sponsored

Re: [Ledger-smb-devel] Proposal: License Change for Manual And Standardization of Licenses for Official Docs

2007-10-23 Thread John Locke
the software more widespread? Cheers, -- John Locke Open Source Solutions for Small Business Problems published by Charles River Media, June 2004 http://www.freelock.com - This SF.net email is sponsored by: Splunk Inc

Re: [Ledger-smb-devel] Re-authentication proposal for LedgerSMB 1.3 (HTTP Auth)

2007-10-03 Thread John Locke
Chris Travers wrote: On 10/2/07, *John Locke* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: First off, how can you do http auth using Javascript? One option is to grab the username and password from the form, make use XMLHttpRequestObject to make a request with that auth

Re: [Ledger-smb-devel] Re-authentication proposal for LedgerSMB 1.3 (HTTP Auth)

2007-10-02 Thread John Locke
them from changing the code? The big disadvantage is that some browsers may handle authentication differently and we will have to address this. Not sure what you mean here, unless you're talking digest versus basic auth? Cheers, -- John Locke Open Source Solutions for Small Business Problems

Re: [Ledger-smb-devel] Roles for 1.3-- feedback?

2007-08-09 Thread John Locke
planned? Cheers, -- John Locke Open Source Solutions for Small Business Problems published by Charles River Media, June 2004 http://www.freelock.com Chris Travers wrote: Some information is presumed public (meaning user-accessible), such as the structure of the CoA but not necessarily

Re: [Ledger-smb-devel] Roles for 1.3-- feedback?

2007-08-09 Thread John Locke
it to be fairly easy in the implementation stage to add additional group roles for this version. Sounds good! Cheers, -- John Locke Open Source Solutions for Small Business Problems published by Charles River Media, June 2004 http://www.freelock.com

Re: [Ledger-smb-devel] Roles for 1.3-- feedback?

2007-08-09 Thread John Locke
for any of the places I'm thinking of. The sensitive things are phone numbers, street addresses, etc. Cheers, -- John Locke Open Source Solutions for Small Business Problems published by Charles River Media, June 2004 http://www.freelock.com

Re: [Ledger-smb-devel] Ledger-smb-devel Dual units of measure

2007-07-07 Thread John Locke
that could be extended to provide such calculations, I could probably get them to jump to LSMB pretty easily... Cheers, -- John Locke Open Source Solutions for Small Business Problems published by Charles River Media, June 2004 http://www.freelock.com

Re: [Ledger-smb-devel] Proposed (and tentative) roadmap

2007-03-11 Thread John Locke
--is anyone working on such a thing? This may be an area we (Freelock Computing) devote some development time... Any suggestions on where to start? Cheers, -- John Locke Open Source Solutions for Small Business Problems published by Charles River Media, June 2004 http://www.freelock.com

[Ledger-smb-devel] Generating an invoice

2007-03-03 Thread John Locke
interface via https, or a web-enabled API to handle these transactions. What's the state of the API that was discussed early on? Is this the best approach, or should I be interacting with stored functions or directly on tables in the DB? Cheers, -- John Locke Open Source Solutions for Small

Re: [Ledger-smb-devel] Installer

2007-02-25 Thread John Locke
, or an ISO installer... Cheers, -- John Locke Open Source Solutions for Small Business Problems published by Charles River Media, June 2004 http://www.freelock.com - Take Surveys. Earn Cash. Influence the Future of IT Join

<    1   2