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: Luke <sl...@li...> - 2008-01-02 21:50:32
|
More on this: If I change the USD currency precision to 6, from its former setting of 2, the numbers come out right. However, I am then left with totals like 31.860000. Changing the defaults precision setting seems to do nothing. Is there any way to have calculations be done on a precision above 2, without displaying values with a precision above 2? Or, better yet, have a final rounding be done for totals to a precision of 2? A calculation precision and a display precision, perhaps. The problem seems to result from a calculation of the discount based upon the sellprice, not upon the (sellprice * quantity). precision: 2 How I thought it was being done: 2.95 * 12 - 10% = 31.86 How it is being done: (2.95 - 10%) * 12 = 31.80 Luke On Tue, 1 Jan 2008, Luke wrote: > Hello > > I have an invoice which appears to be calculating the discount > incorrectly. > > The line item cost is $2.95 (sellprice--the list price is $2.99, and I > lowered this on the invoice to compensate for another seeming error). > > Setting the discount to 10, with a quantity of 12, yields a cost of > $31.80, while my calculator seems to think that it should equal $31.86. > > SL 2.8.10; PGSQL 8.2. > > Am I missing something obvious here? > > Luke > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > |
From: Luke <sl...@li...> - 2008-01-02 19:57:08
|
It was working fine with 8.1, and started doing this under 8.1. On Wed, 2 Jan 2008, Michael Hasse wrote: > I believe there are some issues w/PGSQL 8...? > > > > > On Jan 1, 2008, at 11:47 AM, Luke wrote: > > > I took this to Deiter, but his best advice was that I get a support > > contract, which I can not currently afford to do. We are evaluating > > TinyERP, and I may end up just switching to that; but I figured I > > would > > give SL one last try, given the new features and such. > > > > I am experiencing the following problem with the admin section of SL > > 2.8.10: > > > > When I am logged into admin.pl, and I attempt to add or delete a > > user, the > > http connection hangs until it times out (several minutes), and I am > > presented with a 500 internal server error. > > > > The Apache2 logs say nothing. I have tried Postgresql versions 8.2 > > and > > 8.1. > > > > I recently upgraded from 2.6.8, by doing a progressive upgrade > > through the > > intermediary versions. > > > > While doing this, I ran into an error about a missing function > > which the > > upgrade script was trying to drop. Several of them actually, as I > > removed > > one from the SQL file, another would come up. Same for some other > > attempts to drop triggers, a problem which the lock/unlock solution > > wouldn't solve. The upgrade was seemingly successful after I > > removed the things that had already been dropped. > > > > I don't know if this is some how causing my problem now, but any > > advice > > would be appreciated. > > > > Regards, > > > > Luke > > > > ---------------------------------------------------------------------- > > --- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2005. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > sql-ledger-users mailing list > > sql...@li... > > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > |
From: Michael H. <mh...@it...> - 2008-01-02 17:34:09
|
I believe there are some issues w/PGSQL 8...? On Jan 1, 2008, at 11:47 AM, Luke wrote: > I took this to Deiter, but his best advice was that I get a support > contract, which I can not currently afford to do. We are evaluating > TinyERP, and I may end up just switching to that; but I figured I > would > give SL one last try, given the new features and such. > > I am experiencing the following problem with the admin section of SL > 2.8.10: > > When I am logged into admin.pl, and I attempt to add or delete a > user, the > http connection hangs until it times out (several minutes), and I am > presented with a 500 internal server error. > > The Apache2 logs say nothing. I have tried Postgresql versions 8.2 > and > 8.1. > > I recently upgraded from 2.6.8, by doing a progressive upgrade > through the > intermediary versions. > > While doing this, I ran into an error about a missing function > which the > upgrade script was trying to drop. Several of them actually, as I > removed > one from the SQL file, another would come up. Same for some other > attempts to drop triggers, a problem which the lock/unlock solution > wouldn't solve. The upgrade was seemingly successful after I > removed the things that had already been dropped. > > I don't know if this is some how causing my problem now, but any > advice > would be appreciated. > > Regards, > > Luke > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users |
From: Luke <sl...@li...> - 2008-01-02 00:11:05
|
Hello I have an invoice which appears to be calculating the discount incorrectly. The line item cost is $2.95 (sellprice--the list price is $2.99, and I lowered this on the invoice to compensate for another seeming error). Setting the discount to 10, with a quantity of 12, yealds a cost of $31.80, while my calculater seems to think that it should equal $31.86. SL 2.8.10; PGSQL 8.2. Am I missing something obvious here? Luke |
From: Jeff E. <jef...@al...> - 2008-01-01 23:47:44
|
I am having troubles getting the backup emailed. I have not been able to locate where the code is. If someone could tell me I would appreciate it. Thanks. Happy New Year |
From: Luke <sl...@li...> - 2008-01-01 19:44:09
|
I took this to Deiter, but his best advice was that I get a support contract, which I can not currently afford to do. We are evaluating TinyERP, and I may end up just switching to that; but I figured I would give SL one last try, given the new features and such. I am experiencing the following problem with the admin section of SL 2.8.10: When I am logged into admin.pl, and I attempt to add or delete a user, the http connection hangs until it times out (several minutes), and I am presented with a 500 internal server error. The Apache2 logs say nothing. I have tried Postgresql versions 8.2 and 8.1. I recently upgraded from 2.6.8, by doing a progressive upgrade through the intermediary versions. While doing this, I ran into an error about a missing function which the upgrade script was trying to drop. Several of them actually, as I removed one from the SQL file, another would come up. Same for some other attempts to drop triggers, a problem which the lock/unlock solution wouldn't solve. The upgrade was seemingly successful after I removed the things that had already been dropped. I don't know if this is some how causing my problem now, but any advice would be appreciated. Regards, Luke |
From: Bob G. <bo...@rc...> - 2008-01-01 15:24:23
|
At least there should be an alert message when you try to create a password with special characters. (special to be defined by Dieter) Bob G On Dec 20, 2007, at 20:03, Munroe Sollog wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I found the problem, and I think it should be filed as a bug. > Passwords can't contain special characters. I have tested the ; and > the : both result in a "session expired" error. > > > > > Mihira Fernando wrote: >> On Mon December 10 2007 7:35 pm, Munroe Sollog wrote: >>> I am running 2.8.8 and on every click I get the session expired >>> error and have to type in my password again. I looked at some of >>> the historical conversations. and used NTPdate to sync the >>> browser computer with the server computer (actually I synced them >>> both with time.apple.com). Also under my user name Preferences I >>> set session timeout to 360000 which 100hrs, more than enough to >>> compensate for any time irregularities (which there are none). I >>> am still getting the session expired error. Any thoughts? >> >> Check your browser's security settings. They maybe too tight. Also >> is there a web filter/proxy server between your browser and the SQL >> Ledger ? those may get in the way as well. >> >> Mihira. >> > > > - -- > Munroe Sollog > Systems Engineer > Digirati Consulting, Inc > so...@di... > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFHax7fVI0+KepVD/kRAjLrAJ9C34Yq40dcrm3boAAfC02Ny/cWagCfWrjo > U7WDpUlEt0nUDVQbTDD+f4k= > =4Ypu > -----END PGP SIGNATURE----- > > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users |
From: Armaghan S. <sa...@le...> - 2008-01-01 14:04:31
|
On 1/1/08, Luke <sl...@li...> wrote: > Hello > > Our company had stopped using SL back on 2.6.8. I recently decided to > revive our old installation and old data, and performed an upgrade to > 2.8.10. > > I noticed that on orders and invoices now, there are new checkboxes on > line items. > > What is the purpose of these? > Check these boxes and click "Update" and you can enter item notes and other information along with each line of invoice. Regards -- Armaghan Saqib SQL-Ledger Hosting - Reliable, fast, secure http://www.ledger123.com/ |
From: Luke <sl...@li...> - 2008-01-01 12:07:16
|
Hello Our company had stopped using SL back on 2.6.8. I recently decided to revive our old installation and old data, and performed an upgrade to 2.8.10. I noticed that on orders and invoices now, there are new checkboxes on line items. What is the purpose of these? Thanks Luke |
From: Sean E. <sea...@gm...> - 2007-12-28 14:33:15
|
On Dec 28, 2007 9:18 AM, Rich Shepard <rsh...@ap...> wrote: > > So, my upgrade from 2.6.27 to 2.8.8 was flawless and easy. Have no idea > about any other big jump. Perhaps you should try the manual upgrade > process > and see if that works for you. Thanks for the info Rich. I have tried manually upgrading, after the setup.pl script failed for me. I can not seem to get past 2.6.27. Anything after this version won't work for me without throwing the "Cargo" table or "Error! update acc_trans set reconciled = transdate where cleared ERROR: argument of WHERE must be type boolean, not type date" errors. Not sure what or where I went wrong. Best regards, Sean |
From: Rich S. <rsh...@ap...> - 2007-12-28 14:19:23
|
On Fri, 28 Dec 2007, Sean Ervin wrote: > Has anyone gotten upgrades to work from 2.6.0? I received all sorts of > errors and subsequently reverted back to 2.6.15 Sean, I try to upgrade on a regular basis because SL is a critical application for our business, but sometimes I skip a few versions. I was running 2.6.27 for a long time since I read of 2.8.x issues on the mail list, and the earlier version worked. But, a month or two ago I decided it was time to upgrade since the current version was (is?) 2.8.8. Had absolutely no problems with the upgrade, automatic data file conversions, or running the application. I've used the perl script only on the initial installation. Since then I've downloaded the tarball into /usr/local and untarred it. A couple of times I had to fix permissions, but not recently. So, my upgrade from 2.6.27 to 2.8.8 was flawless and easy. Have no idea about any other big jump. Perhaps you should try the manual upgrade process and see if that works for you. HTH, 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: Sean E. <sea...@gm...> - 2007-12-28 13:09:55
|
Hi all Since going directly to latest version on an upgrade did not work using setup.pl, I tried to do intermediate steps based on the UPGRADE<http://sql-ledger.com/source/upgrade/>notes. I was able to get to version 2.6.27 but nothing past that. I also could not find version 2.8.0 on the server for download. I thought it was supposed to be here http://www.sql-ledger.com/source/sql-ledger-2.8.0.tar.gz Am I missing something? Has anyone gotten upgrades to work from 2.6.0? I received all sorts of errors and subsequently reverted back to 2.6.15 Thanks for any input, Sean |
From: Munroe S. <so...@di...> - 2007-12-21 02:03:32
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I found the problem, and I think it should be filed as a bug. Passwords can't contain special characters. I have tested the ; and the : both result in a "session expired" error. Mihira Fernando wrote: > On Mon December 10 2007 7:35 pm, Munroe Sollog wrote: >> I am running 2.8.8 and on every click I get the session expired >> error and have to type in my password again. I looked at some of >> the historical conversations. and used NTPdate to sync the >> browser computer with the server computer (actually I synced them >> both with time.apple.com). Also under my user name Preferences I >> set session timeout to 360000 which 100hrs, more than enough to >> compensate for any time irregularities (which there are none). I >> am still getting the session expired error. Any thoughts? > > Check your browser's security settings. They maybe too tight. Also > is there a web filter/proxy server between your browser and the SQL > Ledger ? those may get in the way as well. > > Mihira. > - -- Munroe Sollog Systems Engineer Digirati Consulting, Inc so...@di... -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHax7fVI0+KepVD/kRAjLrAJ9C34Yq40dcrm3boAAfC02Ny/cWagCfWrjo U7WDpUlEt0nUDVQbTDD+f4k= =4Ypu -----END PGP SIGNATURE----- |
From: Wallace R. C. <wrc...@gm...> - 2007-12-17 20:54:29
|
On Dec 17, 2007 1:45 PM, Yves Lavoie ing. <yve...@gm...> wrote: > Wallace Roberts Consulting wrote: > > http://www.news.com/8301-13579_3-9834826-37.html?part=rss&subj=news&tag=2547-1_3-0-5 > > > > Dieter, prepare for a slew of disgruntled QuackBook users to hit your site. > > If only we could convince Dieter to finish the Payroll, we could have > some more... ;-) I'm sure he would be more easily convinced by money than words; just a guess. :-) -- Best Regards, Wallace |
From: Yves L. ing. <yve...@gm...> - 2007-12-17 20:46:13
|
Wallace Roberts Consulting wrote: > http://www.news.com/8301-13579_3-9834826-37.html?part=3Drss&subj=3Dnews&t= ag=3D2547-1_3-0-5 > > Dieter, prepare for a slew of disgruntled QuackBook users to hit your sit= e. If only we could convince Dieter to finish the Payroll, we could have some more... ;-) Yves |
From: Wallace R. C. <wrc...@gm...> - 2007-12-17 20:32:28
|
http://www.news.com/8301-13579_3-9834826-37.html?part=rss&subj=news&tag=2547-1_3-0-5 Dieter, prepare for a slew of disgruntled QuackBook users to hit your site. -- Best Regards, Wallace |
From: Mihira F. <mih...@gm...> - 2007-12-17 07:35:26
|
On Mon December 10 2007 7:35 pm, Munroe Sollog wrote: > I am running 2.8.8 and on every click I get the session expired error > and have to type in my password again. I looked at some of the > historical conversations. and used NTPdate to sync the browser > computer with the server computer (actually I synced them both with > time.apple.com). Also under my user name Preferences I set session > timeout to 360000 which 100hrs, more than enough to compensate for any > time irregularities (which there are none). I am still getting the > session expired error. Any thoughts? Check your browser's security settings. They maybe too tight. Also is there a web filter/proxy server between your browser and the SQL Ledger ? those may get in the way as well. Mihira. -- Random Quotes From Megas XLR Coop: You see? The mysteries of the Universe are revealed when you break stuff. Jamie: When in doubt, blow up a planet. Kiva: It's an 80 foot robot, if we can't see it, absolutely it's not here. Glorft Technician: Unnecessary use of force in capturing the Earthers has been approved. |
From: Munroe S. <so...@di...> - 2007-12-17 04:17:01
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have set it to 36000 and also tried 3600 even 360000 no luck Wallace Roberts Consulting wrote: > On Dec 16, 2007 8:20 PM, Munroe Sollog > <so...@di...> wrote: ... >> Any help would be greatful, typing my password after every click >> is very frustrating. Thanks > > Bring up your admin screen: > > http://yourSqlLedgerUrl/admin.pl > > Login. Select your user. Check the "Session Timeout" value. Set it > to something reasonable, like 3600 (one hour) or even 28800 (8 > hours). Finally, don't forget to scroll to the very bottom of the > screen & "Save" your change. - -- Munroe Sollog Systems Engineer Digirati Consulting, Inc so...@di... -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHZfgwVI0+KepVD/kRAkfMAJ9mQCB5TKIic8zOnStPYvoTVXGYhQCfVon8 WjCDnVyw6XTYOjjV7Aa6xiE= =U1AV -----END PGP SIGNATURE----- |
From: Wallace R. C. <wrc...@gm...> - 2007-12-17 04:04:54
|
On Dec 16, 2007 8:20 PM, Munroe Sollog <so...@di...> wrote: ... > Any help would be greatful, typing my password after every click is > very frustrating. Thanks Bring up your admin screen: http://yourSqlLedgerUrl/admin.pl Login. Select your user. Check the "Session Timeout" value. Set it to something reasonable, like 3600 (one hour) or even 28800 (8 hours). Finally, don't forget to scroll to the very bottom of the screen & "Save" your change. -- Best Regards, Wallace |
From: Munroe S. <so...@di...> - 2007-12-17 03:20:45
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Update: I have tried removing my firefox profile completely - no go I tried Windows Internet Explorer - no go I tried Windows firefox - no go I tried removing it from secure http - no go I can't seem to get away from the "Session Expired" message. I'm using ntpd all machines and the clocks are synchronized to within 1 second, cookies are enabled and sql-ledger creates one. Any help would be greatful, typing my password after every click is very frustrating. Thanks Michael Hasse wrote: > Are cookies enabled in the browser? > > > > On Dec 10, 2007, at 11:35 AM, Munroe Sollog wrote: > > I am running 2.8.8 and on every click I get the session expired > error and have to type in my password again. I looked at some of > the historical conversations. and used NTPdate to sync the browser > computer with the server computer (actually I synced them both with > time.apple.com). Also under my user name Preferences I set > session timeout to 360000 which 100hrs, more than enough to > compensate for any time irregularities (which there are none). I > am still getting the session expired error. Any thoughts? > >> - ---------------------------------------------------------------------- - --- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ sql-ledger-users mailing list sql...@li... https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > ------------------------------------------------------------------------- > SF.Net email is sponsored by: Check out the new SourceForge.net > Marketplace. It's the best place to buy or sell services for just > about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ sql-ledger-users > mailing list sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users - -- Munroe Sollog Systems Engineer Digirati Consulting, Inc so...@di... -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHZer3VI0+KepVD/kRAr1kAJ4tUixCZyEArhq0HfybOsnzzIZ09gCbB5i0 R596eSzUeJ1OWmSF+z8H1Jk= =7uDI -----END PGP SIGNATURE----- |
From: Munroe S. <so...@di...> - 2007-12-11 11:41:02
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Yes. I am using firefox (iceweasel in debian) 2.0.0.11 and I went through and deleted the old cookies. Michael Hasse wrote: > Are cookies enabled in the browser? > > > > On Dec 10, 2007, at 11:35 AM, Munroe Sollog wrote: > > I am running 2.8.8 and on every click I get the session expired > error and have to type in my password again. I looked at some of > the historical conversations. and used NTPdate to sync the browser > computer with the server computer (actually I synced them both with > time.apple.com). Also under my user name Preferences I set > session timeout to 360000 which 100hrs, more than enough to > compensate for any time irregularities (which there are none). I > am still getting the session expired error. Any thoughts? > >> - ---------------------------------------------------------------------- - --- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ sql-ledger-users mailing list sql...@li... https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > ------------------------------------------------------------------------- > SF.Net email is sponsored by: Check out the new SourceForge.net > Marketplace. It's the best place to buy or sell services for just > about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ sql-ledger-users > mailing list sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users - -- Munroe Sollog Systems Engineer Digirati Consulting, Inc so...@di... -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHXndAVI0+KepVD/kRAtrsAJ0fvvRHjEfmRq7P4ED6fo878U7GiQCeMQcp HrDcLGErSCqx3dfy3TCdQzA= =dNdk -----END PGP SIGNATURE----- |
From: Michael H. <mh...@it...> - 2007-12-11 07:22:49
|
Are cookies enabled in the browser? On Dec 10, 2007, at 11:35 AM, Munroe Sollog wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I am running 2.8.8 and on every click I get the session expired error > and have to type in my password again. I looked at some of the > historical conversations. and used NTPdate to sync the browser > computer with the server computer (actually I synced them both with > time.apple.com). Also under my user name Preferences I set session > timeout to 360000 which 100hrs, more than enough to compensate for any > time irregularities (which there are none). I am still getting the > session expired error. Any thoughts? > > - -- > Munroe Sollog > Systems Engineer > Digirati Consulting, Inc > so...@di... > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFHXZUYVI0+KepVD/kRApYpAJ9ZUutpaqPf6PieRKwHHtbla9ebCACcCI5p > ua0LFR1utMhB8QyskbOv/ng= > =Z0s1 > -----END PGP SIGNATURE----- > > ---------------------------------------------------------------------- > --- > SF.Net email is sponsored by: > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users |
From: Munroe S. <so...@di...> - 2007-12-10 19:36:15
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am running 2.8.8 and on every click I get the session expired error and have to type in my password again. I looked at some of the historical conversations. and used NTPdate to sync the browser computer with the server computer (actually I synced them both with time.apple.com). Also under my user name Preferences I set session timeout to 360000 which 100hrs, more than enough to compensate for any time irregularities (which there are none). I am still getting the session expired error. Any thoughts? - -- Munroe Sollog Systems Engineer Digirati Consulting, Inc so...@di... -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHXZUYVI0+KepVD/kRApYpAJ9ZUutpaqPf6PieRKwHHtbla9ebCACcCI5p ua0LFR1utMhB8QyskbOv/ng= =Z0s1 -----END PGP SIGNATURE----- |
From: William M. <wi...@kn...> - 2007-12-10 14:01:08
|
On Mon, Dec 10, 2007 at 12:45:50AM -0800, Michael Hasse wrote: > Anybody else have trouble running trial balance or income > statement reports after upgrading to 2.8.8? I haven't seen this problem. We use accrual system. The output from your apache error log would greatly help. William -- Knowmad Technologies - Web Site Development & Programming W: http://www.knowmad.com | E: wi...@kn... P: 704.343.9330 | http://www.LinkedIn.com/in/williammckee |
From: Michael H. <mh...@it...> - 2007-12-10 08:46:23
|
Hi Everybody, Anybody else have trouble running trial balance or income statement reports after upgrading to 2.8.8? Don't believe anything else has changed on the server but now we get an Apache error just for those two reports: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Apache/2.0.54 (Fedora) Server at itwerx.net Port 1080 We're on a cash basis if that helps, and everything else seems to be working fine. Also noticed it takes a rather long time before the error returns. Thanks, Michael |