Re: [Ledger-smb-devel] orderleaves.pl

2008-02-26 Thread turtle
Well I did a find and replace. I changed all SL to LedgerSMB in the perl modules I posted. and I get Error! menu.pl:88: Can't locate LedgerSMB/DB.pm in @INC (@INC contains: /etc/perl /usr/lib/perl5/vendor_perl/5.8.8/i686-linux /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib

Re: [Ledger-smb-devel] orderleaves.pl

2008-02-24 Thread turtle
On Sunday 24 February 2008 13:35:47 Chris Travers wrote: > On Sun, Feb 24, 2008 at 1:16 PM, turtle <[EMAIL PROTECTED]> wrote: > > I am now attempting to modify orderleaves.pl > > Where has Part.pl gone? > > It was in /var/www/localhost/htdocs/sql-ledger/SL/DB/Part.pl. > > The old orderleaves code s

Re: [Ledger-smb-devel] orderleaves.pl

2008-02-24 Thread Chris Travers
On Sun, Feb 24, 2008 at 1:16 PM, turtle <[EMAIL PROTECTED]> wrote: > I am now attempting to modify orderleaves.pl > Where has Part.pl gone? > It was in /var/www/localhost/htdocs/sql-ledger/SL/DB/Part.pl. > The old orderleaves code starts with: > use SL::DB::Part; > use SL::DB::Order; > use SL::DB:

Re: [Ledger-smb-devel] orderleaves.pl

2008-02-24 Thread turtle
I am now attempting to modify orderleaves.pl Where has Part.pl gone? It was in /var/www/localhost/htdocs/sql-ledger/SL/DB/Part.pl. The old orderleaves code starts with: use SL::DB::Part; use SL::DB::Order; use SL::DB::OrderItem; -- Cheers Turtle signature.asc Description: This is a digitall

[Ledger-smb-devel] orderleaves.pl

2008-02-16 Thread turtle
Now that I have gotten a testing version of LSMB to work... I dont know if anyone is interested but here http://www.think-electric.com/orderleaves.txt is some simple code we have been using to make totals of stuff in sql-ledger 2.7.15. I believe it needs Rose-DB-Object. I am trying it with one