Re: [gentoo-user] DBI connect dbname=template1 failed Permission denied

2011-12-17 Thread Stroller
On 17 December 2011, at 02:13, Joseph wrote: ... I see that LedgerSMB is 1.3 is it stable? Any version of LedgerSMB will be better than any version of SQL-Ledger. Is there direct migration from SQL-Ledger 2.8.35 No idea off the top of my head. The plan for LedgerSMB was to be compatible

Re: [gentoo-user] DBI connect dbname=template1 failed Permission denied

2011-12-16 Thread Joseph
On 12/16/11 18:57, Stroller wrote: On 16 December 2011, at 03:20, Joseph wrote: … The SQL-Ledger developer was helping me out on this and he can not figure it out either. I'm sure it is not SQL-ledger as it is working perfectly on my other computers. It could be apache configuration, but I

Re: [gentoo-user] DBI connect dbname=template1 failed Permission denied

2011-12-16 Thread Joseph
On 12/16/11 18:57, Stroller wrote: On 16 December 2011, at 03:20, Joseph wrote: … The SQL-Ledger developer was helping me out on this and he can not figure it out either. I'm sure it is not SQL-ledger as it is working perfectly on my other computers. It could be apache configuration, but I

Re: [gentoo-user] [SOLVED] Another apache 2.4 - Forbidden: You don't have permission to access this resource.

2020-12-03 Thread thelma
On 12/03/2020 03:42 AM, Michael wrote: > On Thursday, 3 December 2020 04:09:15 GMT the...@sys-concept.com wrote: >> When I try to configure sql-ledger, /localhost/sql-ledger/index.html >> I get an error: Forbidden: You don't have permission to access this >> resource. >>

[gentoo-user] DBI connect dbname=template1 failed Permission denied

2011-12-14 Thread Joseph
I have postgresql up and running but when I try to connect via apache to postgresql I get an error: [error] [client 127.0.0.1] DBI connect('dbname=template1','sql-ledger',...) failed: could not connect to server: Permission denied, referer: http://localhost/sql-ledger/admin.pl Anybody knows

Re: [gentoo-user] DBI connect dbname=template1 failed Permission denied

2011-12-16 Thread Stroller
On 16 December 2011, at 03:20, Joseph wrote: … The SQL-Ledger developer was helping me out on this and he can not figure it out either. I'm sure it is not SQL-ledger as it is working perfectly on my other computers. It could be apache configuration, but I don't see how? Wait. Stop

Re: [gentoo-user] Another apache 2.4 - Forbidden: You don't have permission to access this resource.

2020-12-03 Thread Michael
On Thursday, 3 December 2020 04:09:15 GMT the...@sys-concept.com wrote: > When I try to configure sql-ledger, /localhost/sql-ledger/index.html > I get an error: Forbidden: You don't have permission to access this > resource. > > Apache starts normally but there is an entry in /

Re: [gentoo-user] DBI connect dbname=template1 failed Permission denied

2011-12-14 Thread Pandu Poluan
On Dec 15, 2011 10:55 AM, Joseph syscon...@gmail.com wrote: I have postgresql up and running but when I try to connect via apache to postgresql I get an error: [error] [client 127.0.0.1] DBI connect('dbname=template1','sql-ledger',...) failed: could not connect to server: Permission denied

[gentoo-user] {OT} web-based accounting ledger

2013-01-19 Thread Grant
Can anyone recommend a web-based accounting ledger? I've been using gnucash but I'd rather it were web-based for multiple users. These look promising: * ledgersmb - outdated ebuild in bugzilla, requires postresql * phreebooks - seems well-regarded but no Gentoo-related mention of it via Google

Re: [gentoo-user] Another apache 2.4 - Forbidden: You don't have permission to access this resource.

2020-12-02 Thread Richard Snow
H Richard On Wed, Dec 2, 2020, 10:09 PM wrote: > When I try to configure sql-ledger, /localhost/sql-ledger/index.html > I get an error: Forbidden: You don't have permission to access this > resource. > > Apache starts normally but there is an entry in > /var/logs/apache/error

[gentoo-user] Another apache 2.4 - Forbidden: You don't have permission to access this resource.

2020-12-02 Thread thelma
When I try to configure sql-ledger, /localhost/sql-ledger/index.html I get an error: Forbidden: You don't have permission to access this resource. Apache starts normally but there is an entry in /var/logs/apache/error_log (how to make it go way) [:notice] [pid 5015] ModSecurity for Apache

Re: [gentoo-user] PosgreSQL - pg_hba.conf localhost access only

2013-04-26 Thread Joseph
postgresql and have access to all databases. I'm using sql-ledger program, which uses firefox via apache to access postgresql. In apache I can easily control which IP has access to my box, this is not a problem. Postgresql has a user sql-ledger and I don't wont to create new users. sql-ledger has

Re: [gentoo-user] straggling with paper size

2005-12-04 Thread Joseph
On Mon, 2005-12-05 at 15:57 +1300, Nick Rout wrote: On Sun, 04 Dec 2005 18:05:31 -0700 Joseph wrote: I want to print to letter size paper. I'm using Sql-Ledger to print invoices, program is set to print with command: lpr -P Printer Name Sql-Ledger is using latex forms to generate

Re: [gentoo-user] DBI connect dbname=template1 failed Permission denied

2011-12-15 Thread Pandu Poluan
127.0.0.1] DBI connect('dbname=template1','sql-ledger',...) failed: could not connect to server: Permission denied, referer: http://localhost/sql-ledger/admin.pl Anybody knows what to look for? -- Joseph Check pg_hba.conf Rgds, I did, it is identical to my other working

[gentoo-user] locating non utf-8 characters

2020-11-02 Thread thelma
I'm using sql-ledger and while making backup it uses stardard gzip program: $gzip = "gzip -S .gz"; The backup works with some dataset but one data set us giving me an error while trying to perform backup: Wide character in print at SL/AM.pm line 2044. Content-Type: application/fil

Re: [gentoo-user] DBI connect dbname=template1 failed Permission denied

2011-12-15 Thread Joseph
On 12/15/11 16:11, Pandu Poluan wrote: Hmmm... Have you GRANT the 'sql-ledger' user the CONNECT privilege to the database? Rgds, After installing postgresql I run: emerge --config =dev-db/postgresql-server-9.1.1 started postgresql-9.1 # su - postgres postgres@syscon5 ~ $ createuser

Re: [gentoo-user] {OT} web-based accounting ledger

2013-01-20 Thread Stroller
perhaps a *smidgeon* more to it than that, but it's not hard and I don't see what an ebuild would realistically add. LedgerSMB allows you to produce beautiful invoices, because invoice layout is based on LaTeX (or was last time I checked). I recommend LedgerSMB over SQL-Ledger, but otherwise

Re: [gentoo-user] {OT} web-based accounting ledger

2013-01-20 Thread Grant
that, but it's not hard and I don't see what an ebuild would realistically add. LedgerSMB allows you to produce beautiful invoices, because invoice layout is based on LaTeX (or was last time I checked). I recommend LedgerSMB over SQL-Ledger, but otherwise not wholeheartedly. May I ask what prevents you

Re: [gentoo-user] straggling with paper size

2005-12-05 Thread Joseph
On Tue, 2005-12-06 at 09:45 +1300, Nick Rout wrote: Why not try the sql-ledger mailing list. No doubt there are people there who know their way around their software. I was automatically subscribe when I didn't pay my yearly support. So I'm not going back. -- #Joseph -- gentoo-user

Re: [gentoo-user] DBI connect dbname=template1 failed Permission denied

2011-12-15 Thread Joseph
-ledger' user the CONNECT privilege to the database? Rgds, How do I check it? -- Joseph

Re: [gentoo-user] {OT} web-based accounting ledger

2013-01-20 Thread Alecks Gates
On Sat, Jan 19, 2013 at 7:07 PM, Grant emailgr...@gmail.com wrote: [...] * tryton - GTK client, somebody went to town for Gentoo in the tryton overlay [...] - Grant With the mention of tryton, I figured I'd throw my vote in for xTuple/PostBooks. It does require postgresql (as far as I know)

Re: [gentoo-user] straggling with paper size

2005-12-04 Thread Joseph
On Mon, 2005-12-05 at 17:25 +1300, Nick Rout wrote: On Sun, 04 Dec 2005 20:29:05 -0700 Joseph wrote: On Mon, 2005-12-05 at 15:57 +1300, Nick Rout wrote: On Sun, 04 Dec 2005 18:05:31 -0700 Joseph wrote: I want to print to letter size paper. I'm using Sql-Ledger to print

[gentoo-user] straggling with paper size

2005-12-04 Thread Joseph
I want to print to letter size paper. I'm using Sql-Ledger to print invoices, program is set to print with command: lpr -P Printer Name Sql-Ledger is using latex forms to generate invoices. So to my understanding the program will be using dvips to convert latex to postscript and send it directly

Re: [gentoo-user] straggling with paper size

2005-12-04 Thread Nick Rout
On Sun, 04 Dec 2005 18:05:31 -0700 Joseph wrote: I want to print to letter size paper. I'm using Sql-Ledger to print invoices, program is set to print with command: lpr -P Printer Name Sql-Ledger is using latex forms to generate invoices. So to my understanding the program will be using

Re: [gentoo-user] straggling with paper size

2005-12-05 Thread Holly Bostick
Joseph schreef: Please excuse me for interrupting when I know nothing about this issue at all, but: I keep noticing that latex seems to supercede divps Sql-Ledger is using latex forms to generate invoices. So to my understanding the program will be using dvips to convert latex to postscript

Re: [gentoo-user] DBI connect dbname=template1 failed Permission denied

2011-12-14 Thread Joseph
On 12/15/11 12:23, Pandu Poluan wrote: On Dec 15, 2011 10:55 AM, Joseph syscon...@gmail.com wrote: I have postgresql up and running but when I try to connect via apache to postgresql I get an error: [error] [client 127.0.0.1] DBI connect('dbname=template1','sql-ledger

Re: [gentoo-user] DBI connect dbname=template1 failed Permission denied

2011-12-15 Thread Pandu Poluan
On Dec 15, 2011 8:52 PM, Joseph syscon...@gmail.com wrote: On 12/15/11 16:11, Pandu Poluan wrote: Hmmm... Have you GRANT the 'sql-ledger' user the CONNECT privilege to the database? Rgds, After installing postgresql I run: emerge --config =dev-db/postgresql-server-9.1.1 started

Re: [gentoo-user] DBI connect dbname=template1 failed Permission denied

2011-12-15 Thread Pandu Poluan
On Dec 16, 2011 5:46 AM, Pandu Poluan pa...@poluan.info wrote: On Dec 15, 2011 8:52 PM, Joseph syscon...@gmail.com wrote: On 12/15/11 16:11, Pandu Poluan wrote: Hmmm... Have you GRANT the 'sql-ledger' user the CONNECT privilege to the database? Rgds, After

Re: [gentoo-user] DBI connect dbname=template1 failed Permission denied

2011-12-15 Thread Pandu Poluan
was trying to test this line, but I don't think so I can as I did not even created the database. I'm trying to create dataset using SQL-Ledger apacher web-interface. Hmmm... try GRANTing the user sql-ledger ALL privileges to the database. Rgds,

Re: [gentoo-user] PosgreSQL - pg_hba.conf localhost access only

2013-04-25 Thread Joseph
. -- Joost I've tired with this line: local clinic sql-ledger trust I can connect to clinic database form localhost and any box on the network. It works OK But I when I tried to further limit the database to a single IP, postgresql refused to start. local clinic

Re: [gentoo-user] PosgreSQL - pg_hba.conf localhost access only

2013-04-26 Thread J. Roeleveld
and can not connect directly to Postgresql. -- Joost I've tired with this line: local clinic sql-ledger trust I can connect to clinic database form localhost and any box on the network. It works OK But I when I tried to further limit the database to a single IP

Re: [gentoo-user] locating non utf-8 characters

2020-11-03 Thread Michael
On Tuesday, 3 November 2020 05:46:41 GMT the...@sys-concept.com wrote: > I'm using sql-ledger and while making backup it uses stardard gzip program: > $gzip = "gzip -S .gz"; > > The backup works with some dataset but one data set us giving me an > error while trying to

Re: [gentoo-user] straggling with paper size

2005-12-04 Thread Nick Rout
On Sun, 04 Dec 2005 20:29:05 -0700 Joseph wrote: On Mon, 2005-12-05 at 15:57 +1300, Nick Rout wrote: On Sun, 04 Dec 2005 18:05:31 -0700 Joseph wrote: I want to print to letter size paper. I'm using Sql-Ledger to print invoices, program is set to print with command: lpr -P

Re: [gentoo-user] OT Bookeeping recommendations

2006-09-06 Thread Nico
For those who have gnucash installed, is it the 2.0 version (~86) ? Does it work fine ?I have to choose in urgence a software like this and I'm testing grisbi for now, which is a bit too basic for the interface. I need graphs and beatiful colours :) Sql-ledger is a nice one, but It's more adapted

Re: [gentoo-user] Re: New Intel CPU flaws discovered

2019-05-16 Thread Adam Carter
It seems common to me that companies penny pinch too hard and shoot themselves in the foot. Probably due to perverse incentives and/or the inability to capture true value on a ledger. It requires leadership.

Re: [gentoo-user] [SOLVED] straggling with paper size

2005-12-05 Thread Joseph
On Tue, 2005-12-06 at 09:45 +1300, Nick Rout wrote: Why not try the sql-ledger mailing list. No doubt there are people there who know their way around their software. On Mon, 05 Dec 2005 11:01:13 -0700 Joseph wrote: SOLVED, SOLVED! Believe me or not, I'm not sure what I did. The last

Re: [gentoo-user] [SOLVED] straggling with paper size

2005-12-05 Thread Joseph
On Mon, 2005-12-05 at 14:43 -0700, Joseph wrote: On Tue, 2005-12-06 at 09:45 +1300, Nick Rout wrote: Why not try the sql-ledger mailing list. No doubt there are people there who know their way around their software. On Mon, 05 Dec 2005 11:01:13 -0700 Joseph wrote: SOLVED, SOLVED

Re: [gentoo-user] PosgreSQL - pg_hba.conf localhost access only

2013-04-23 Thread Joseph
On 04/23/13 20:10, J. Roeleveld wrote: [snip] I'm using SQL-Ledger (firefox) to access the postgresql. Brief history: I had a problem in the past when I upgraded to posgresql-9.1, all of a sudden I could not access the sql-ledger. The solution was to add postgres group to apache user

Re: [gentoo-user] postscript forcing A4 paper size was: kdm will not start

2005-12-04 Thread Nick Rout
a print_job as pdf file and try to print it using kpdf, xpdf or gv it keeps asking for A4 size paper. Look I am more confused than ever now, tell me if I have this right: 1. sql ledger produces a report in .ps format (call it report.ps) 2. lpr -P printer_name report.ps produces

Re: [gentoo-user] straggling with paper size

2005-12-04 Thread Joseph
On Mon, 2005-12-05 at 17:25 +1300, Nick Rout wrote: On Sun, 04 Dec 2005 20:29:05 -0700 Joseph wrote: On Mon, 2005-12-05 at 15:57 +1300, Nick Rout wrote: On Sun, 04 Dec 2005 18:05:31 -0700 Joseph wrote: I want to print to letter size paper. I'm using Sql-Ledger to print

Re: [gentoo-user] PosgreSQL - pg_hba.conf localhost access only

2013-04-23 Thread Joseph
you type to connect on machine Y? -- Joost I'm using SQL-Ledger (firefox) to access the postgresql. Brief history: I had a problem in the past when I upgraded to posgresql-9.1, all of a sudden I could not access the sql-ledger. The solution was to add postgres group to apache user. The reason

Re: [gentoo-user] PosgreSQL - pg_hba.conf localhost access only

2013-04-23 Thread J. Roeleveld
. And you are using machine Y. What command do you type to connect on machine Y? -- Joost I'm using SQL-Ledger (firefox) to access the postgresql. Brief history: I had a problem in the past when I upgraded to posgresql-9.1, all of a sudden I could not access the sql-ledger. The solution was to add

Re: [gentoo-user] OT Bookeeping recommendations

2006-09-06 Thread Jean-Marc Beaune
: For those who have gnucash installed, is it the 2.0 version (~86) ? Does it work fine ?I have to choose in urgence a software like this and I'm testing grisbi for now, which is a bit too basic for the interface. I need graphs and beatiful colours :) Sql-ledger is a nice one, but It's more adapted for small

Re: [gentoo-user] OT Bookeeping recommendations

2006-09-08 Thread Anthony E. Caudel
Nico wrote: For those who have gnucash installed, is it the 2.0 version (~86) ? Does it work fine ? I have to choose in urgence a software like this and I'm testing grisbi for now, which is a bit too basic for the interface. I need graphs and beatiful colours :) Sql-ledger is a nice one

Re: [gentoo-user] perl 5.12 downgrade ??

2010-10-28 Thread Graham Murray
Joseph syscon...@gmail.com writes: The reason I'm asking is that I'm getting some strange errors when using 'sql-ledger' eg. Using a hash as a reference is deprecated at SL/IS.pm line 582. The 'XXX is depreciated messages are not normally errors. They are just to inform you that the script

Re: [gentoo-user] DBI connect dbname=template1 failed Permission denied

2011-12-15 Thread Joseph
does the offending line in admin.pl look like? Rgds, Hi Pandu, Thanks for helping out on this. I'm pulling my hair trying to figure it out and I'm getting nowhere. The SQL-Ledger developer was helping me out on this and he can not figure it out either. I'm sure it is not SQL-ledger

[gentoo-user] Re: OT: new printer suggestions?

2012-09-27 Thread James
need 11x17 (ledger size paper) to print drawings, schematics and 1/4 scale cad files (22 x 34) is the common autocad files I have to create; 11x17 is 1/4 that size and they fold up nicely into a standard 8.5x11 report. If I get in trouble with this hack, I'll drop you a line.. If you run

Re: [gentoo-user] Re: New Intel CPU flaws discovered

2019-05-17 Thread Mick
e relatively small > amount on thorough integration to make it really worthwhile... It seems > common to me that companies penny pinch too hard and shoot themselves in > the foot. Probably due to perverse incentives and/or the inability to > capture true value on a ledger. It requires le

Re: [gentoo-user] postscript forcing A4 paper size was: kdm will not start

2005-12-04 Thread Nick Rout
ledger produces a report in .ps format (call it report.ps) 2. lpr -P printer_name report.ps produces an A4 sized printout. 3. you say when save a print_job as pdf file and try to print it using kpdf, xpdf or gv it keeps asking for A4 size paper - what is producing this pdf file? sql-ledger

Re: [gentoo-user] straggling with paper size

2005-12-04 Thread Joseph
On Sun, 2005-12-04 at 18:05 -0700, Joseph wrote: I want to print to letter size paper. I'm using Sql-Ledger to print invoices, program is set to print with command: lpr -P Printer Name Sql-Ledger is using latex forms to generate invoices. So to my understanding the program will be using

Re: [gentoo-user] DBI connect dbname=template1 failed Permission denied

2011-12-15 Thread Pandu Poluan
On Dec 16, 2011 5:49 AM, Pandu Poluan pa...@poluan.info wrote: On Dec 16, 2011 5:46 AM, Pandu Poluan pa...@poluan.info wrote: On Dec 15, 2011 8:52 PM, Joseph syscon...@gmail.com wrote: On 12/15/11 16:11, Pandu Poluan wrote: Hmmm... Have you GRANT the 'sql-ledger

Re: [gentoo-user] kdm will not start

2005-12-03 Thread Nick Rout
and/or correctly compiled to xpdf. What format (ps, pdf, etc) are the files you are trying to print in? I'm trying to print from PS postscript to my printer, the command that the program is using sql-ledger is: lpr -P-printer_name I think postscript is using xpdf as well isn't it? What the hell has

[gentoo-user] apache2+php

2006-09-15 Thread Martins Steinbergs
Hi, I'm trying to setup sql-ledger but i'm struck at apache, it gives 500 error to browser. Logs shows this: Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php5/lib/php/extensions/no-debug-non-zts-20050922/pdo.so' - /usr/lib64/php5/lib/php/extensions/no-debug-non-zts

Re: [gentoo-user] DBI connect dbname=template1 failed Permission denied

2011-12-15 Thread Joseph
with my other working server that is functioning correctly. dbh = DBI-connect( 'DBI:Pg:dbname=DBNAME','USERNAME','PASSWORD'); I was trying to test this line, but I don't think so I can as I did not even created the database. I'm trying to create dataset using SQL-Ledger apacher web-interface

[gentoo-user] Re: OT: new printer suggestions?

2012-09-24 Thread James
HP printers have worked for me for over 14 years with linux, unix and bsd systems.. I just cannot find an HP printer that fits my previously described needs... I may just get 2 for less than 500.00 as the HP 7000 officejet does handle the large 11x17 (A3 ledger) paper.. thanks to all

Re: [gentoo-user] Re: OT: new printer suggestions?

2012-09-24 Thread Peter Humphrey
2 for less than 500.00 as the HP 7000 officejet does handle the large 11x17 (A3 ledger) paper.. thanks to all for the input; other can still make some suggestions. I don't remember what you said you wanted, but I have a Kyocera FS1020-D mono laser which has performed faultlessly these last

Re: [gentoo-user] About to have fiber internet and need VPN info

2022-07-18 Thread Adam Carter
r sign up information. I've heard some VPNs let you pay pseudo anonymously with crypto currency (albeit with a cryptographically verifiable public ledger!), to prevent direct matching of internet activity to an identity.

Re: [gentoo-user] straggling with paper size

2005-12-05 Thread Nick Rout
Why not try the sql-ledger mailing list. No doubt there are people there who know their way around their software. On Mon, 05 Dec 2005 11:01:13 -0700 Joseph wrote: On Mon, 2005-12-05 at 14:17 -0330, Roger Mason wrote: Hello Joseph, Joseph [EMAIL PROTECTED] writes: On Mon, 2005-12

Re: [gentoo-user] apache2+php

2006-09-15 Thread Martins Steinbergs
-linux /usr/lib64/perl5/5.8.8 /usr/local/lib/site_perl . /usr/lib64/apache2) at /var/www/localhost/htdocs/sql-ledger/admin.pl line 120.\n -- Linux 2.6.17-gentoo-r8 AMD Athlon(tm) 64 Processor 3200+ 12:42:41 up 13:52, 5 users, load average: 0.13, 0.33, 0.29 -- gentoo-user@gentoo.org mailing list

[gentoo-user] perl 5.12 downgrade ??

2010-10-28 Thread Joseph
-core/Sys-Syslog perl-core/digest-base perl-core/Compress-Raw-Zlib perl-core/version perl-core/DB_File perl-core/Package-Constants dev-java/gjdoc perl-core/libnet The reason I'm asking is that I'm getting some strange errors when using 'sql-ledger' eg. Using a hash as a reference is deprecated

Re: [gentoo-user] perl 5.12 downgrade ??

2010-10-28 Thread Mick
when using 'sql-ledger' eg. Using a hash as a reference is deprecated at SL/IS.pm line 582. I think it might be related to recent perl upgrade. Is it possible / safe to downgrade to previous perl-5.8.8-r8 ? or do I just delete the above perl module. I am getting the same here. I retained

Re: [gentoo-user] perl 5.12 downgrade ??

2010-10-28 Thread Joseph
strange errors when using 'sql-ledger' eg. Using a hash as a reference is deprecated at SL/IS.pm line 582. I think it might be related to recent perl upgrade. Is it possible / safe to downgrade to previous perl-5.8.8-r8 ? or do I just delete the above perl module. I am getting the same here. I

Re: [gentoo-user] perl 5.12 downgrade ??

2010-10-28 Thread Joseph
strange errors when using 'sql-ledger' eg. Using a hash as a reference is deprecated at SL/IS.pm line 582. I think it might be related to recent perl upgrade. Is it possible / safe to downgrade to previous perl-5.8.8-r8 ? or do I just delete the above perl module. I am getting the same here. I

Re: [gentoo-user] Re: OT: new printer suggestions?

2012-09-26 Thread Michael Trausch
systems.. I just cannot find an HP printer that fits my previously described needs... I may just get 2 for less than 500.00 as the HP 7000 officejet does handle the large 11x17 (A3 ledger) paper.. thanks to all for the input; other can still make some suggestions. I don't

Re: [gentoo-user] postscript forcing A4 paper size was: kdm will not start

2005-12-04 Thread Joseph
[snip] From Sql-Ledger when I select PS (postscript) + Screen it allows me to view it or save it as PS - postscript file. If I select PS (postscript) + printer, it goes directly to printer. I was even following this instruction (an excellent) document the explain some problems

Re: [gentoo-user] mozplugger is masked

2006-03-23 Thread THUFIR HAWAT
-printerhalftones - use the printer default halftones. -saveVM - download fonts as needed to preserve printer memory -size - Paper size (letter,tabloid,ledger,legal,a3,a4,a5,b4,b5) -scale int - scale the pages according to the scale factor (default is 100

Re: [gentoo-user] Transfer OLD HD content to new HD

2006-06-02 Thread Joseph
). Another advantage in OEMR, it is using SQL-Ledger for accounting, which we are using currently so it is an advantage. -- #Joseph -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] perl 5.12 downgrade ??

2010-10-28 Thread Joseph
-core/Compress-Raw-Bzip2 perl-core/Sys-Syslog perl-core/digest-base perl-core/Compress-Raw-Zlib perl-core/version perl-core/DB_File perl-core/Package-Constants dev-java/gjdoc perl-core/libnet The reason I'm asking is that I'm getting some strange errors when using 'sql-ledger' eg. Using a hash

Re: [gentoo-user] Gentoo Council vs Umbrella Corp ?

2020-08-29 Thread james
on using FOSS ledger formats which a lot of CPAs probably don't want to deal with. GNU cash is robust and puts out data and reports in wide variety of forms acceptable by most CPA firms. I'd like to know the details what your mean by FOSS Ledger formats? * With the huge compliance issues up

Re: [gentoo-user] Gentoo Council vs Umbrella Corp ?

2020-08-29 Thread Rich Freeman
here: * We had to do a LOT of historical cleanup and so the level of engagement of the accountants for the recent tax filings is probably more than you'd normally expect. * We tend to insist on using FOSS ledger formats which a lot of CPAs probably don't want to deal with. * With the huge compliance i

Re: [gentoo-user] perl 5.12 downgrade ??

2010-10-28 Thread Alan McKinnon
/libnet The reason I'm asking is that I'm getting some strange errors when using 'sql-ledger' eg. Using a hash as a reference is deprecated at SL/IS.pm line 582. I think it might be related to recent perl upgrade. Is it possible / safe to downgrade to previous perl-5.8.8-r8 ? or do I just

Re: [gentoo-user] audacity-2.0.5 failed to compile

2015-09-03 Thread thelma
[snip] > >> dev-libs/check >> dev-libs/libnl >> dev-libs/openssl > > remove everything in dev-libs gone > >> dev-perl/DBD-Pg >> dev-perl/GStreamer > > Remove. No such package, unless its from an overlay DBD-Pg is needed by SQL-ledger application I run

Re: [gentoo-user] audacity-2.0.5 failed to compile

2015-09-03 Thread Alan McKinnon
gt;>> dev-libs/libnl >>> dev-libs/openssl >> >> remove everything in dev-libs > > gone > >> >>> dev-perl/DBD-Pg >>> dev-perl/GStreamer >> >> Remove. No such package, unless its from an overlay > > DBD-Pg is needed by SQL-l

[gentoo-user] Open Letter (Plea for Medical Help/Assistance) to World Leaders

2010-08-27 Thread Mr. Teo En Ming (Zhang Enming) of Singapore
Oregonian !The Oregonian The Seattle Times The Dallas Morning News Detroit Free Press The San Diego Union-Tribune San Francisco Chronicle The Star-Ledger The Boston Globe The Kansas City Star The Sacramento Bee St. Louis Post-Dispatch The Sun The Orange County Register The Atlanta Journal-Constitution