You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(23) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(68) |
Feb
(121) |
Mar
(59) |
Apr
(49) |
May
(110) |
Jun
(109) |
Jul
(146) |
Aug
(122) |
Sep
(83) |
Oct
(94) |
Nov
(90) |
Dec
(157) |
2002 |
Jan
(169) |
Feb
(186) |
Mar
(168) |
Apr
(353) |
May
(338) |
Jun
(278) |
Jul
(220) |
Aug
(336) |
Sep
(122) |
Oct
(183) |
Nov
(111) |
Dec
(265) |
2003 |
Jan
(358) |
Feb
(135) |
Mar
(343) |
Apr
(419) |
May
(277) |
Jun
(145) |
Jul
|
Aug
(134) |
Sep
(118) |
Oct
(97) |
Nov
(240) |
Dec
(293) |
2004 |
Jan
(412) |
Feb
(217) |
Mar
(202) |
Apr
(237) |
May
(333) |
Jun
(201) |
Jul
(303) |
Aug
(218) |
Sep
(285) |
Oct
(249) |
Nov
(248) |
Dec
(229) |
2005 |
Jan
(314) |
Feb
(175) |
Mar
(386) |
Apr
(223) |
May
(281) |
Jun
(230) |
Jul
(200) |
Aug
(197) |
Sep
(110) |
Oct
(243) |
Nov
(279) |
Dec
(324) |
2006 |
Jan
(335) |
Feb
(396) |
Mar
(383) |
Apr
(358) |
May
(375) |
Jun
(190) |
Jul
(212) |
Aug
(320) |
Sep
(358) |
Oct
(112) |
Nov
(213) |
Dec
(95) |
2007 |
Jan
(136) |
Feb
(104) |
Mar
(156) |
Apr
(115) |
May
(78) |
Jun
(75) |
Jul
(30) |
Aug
(35) |
Sep
(50) |
Oct
(44) |
Nov
(33) |
Dec
(35) |
2008 |
Jan
(90) |
Feb
(63) |
Mar
(47) |
Apr
(42) |
May
(72) |
Jun
(85) |
Jul
(25) |
Aug
(20) |
Sep
(14) |
Oct
(11) |
Nov
(25) |
Dec
(39) |
2009 |
Jan
(39) |
Feb
(46) |
Mar
(16) |
Apr
(27) |
May
(51) |
Jun
(66) |
Jul
(78) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
(5) |
Apr
|
May
(4) |
Jun
|
Jul
(1) |
Aug
|
Sep
(1) |
Oct
(2) |
Nov
|
Dec
|
2011 |
Jan
|
Feb
(2) |
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2016 |
Jan
(1) |
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Armaghan S. <sa...@le...> - 2009-01-30 05:59:38
|
Hi all, I have started developing a new virtual appliance using FreeBSD 6.4. I am hoping to solve all issues faced with the previous virtual appliances and make it as easy to use as possible. The frequently reported problem (mostly with Ubuntu on VMWare server 2.0) was missing network functionality. To get rid of this issue from start, I have created and uploaded a bare-bone FreeBSD virtual appliance which contains nothing but minimal FreeBSD 6.4 install. Please download and test it with your vmware player or server installation and confirm that network interface (lnc0) is active (using ifconfig lnc0) and you can communicate with virtual machine using the assigned ip to lnc0 (it is configured for NAT/DHCP). Download it here: http://download.ledger123.com/FreeBSD2009.tar.bz2 user: root password: ledger123 If you find any issues, let me know and I shall rectify these with your help. Thanks and best regards -- http://www.ledger123.com/ - Free Ledger Hosting - Documentation wiki - Virtual appliances -- |
From: Reverso <re...@o2...> - 2009-01-29 06:47:47
|
Hi, I am trying to get working SL on my mac. I've sttopped on error "No Database Drivers available!" (admin.pl) I've installed perl modules via command: # perl -MCPAN -e 'install DBI' # perl -MCPAN -e 'install DBD::Pg' Below is listing of directory /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/ drwxr-xr-x 4 root admin 136 Jan 27 18:58 Bundle drwxr-xr-x 11 root admin 374 Jan 27 18:58 DBD drwxr-xr-x 19 root admin 646 Jan 27 18:55 DBI -r--r--r-- 1 root admin 290848 Jul 22 2008 DBI.pm -r--r--r-- 1 root admin 15161 Mar 25 2005 Roadmap.pod -r--r--r-- 1 root admin 1048 Sep 4 2006 TASKS.pod drwxr-xr-x 3 root admin 102 Jan 27 18:55 Win32 drwxr-xr-x 5 root admin 170 Jan 27 18:58 auto -r--r--r-- 1 root admin 1533 Jul 16 2007 dbixs_rev.pl drwxr-xr-x 3 root admin 102 Jan 27 18:58 version -r--r--r-- 1 root admin 1080 Jul 19 2008 version.pm -r--r--r-- 1 root admin 25988 Jul 19 2008 version.pod I've changed line in sql-ledger.conf $ENV{PERL5LIB} .= ":/opt/local/lib/perl5/site_perl/5.8.8/darwin-2level"; But ... It's still not working Help needed :-) |
From: Marcus S. <li...@lo...> - 2009-01-24 19:39:05
|
Hi, I'm working on my statement.tex latex template. Is it possible to add 10 days to the current date in latex? I don't find a hint in the datetime package. Ciao! |
From: Marcus S. <li...@lo...> - 2009-01-14 03:40:36
|
Hi, is variable substitution not working anymore, eg. <%companyname width=10%> I'd like to print out the first 10 chars from variable <%companyname%> in my latex template. Or is there another way how to do that in latex? Ciao! |
From: Marcus S. <li...@lo...> - 2009-01-14 02:47:45
|
Am Mittwoch, den 14.01.2009, 02:08 +0100 schrieb Marcus Sobchak: > Hi, > > are there any further conditionals then > > <%if not varname%> > > <%if varname%> > > possible in latex templates? I'm looking for an "else" condition; > possible? Ah, got it, eg: \usepackage{ifthen} \ifthenelse{<%number%> > 1099 \and <%number%> < 1200} {true} {false} Ciao! |
From: Marcus S. <li...@lo...> - 2009-01-14 01:09:12
|
Hi, are there any further conditionals then <%if not varname%> <%if varname%> possible in latex templates? I'm looking for an "else" condition; possible? Ciao! |
From: JmcSoft (IRL) <in...@jm...> - 2009-01-13 18:08:30
|
Hi Suddenly sql-ledger will not print pdf postscript or html sales orders or invoices, when I press print it gives a blank screen. While trying to solve this issue if I reduce the number of products to 4 or less on the invoice it prints fine. My httpd error logs show the following http://192.168.1.5/sql-ledger/is.pl?action=edit&id=10584&path=bin/mozilla&login=joseph&callback=ar.pl%3faction%3dtransactions%26direction%3dDESC%26oldsort%3dtransdate%26till%3d%26outstanding%3d%26path%3dbin%2fmozilla%26login%3djoseph%26summary%3d1%26title%3dAR%2520Transactions%26open%3dY%26l_transdate%3dY%26l_invnumber%3dY%26l_description%3dY%26l_name%3dY%26l_amount%3dY%26l_paid%3dY%26sort%3dtransdate [Tue Jan 13 16:37:09 2009] [error] [client 192.168.1.1] Premature end of script headers: is.pl, referer: http://192.168.1.5/sql-ledger/is.pl [Tue Jan 13 16:43:13 2009] [error] [client 192.168.1.1] Premature end of script headers: is.pl, referer: http://192.168.1.5/sql-ledger/is.pl [Tue Jan 13 16:43:37 2009] [error] [client 192.168.1.1] Premature end of script headers: is.pl, referer: http://192.168.1.5/sql-ledger/is.pl [Tue Jan 13 16:43:59 2009] [error] [client 192.168.1.1] Premature end of script headers: is.pl, referer: http://192.168.1.5/sql-ledger/is.pl [Tue Jan 13 16:44:18 2009] [error] [client 192.168.1.1] Can't call method "error" on an undefined value at /usr/local/sql-ledger/is.pl line 75 during global destruction., referer: http://192.168.1.5/sql-ledger/is.pl [Tue Jan 13 16:44:27 2009] [error] [client 192.168.1.1] Can't call method "error" on an undefined value at /usr/local/sql-ledger/is.pl line 75 during global destruction., referer: http://192.168.1.5/sql-ledger/is.pl [Tue Jan 13 16:45:08 2009] [error] [client 192.168.1.1] Can't call method "error" on an undefined value at /usr/local/sql-ledger/is.pl line 75 during global destruction., referer: http://192.168.1.5/sql-ledger/is.pl [Tue Jan 13 16:46:09 2009] [error] [client 192.168.1.1] Premature end of script headers: is.pl, referer: http://192.168.1.5/sql-ledger/is.pl [Tue Jan 13 16:46:24 2009] [error] [client 192.168.1.1] Can't call method "error" on an undefined value at /usr/local/sql-ledger/is.pl line 75 during global destruction., referer: http://192.168.1.5/sql-ledger/is.pl [Tue Jan 13 16:46:42 2009] [error] [client 192.168.1.1] Can't call method "error" on an undefined value at /usr/local/sql-ledger/is.pl line 75 during global destruction., referer: http://192.168.1.5/sql-ledger/is.pl [Tue Jan 13 16:47:14 2009] [error] [client 192.168.1.1] Can't call method "error" on an undefined value at /usr/local/sql-ledger/is.pl line 75 during global destruction., referer: http://192.168.1.5/sql-ledger/is.pl [Tue Jan 13 16:47:43 2009] [error] [client 192.168.1.1] Can't call method "error" on an undefined value at /usr/local/sql-ledger/is.pl line 75 during global destruction., referer: http://192.168.1.5/sql-ledger/is.pl [Tue Jan 13 16:48:06 2009] [error] [client 192.168.1.1] Premature end of script headers: is.pl, referer: http://192.168.1.5/sql-ledger/is.pl [Tue Jan 13 16:54:21 2009] [error] [client 192.168.1.1] Premature end of script headers: is.pl, referer: http://192.168.1.5/sql-ledger/is.pl [Tue Jan 13 16:54:41 2009] [error] [client 192.168.1.1] Can't call method "error" on an undefined value at /usr/local/sql-ledger/is.pl line 75 during global destruction., referer: http://192.168.1.5/sql-ledger/is.pl [Tue Jan 13 17:01:29 2009] [error] [client 192.168.1.1] Premature end of script headers: is.pl, referer: http://192.168.1.5/sql-ledger/is.pl Version Version 2.8.16 running on CentOS 5 Any ideas has anyone come across this before Joseph |
From: Michael H. <mh...@it...> - 2009-01-13 07:18:55
|
SL is just an accounting system. Sounds like you'd probably want to integrate SL into whatever you're using for domain management on the back end. (That said, most of the domain management systems out there have a billing module so SL may really be moot anyway). Thanks, Michael On Jan 12, 2009, at 7:14 PM, Marcus Sobchak wrote: Hi William, Am Montag, den 12.01.2009, 13:46 -0500 schrieb William McKee: > On Mon, Jan 12, 2009 at 07:23:22PM +0100, Marcus Sobchak wrote: >> >> a generel question: how would you organise accounting for domains? >> Create a new "Service" with its own "number" for every single >> domain or >> just an "generic" domain "service", e.g. com-domain and setting the >> concrete domain name when creating a Sales Invoice? Any experience >> what's more clever? > > Hi Marcus, > > We do the latter - one service for each type of hosting we offer. We > have standardized our fees and limited our hosting options which helps > make this more feasable. I like the "service for each type of hosting" idea too, but how do you know then how many domains reserverd by a customer without searching the last invoices of this customer? Ciao, Marcus ------------------------------------------------------------------------ ------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ sql-ledger-users mailing list sql...@li... https://lists.sourceforge.net/lists/listinfo/sql-ledger-users |
From: Marcus S. <li...@lo...> - 2009-01-13 03:15:14
|
Hi William, Am Montag, den 12.01.2009, 13:46 -0500 schrieb William McKee: > On Mon, Jan 12, 2009 at 07:23:22PM +0100, Marcus Sobchak wrote: > > > > a generel question: how would you organise accounting for domains? > > Create a new "Service" with its own "number" for every single domain or > > just an "generic" domain "service", e.g. com-domain and setting the > > concrete domain name when creating a Sales Invoice? Any experience > > what's more clever? > > Hi Marcus, > > We do the latter - one service for each type of hosting we offer. We > have standardized our fees and limited our hosting options which helps > make this more feasable. I like the "service for each type of hosting" idea too, but how do you know then how many domains reserverd by a customer without searching the last invoices of this customer? Ciao, Marcus |
From: William M. <wi...@kn...> - 2009-01-12 18:46:19
|
On Mon, Jan 12, 2009 at 07:23:22PM +0100, Marcus Sobchak wrote: > > a generel question: how would you organise accounting for domains? > Create a new "Service" with its own "number" for every single domain or > just an "generic" domain "service", e.g. com-domain and setting the > concrete domain name when creating a Sales Invoice? Any experience > what's more clever? Hi Marcus, We do the latter - one service for each type of hosting we offer. We have standardized our fees and limited our hosting options which helps make this more feasable. William -- Knowmad Technologies - Open Source Web Solutions W: http://www.knowmad.com | E: wi...@kn... | P: 704.343.9330 |
From: Marcus S. <li...@lo...> - 2009-01-12 18:23:52
|
Hi, a generel question: how would you organise accounting for domains? Create a new "Service" with its own "number" for every single domain or just an "generic" domain "service", e.g. com-domain and setting the concrete domain name when creating a Sales Invoice? Any experience what's more clever? Thanks, Marcus |
From: Michael H. <mh...@it...> - 2009-01-12 01:00:18
|
Watch out when Consolidating Sales Orders though, line item notes from one or another will be lost and you have to go back into the old Sales Order(s) to copy/paste as needed. Thanks, Michael On Jan 11, 2009, at 4:10 PM, Marcus Sobchak wrote: Hi, Am Sonntag, den 11.01.2009, 13:35 -0800 schrieb Michael Hasse: > Yep! > If we have a project with ten timecards, and we generate a sales > order for them, there will be ten separate line items, one for each > timecard, and the notes from each card will be in the text block > under the Description field. (Only visible if the check box in the > middle is selected). That's it! ;) Thanks, Marcus ------------------------------------------------------------------------ ------ Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB _______________________________________________ sql-ledger-users mailing list sql...@li... https://lists.sourceforge.net/lists/listinfo/sql-ledger-users |
From: Marcus S. <li...@lo...> - 2009-01-12 00:11:04
|
Hi, Am Sonntag, den 11.01.2009, 13:35 -0800 schrieb Michael Hasse: > Yep! > If we have a project with ten timecards, and we generate a sales > order for them, there will be ten separate line items, one for each > timecard, and the notes from each card will be in the text block > under the Description field. (Only visible if the check box in the > middle is selected). That's it! ;) Thanks, Marcus |
From: Michael H. <mh...@it...> - 2009-01-11 21:49:02
|
Yep! If we have a project with ten timecards, and we generate a sales order for them, there will be ten separate line items, one for each timecard, and the notes from each card will be in the text block under the Description field. (Only visible if the check box in the middle is selected). Thanks, Michael On Jan 11, 2009, at 8:42 AM, Marcus Sobchak wrote: Hi, no it is not, sorry! It it working on your setup? Ciao! Am Samstag, den 10.01.2009, 22:34 -0800 schrieb Michael Hasse: > It should automatically be in the detail of the line item for that > timecard. > > > Thanks, > > Michael > > > On Jan 10, 2009, at 10:22 AM, Marcus Sobchak wrote: > > Hi, > > how do I put the information from the desription or notes field of a > timecard to a later generated invoice? The invoice only shows the > description of the "Service Code" field. E.g. if the description of > the > "Service Code" is "System Administration" the invoice just shows > "System > Administration", but not what exactly has been done, which is > stored in > the desription or notes field of the timecard. > > Ciao, > Marcus > > > > ---------------------------------------------------------------------- > -- > ------ > Check out the new SourceForge.net Marketplace. > It is the best place to buy or sell services for > just about anything Open Source. > http://p.sf.net/sfu/Xq1LFB > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > > > ---------------------------------------------------------------------- > -------- > Check out the new SourceForge.net Marketplace. > It is the best place to buy or sell services for > just about anything Open Source. > http://p.sf.net/sfu/Xq1LFB > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users ------------------------------------------------------------------------ ------ Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB _______________________________________________ sql-ledger-users mailing list sql...@li... https://lists.sourceforge.net/lists/listinfo/sql-ledger-users |
From: Marcus S. <li...@lo...> - 2009-01-11 16:43:17
|
Hi, no it is not, sorry! It it working on your setup? Ciao! Am Samstag, den 10.01.2009, 22:34 -0800 schrieb Michael Hasse: > It should automatically be in the detail of the line item for that > timecard. > > > Thanks, > > Michael > > > On Jan 10, 2009, at 10:22 AM, Marcus Sobchak wrote: > > Hi, > > how do I put the information from the desription or notes field of a > timecard to a later generated invoice? The invoice only shows the > description of the "Service Code" field. E.g. if the description of the > "Service Code" is "System Administration" the invoice just shows "System > Administration", but not what exactly has been done, which is stored in > the desription or notes field of the timecard. > > Ciao, > Marcus > > > > ------------------------------------------------------------------------ > ------ > Check out the new SourceForge.net Marketplace. > It is the best place to buy or sell services for > just about anything Open Source. > http://p.sf.net/sfu/Xq1LFB > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > > > ------------------------------------------------------------------------------ > Check out the new SourceForge.net Marketplace. > It is the best place to buy or sell services for > just about anything Open Source. > http://p.sf.net/sfu/Xq1LFB > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users |
From: Michael H. <mh...@it...> - 2009-01-11 06:34:58
|
It should automatically be in the detail of the line item for that timecard. Thanks, Michael On Jan 10, 2009, at 10:22 AM, Marcus Sobchak wrote: Hi, how do I put the information from the desription or notes field of a timecard to a later generated invoice? The invoice only shows the description of the "Service Code" field. E.g. if the description of the "Service Code" is "System Administration" the invoice just shows "System Administration", but not what exactly has been done, which is stored in the desription or notes field of the timecard. Ciao, Marcus ------------------------------------------------------------------------ ------ Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB _______________________________________________ sql-ledger-users mailing list sql...@li... https://lists.sourceforge.net/lists/listinfo/sql-ledger-users |
From: Marcus S. <li...@lo...> - 2009-01-10 18:23:18
|
Hi, how do I put the information from the desription or notes field of a timecard to a later generated invoice? The invoice only shows the description of the "Service Code" field. E.g. if the description of the "Service Code" is "System Administration" the invoice just shows "System Administration", but not what exactly has been done, which is stored in the desription or notes field of the timecard. Ciao, Marcus |
From: Marcus S. <li...@lo...> - 2009-01-10 12:53:19
|
Hi Rolf, Am Freitag, den 09.01.2009, 22:27 +0100 schrieb Rolf Stöckli: > > I'd like to set a variable eg. %currentyear% in the description of an > > article. This variable sould be replaced to 2009 when printing the > > invoice. Any idea in which script I've to do the "regsub"? > > I'd suggest that you don't edit any scripts because you loose the > changes with the next update. If you print the invoices in the month you > need them, you can edit the LaTeX template for example in the following way: > > ... > \usepackage[german]{babel} > \usepackage{datetime} > > \newdateformat{invoicedate}{% > \monthname[\THEMONTH] \THEYEAR} > > > ... > > \invoicedate\today > > The last command will print "Januar 2009" if your language is German. Thanks a lot for your answer. This is exactly what I was looking for. A howto that helped me with is datetime packge is found here: http://theoval.sys.uea.ac.uk/~nlct/latex/packages/datetime/datetime-manual.html Ciao, Marcus |
From: Rolf S. <in...@to...> - 2009-01-09 21:27:32
|
> I'd like to set a variable eg. %currentyear% in the description of an > article. This variable sould be replaced to 2009 when printing the > invoice. Any idea in which script I've to do the "regsub"? I'd suggest that you don't edit any scripts because you loose the changes with the next update. If you print the invoices in the month you need them, you can edit the LaTeX template for example in the following way: ... \usepackage[german]{babel} \usepackage{datetime} \newdateformat{invoicedate}{% \monthname[\THEMONTH] \THEYEAR} ... \invoicedate\today The last command will print "Januar 2009" if your language is German. Rolf |
From: Marcus S. <li...@lo...> - 2009-01-09 20:29:22
|
Hi Michael, Am Freitag, den 09.01.2009, 09:00 -0800 schrieb Michael Hasse: > Been there, done that, easiest if you don't, and then in the notes just have some simple phrase referring to "the previous month". > That said, you can get fancy with variables and custom templates and whatnot. > Highly recommend purchasing a support package and getting the manual for that though, bit much to suss out from scratch. Thanks for your answer. But your "simple phrase" is not what I'm for. I'd like to set a variable eg. %currentyear% in the description of an article. This variable sould be replaced to 2009 when printing the invoice. Any idea in which script I've to do the "regsub"? Ciao, Marcus |
From: Michael H. <mh...@it...> - 2009-01-09 17:25:23
|
Been there, done that, easiest if you don't, and then in the notes just have some simple phrase referring to "the previous month". That said, you can get fancy with variables and custom templates and whatnot. Highly recommend purchasing a support package and getting the manual for that though, bit much to suss out from scratch. Thanks, Michael ----- Original Message ----- From: "Marcus Sobchak" <li...@lo...> To: sql...@li... Sent: Friday, January 9, 2009 5:58:23 AM GMT -08:00 US/Canada Pacific Subject: [SL] print changeing time spans on invoices using recurrent transactions Hi, I'm planning to use recurrent transactions for monthly hosting or yearly domain invoices. How do I print changeing time spans (e.g. "from 01.01.2009 to 01.31.2009" or just "January 2009" for invoices created in January) on those monthly invoices. Thanks, Marcus ------------------------------------------------------------------------------ Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB _______________________________________________ sql-ledger-users mailing list sql...@li... https://lists.sourceforge.net/lists/listinfo/sql-ledger-users |
From: Marcus S. <li...@lo...> - 2009-01-09 13:58:40
|
Hi, I'm planning to use recurrent transactions for monthly hosting or yearly domain invoices. How do I print changeing time spans (e.g. "from 01.01.2009 to 01.31.2009" or just "January 2009" for invoices created in January) on those monthly invoices. Thanks, Marcus |
From: Rich S. <rsh...@ap...> - 2009-01-08 17:18:06
|
On Thu, 8 Jan 2009, Jeff Roberts wrote: > I had a thought... could this be a perl problem? Jeff, Could well be. > Can you create a perl script (text file) with the print command and run > it from the command line? > > The other thought I've had was to change your sql-ledger.conf file from > >/dev/null to a file that will capture any output, print something and > then read what is being dumped after the command executes. I'll need to get a perl monger to work on this. For various reasons I've avoided perl; C and Python meet all of my needs. Thanks, Rich -- Richard B. Shepard, Ph.D. | Integrity Credibility Applied Ecosystem Services, Inc. | Innovation <http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863 |
From: Jeff R. <je...@jr...> - 2009-01-08 16:51:23
|
Hi Rich I had a thought... could this be a perl problem? Can you create a perl script (text file) with the print command and run it from the command line? The other thought I've had was to change your sql-ledger.conf file from >/dev/null to a file that will capture any output, print something and then read what is being dumped after the command executes. Jeff Rich Shepard wrote: > On Sun, 4 Jan 2009, Jeff Roberts wrote: > > >> Did you ever get this resolved? >> > > Jeff, > > No, I'm still trying to determine if it's related to httpd (upgraded from > 1.3.37 to 2.2.9 with the distribution upgrade), SL, CUPS, or something else. > > One local SysAdmin suggested that script permissions in the latest httpd > might not allow running by users. I've no idea where to check this since > once I get the server set up I ignore it and use it for only local apps, > which currently is limited to SL. > > Wish I could resolve this quickly and move my focus to business. > > Thanks, > > Rich > > |
From: Mårten P. <ma...@ho...> - 2009-01-07 10:18:57
|
Hi all, I had a problem with my installation and did a reinstall since then I have problems printing but before the reinstall everything worked!!! Please see transcript below, that happend when I tried to print an invoice. I suppose that the spool directory should be used here but it's empty, also the log file from the output below is not found on the system.... I did something wrong, question is what?? Marten ----- Error! This is pdfeTeX, Version 3.141592-1.30.5-2.2 (Web2C 7.5.5) entering extended mode (./1231321892_purchase_order_Io2.tex LaTeX2e <2003/12/01> Babel <v3.8d> and hyphenation patterns for american, french, german, ngerman, b ahasa, basque, bulgarian, catalan, croatian, czech, danish, dutch, esperanto, e stonian, finnish, greek, icelandic, irish, italian, latin, magyar, norsk, polis h, portuges, romanian, russian, serbian, slovak, slovene, spanish, swedish, tur kish, ukrainian, nohyphenation, loaded. (/usr/share/texmf/tex/latex/koma-script/scrartcl.cls Document Class: scrartcl 2004/09/16 v2.9t LaTeX2e KOMA document class (/usr/share/texmf/tex/latex/koma-script/scrlfile.sty Package scrlfile, 2004/09/16 v2.9t LaTeX2e KOMA package Copyright (C) Markus Kohm ) (/usr/share/texmf/tex/latex/base/size11.clo) (/usr/share/texmf/tex/latex/koma-script/typearea.sty Package typearea, 2004/09/16 v2.9t LaTeX2e KOMA package Copyright (C) Frank Neukam, 1992-1994 Copyright (C) Markus Kohm, 1994-2002 )) (/usr/share/texmf/tex/generic/xypic/xy.sty (/usr/share/texmf/tex/generic/xypic/xy.tex Bootstrap'ing: catcodes, docmode, (/usr/share/texmf/tex/generic/xypic/xyrecat.tex) (/usr/share/texmf/tex/generic/xypic/xyidioms.tex) Xy-pic version 3.7 <1999/02/16> Copyright (c) 1991-1998 by Kristoffer H. Rose <kri...@en...> Xy-pic is free software: see the User's Guide for details. Loading kernel: messages; fonts; allocations: state, direction, utility macros; pictures: \xy, positions, objects, decorations; kernel objects: directionals, circles, text; options; algorithms: directions, edges, connections; Xy-pic loaded) (/usr/share/texmf/tex/generic/xypic/xyframe.tex Xy-pic option: Frame and Bracket extension v.3.7 loaded)) (/usr/share/texmf/tex/latex/tools/tabularx.sty (/usr/share/texmf/tex/latex/tools/array.sty)) (/usr/share/texmf/tex/latex/base/inputenc.sty (/usr/share/texmf/tex/latex/base/latin1.def)) No file 1231321892_purchase_order_Io2.aux. Underfull \hbox (badness 10000) in paragraph at lines 54--100 ) ! Emergency stop. <*> 1231321892_purchase_order_Io2.tex No pages of output. Transcript written on 1231321892_purchase_order_Io2.log. ---- |