|
From: Philip R. <p....@tu...> - 2001-07-30 15:10:21
|
Hello, I just started to use sql-ledger and I'm faszinated by all the features the program already has. But now I have one problem I need some help on: I would like to costumize the templates for invoice and packing list. I already managed to get the basic layout to fit my needs, but I have to more tricky questions. 1) I would like to add other variables to the template like costumer_id, how do I do it? 2) Even more important: If I have an invoice that spans over more than one page I would like two different layouts. One for the first page on my company paper and a second layout for the rest on blank paper. And maybe it is even possible to add some kind of subtotal on the end of each side? I hope I'm not asking for too much. Any help is highly appreciated. Thanks a lot. Ciao, Philip |
|
From: Nicolas L. <nla...@pe...> - 2001-07-30 16:37:01
|
Fo some reason i get a Compilation failed in require at /path/to/login.pl line 65. I'm using the private directory installation with the included server software. Any suggestions? Nicholas Lafferty |
|
From: Dieter S. <dsi...@sq...> - 2001-07-30 16:56:39
|
check if you installed DBD-Pg Steve sent a perl script to the list last week. You can run it to probe for the driver. Dieter Simader http://www.sql-ledger.org (780) 472-8161 DWS Systems Inc. Accounting Software Fax: 478-5281 =========== On a clear disk you can seek forever =========== On Mon, 30 Jul 2001, Nicolas Lafferty wrote: > Fo some reason i get a Compilation failed in require at /path/to/login.pl > line 65. > I'm using the private directory installation with the included server > software. > Any suggestions? > > > Nicholas Lafferty > > > > |
|
From: Nicolas L. <nla...@pe...> - 2001-07-30 17:10:58
|
Well. DBD::Pg is installed. I assume that's the one i need. one other thing. when i go blah.com/cgi-bin/sql-ledger/login.pl gives me the 500 error but blah.com:8000/login.pl gives me a 400 Bad Request ----- Original Message ----- From: "Dieter Simader" <dsi...@sq...> To: <sql...@li...> Sent: Monday, July 30, 2001 12:56 PM Subject: Re: Login.pl Compilation failed > check if you installed DBD-Pg > > Steve sent a perl script to the list last week. You can run it to probe > for the driver. > > > Dieter Simader http://www.sql-ledger.org (780) 472-8161 > DWS Systems Inc. Accounting Software Fax: 478-5281 > =========== On a clear disk you can seek forever =========== > > On Mon, 30 Jul 2001, Nicolas Lafferty wrote: > > > Fo some reason i get a Compilation failed in require at /path/to/login.pl > > line 65. > > I'm using the private directory installation with the included server > > software. > > Any suggestions? > > > > > > Nicholas Lafferty > > > > > > > > > > |
|
From: Wayne <inf...@pi...> - 2001-07-30 20:49:10
|
I get the same error when doing login.pl. Wayne Nicolas Lafferty wrote: > Fo some reason i get a Compilation failed in require at /path/to/login.pl > line 65. > I'm using the private directory installation with the included server > software. > Any suggestions? > > Nicholas Lafferty |
|
From: Nicolas L. <nla...@pe...> - 2001-07-31 15:05:39
|
Let me know if you figure it out. ----- Original Message ----- From: "Wayne" <inf...@pi...> To: <sql...@li...> Sent: Monday, July 30, 2001 4:37 PM Subject: Re: Login.pl Compilation failed > I get the same error when doing login.pl. > Wayne > > Nicolas Lafferty wrote: > > > Fo some reason i get a Compilation failed in require at /path/to/login.pl > > line 65. > > I'm using the private directory installation with the included server > > software. > > Any suggestions? > > > > Nicholas Lafferty > > |
|
From: Dieter S. <dsi...@sq...> - 2001-07-31 15:46:33
|
This error only occurs when 1) DBD-Pg is not installed 2) you misspelled Pg in the Database setup section (Pg is case sensitive) 3) the web server user (typically nobody.nogroup) doesn't have write access to the users directory see the FAQ for more information. Dieter Simader http://www.sql-ledger.org (780) 472-8161 DWS Systems Inc. Accounting Software Fax: 478-5281 =========== On a clear disk you can seek forever =========== On Tue, 31 Jul 2001, Nicolas Lafferty wrote: > Let me know if you figure it out. > > > ----- Original Message ----- > From: "Wayne" <inf...@pi...> > To: <sql...@li...> > Sent: Monday, July 30, 2001 4:37 PM > Subject: Re: Login.pl Compilation failed > > > > I get the same error when doing login.pl. > > Wayne > > > > Nicolas Lafferty wrote: > > > > > Fo some reason i get a Compilation failed in require at > /path/to/login.pl > > > line 65. > > > I'm using the private directory installation with the included server > > > software. > > > Any suggestions? > > > > > > Nicholas Lafferty > > > > > > > |
|
From: Oscar B. <os...@el...> - 2001-07-31 18:39:18
|
Hi Dieter, I had noticed that sql-ledger connects to the internet when I load it. The line below comes from the 'version' screen. Wouldn't it be an idea to include the logo image with the distribution? having said that, it might be an idea to create a blanc image called companylogo in the same directory for those people that would like add a logo to the login page and the invoice/reports. <a href="http://www.sql-ledger.org" target=_top><img src=sql-ledger.gif border=0> Cheers, Oscar |
|
From: Dieter S. <dsi...@sq...> - 2001-07-31 19:13:21
|
Oscar, The SQL-Ledger gif file is distributed with the source code. To put a graphics logo on the invoice, financial statements edit the template and include a img tag. I suggest you keep the graphics files in the same directory as the templates (i.e templates/oscar) Dieter Simader http://www.sql-ledger.org (780) 472-8161 DWS Systems Inc. Accounting Software Fax: 478-5281 =========== On a clear disk you can seek forever =========== On Tue, 31 Jul 2001, Oscar Buijten wrote: > Hi Dieter, > > I had noticed that sql-ledger connects to the internet when I load it. > The line below comes from the 'version' screen. > Wouldn't it be an idea to include the logo image with the distribution? > having said that, it might be an idea to create a blanc image called > companylogo in the same directory for those people that would like add a > logo to the login page and the invoice/reports. > > <a href="http://www.sql-ledger.org" target=_top><img src=sql-ledger.gif > border=0> > > Cheers, > > Oscar > > > |
|
From: Nicolas L. <nla...@pe...> - 2001-07-31 21:23:24
|
Well. I finally got the program installed. But now when i login it only displays a blank screen. > > The SQL-Ledger gif file is distributed with the source code. > > To put a graphics logo on the invoice, financial statements edit the > template and include a img tag. I suggest you keep the graphics files in > the same directory as the templates (i.e templates/oscar) > > > Dieter Simader http://www.sql-ledger.org (780) 472-8161 > DWS Systems Inc. Accounting Software Fax: 478-5281 > =========== On a clear disk you can seek forever =========== > > On Tue, 31 Jul 2001, Oscar Buijten wrote: > > > Hi Dieter, > > > > I had noticed that sql-ledger connects to the internet when I load it. > > The line below comes from the 'version' screen. > > Wouldn't it be an idea to include the logo image with the distribution? > > having said that, it might be an idea to create a blanc image called > > companylogo in the same directory for those people that would like add a > > logo to the login page and the invoice/reports. > > > > <a href="http://www.sql-ledger.org" target=_top><img src=sql-ledger.gif > > border=0> > > > > Cheers, > > > > Oscar > > > > > > > > |
|
From: Oscar B. <os...@el...> - 2001-08-01 08:29:18
|
Point taken! I had misread the html code (it really is too hot at the moment!). Regards, Oscar ----- Message d'origine ----- De : "Dieter Simader" <dsi...@sq...> À : <sql...@li...> Envoyé : mardi 31 juillet 2001 21:13 Objet : Re: SQL Ledger logo > Oscar, > > The SQL-Ledger gif file is distributed with the source code. > > To put a graphics logo on the invoice, financial statements edit the > template and include a img tag. I suggest you keep the graphics files in > the same directory as the templates (i.e templates/oscar) > > > Dieter Simader http://www.sql-ledger.org (780) 472-8161 > DWS Systems Inc. Accounting Software Fax: 478-5281 > =========== On a clear disk you can seek forever =========== > > On Tue, 31 Jul 2001, Oscar Buijten wrote: > > > Hi Dieter, > > > > I had noticed that sql-ledger connects to the internet when I load it. > > The line below comes from the 'version' screen. > > Wouldn't it be an idea to include the logo image with the distribution? > > having said that, it might be an idea to create a blanc image called > > companylogo in the same directory for those people that would like add a > > logo to the login page and the invoice/reports. > > > > <a href="http://www.sql-ledger.org" target=_top><img src=sql-ledger.gif > > border=0> > > > > Cheers, > > > > Oscar > > > > > > > |