Re: [Ledger-smb-devel] MVC

2007-07-06 Thread Ho-Sheng Hsiao
Chris Travers wrote: > > Yes it has, but let me save you the trouble. This pretty much sums up > the approach: > http://www.ledgersmb.org/node/41 Thanks. Are you metatrontech on #ledgersmb? He gave me the link to this. Ho-Sheng Hsiao Isshen, LLC http://www.isshen.com

Re: [Ledger-smb-devel] CLI order and invoice scripts (was: COGS and part setup)

2007-07-06 Thread Chris Travers
On 7/6/07, Ho-Sheng Hsiao <[EMAIL PROTECTED]> wrote: > > Charley Tiggs wrote: > > http://www.tiggs.net/lsmb_resources.zip > > Charley, > > I was looking for something like this. I don't suppose you (or someone > on this list?) have a Perl version of this? I think for Perl it woul probably be easie

Re: [Ledger-smb-devel] MVC

2007-07-06 Thread Chris Travers
On 7/6/07, Ho-Sheng Hsiao <[EMAIL PROTECTED]> wrote: > I know there are plans to use a TT as the templating engine. Are there > plans to break out the code along MVC lines? Right now, looking at the > 1.1.12 code (havn't gotten the migration working to that yet), > everything looks really messy. I

Re: [Ledger-smb-devel] MVC

2007-07-06 Thread Joshua D. Drake
Ho-Sheng Hsiao wrote: > Hi all, > > It has been a long time (2 or 3 years) since I last messed with the SL > codebase. I'm in the middle of migrating from SL to LSMB and in the > middle of it found some glitches. I started looking the code to track > down what went wrong ... and that itch to code

Re: [Ledger-smb-devel] CLI order and invoice scripts (was: COGS and part setup)

2007-07-06 Thread Ho-Sheng Hsiao
Charley Tiggs wrote: > http://www.tiggs.net/lsmb_resources.zip Charley, I was looking for something like this. I don't suppose you (or someone on this list?) have a Perl version of this? Ho-Sheng Hsiao Isshen, LLC http://www.isshen.com -

[Ledger-smb-devel] MVC

2007-07-06 Thread Ho-Sheng Hsiao
Hi all, It has been a long time (2 or 3 years) since I last messed with the SL codebase. I'm in the middle of migrating from SL to LSMB and in the middle of it found some glitches. I started looking the code to track down what went wrong ... and that itch to code started up. I've been working with

Re: [Ledger-smb-devel] CLI order and invoice scripts (was: COGS and part setup)

2007-07-06 Thread Jeff Kowalczyk
Charley Tiggs wrote: > http://www.tiggs.net/lsmb_resources.zip Thanks so much for releasing this, Charley. Documentation of these parts of the CLI API is an invaluable help. I'm going to be doing my integration work with python, which I'll also try to release publicly. Are there any objections t

Re: [Ledger-smb-devel] Replacing vendor and customer tables

2007-07-06 Thread Chris Travers
> > 1) BIC and IBAN are not really used by the rest of the application. I > > am thinking of breaking these off into a separate table anyway. > > This sounds very reasonable, to me > > > 2) A customer could also be a vendor. So entity_id could not be > > assumed to be unique. Furthermore, you n

Re: [Ledger-smb-devel] Replacing vendor and customer tables

2007-07-06 Thread Aurynn Shaw
Hi Chris; > > Looking at these tables at the moment here are the thoughts that > occur to me: > > 1) BIC and IBAN are not really used by the rest of the application. I > am thinking of breaking these off into a separate table anyway. This sounds very reasonable, to me > 2) A customer could a

Re: [Ledger-smb-devel] Replacing vendor and customer tables

2007-07-06 Thread Chris Travers
Hi Aurynn, Looking at these tables at the moment here are the thoughts that occur to me: 1) BIC and IBAN are not really used by the rest of the application. I am thinking of breaking these off into a separate table anyway. 2) A customer could also be a vendor. So entity_id could not be assumed

[Ledger-smb-devel] Replacing vendor and customer tables

2007-07-06 Thread Aurynn Shaw
Hiya; I'm digging around in the Vendor and Customer tables, per JD's entity modifications, and it looks like both tables are fundamentally identical - The only difference is the customer table has customer.invoice_notes and customer.id. I'm going to remove both tables and replace it with en