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