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: Thomas G. <to...@ad...> - 2001-10-30 16:21:42
|
On Tue, 30 Oct 2001, Thomas Good wrote:
> be sure that all of your Pg stuff is the same version. I will look aroun=
d
> here - I have a shell script to remove rpms and install the new ones.
> BTW, you definitely want to use pg_dump to protect any data before you
> make any sweeping changes as you will need to do a reload into 7.1
> when you upgrade. Postgres has no upgrade path for jumps in major
> version numbers, i.e, 7.0 -> 7.1. :-(
Oscar - here is a script I used to go from 6.5 to 7.0
If you change the version numbers, collect all of the necessary
rpms and then run the script you should be fine. =20
Just remember to back up your data first!
#!/bin/sh
rm -ir /var/lib/pgsql/data/base
rpm -e postgresql-test-6.5.2-1
rpm -e postgresql-jdbc-6.5.2-1
rpm -e postgresql-odbc-6.5.2-1
rpm -e postgresql-perl-6.5.2-1
rpm -e postgresql-python-6.5.2-1
rpm -e postgresql-tcl-6.5.2-1
rpm -e postgresql-devel-6.5.2-1
rpm -e postgresql-server-6.5.2-1
rpm -e php-pgsql-3.0.12-6
rpm -e postgresql-6.5.2-1
rpm -i postgresql-7.0.3-2.i386.rpm
rpm -i postgresql-server-7.0.3-2.i386.rpm
rpm -i postgresql-devel-7.0.3-2.i386.rpm
rpm -i postgresql-test-7.0.3-2.i386.rpm
rpm -i postgresql-jdbc-7.0.3-2.i386.rpm
rpm -i postgresql-odbc-7.0.3-2.i386.rpm
rpm -i postgresql-perl-7.0.3-2.i386.rpm
rpm -i postgresql-python-7.0.3-2.i386.rpm
rpm -i postgresql-tcl-7.0.3-2.i386.rpm
rpm -i postgresql-tk-7.0.3-2.i386.rpm
/etc/rc.d/init.d/postgresql start
--------------------------------------------------------------------
Saint Vincent Catholic Medical Centers =20
--------------------------------------------------------------------
Thomas Good tomg@ { admin | q8 } .nrnet.org
Programmer/Analyst Phone: 718-818-5528=20
Behavioral Health Services Fax: 718-818-5056 =20
Residential Services Mobile: 917-282-7359 =20
--------------------------------------------------------------------
/* Rekordmeister ist nur der FC Bayern M=FCnchen! */
--------------------------------------------------------------------
|
|
From: Oscar B. <os...@el...> - 2001-10-30 16:13:39
|
Hi Thomas, As psql -V says: psql (PostgreSQL) 7.0.3 Why then not just install: postgresql-perl-7.0.3-8 RPM for i386 ?? from: http://rpmfind.net/linux/RPM/redhat/7.1/i386/postgresql-perl-7.0.3-8.i386.html This woul save me the hassle of reinstalling, pg_dumping and whatever else.... Is my assumption correct?? Regards, Oscar Thomas Good wrote: > On Tue, 30 Oct 2001, Oscar Buijten wrote: > > >>Hi Thomas, >> >>So then I thought, maybe there is some perl pgsql driver of some sort >>missing. This is the result: >>rpm -i postgresql-perl-7.1.3-1mdk.i586.rpm >>error: failed dependencies: >> postgresql = 7.1.3-1mdk is needed by postgresql-perl-7.1.3-1mdk >> libpq.so.2 is needed by postgresql-perl-7.1.3-1mdk >> >>Is that because of this?: >> psql -V >> > > Hi Oscar - yes. You are trying to install an rpm for a diff version > of Pg. That will cause problems and here is another issue: > > So, we must get the version mismatch sorted and then install the > missing libraries. > > >>Could I then just install: postgresql-libs-7.1.3-1mdk RPM for i586 ?? >> > Dude. I would use rpm (run man rpm to see the various options) to remove > all 7.0 postgres stuff prior to installing any 7.1 rpms. You want to > be sure that all of your Pg stuff is the same version. I will look around > here - I have a shell script to remove rpms and install the new ones. > > BTW, you definitely want to use pg_dump to protect any data before you > make any sweeping changes as you will need to do a reload into 7.1 > when you upgrade. Postgres has no upgrade path for jumps in major > version numbers, i.e, 7.0 -> 7.1. :-( > > > >>>On Mon, 29 Oct 2001, Oscar Buijten wrote: >>> >>> >>> >>>>Hi! >>>> >>>>Yesterday I have upgraded perl 5.6.1 (installed from source). >>>>Since then I have problems to use SQL-ledger.... >>>> >>>>It seemed that I had lost DBI and DBD. >>>>So I have re-installed them (how to check the correctness??)... >>>> >>>> >>>Hi Oscar, >>> >>>If you don't have any DBI.pm somewhere in ../site_perl/ >>>(locate DBI | grep site_perl) >>>simply reinstall your drivers: >>>DBI first, followed by DBD-Pg >>> >>>It shouldn't be too much of a hassle. >>>So how do you like 5.6.1? >>> >>>Cheers, >>>Tom >>> >>>-------------------------------------------------------------------- >>> Saint Vincent Catholic Medical Centers >>>-------------------------------------------------------------------- >>>Thomas Good tomg@ { admin | q8 } .nrnet.org >>>Programmer/Analyst Phone: 718-818-5528 >>>Behavioral Health Services Fax: 718-818-5056 >>>Residential Services Mobile: 917-282-7359 >>>-------------------------------------------------------------------- >>>/* Rekordmeister ist nur der FC Bayern München! */ >>>-------------------------------------------------------------------- >>> >>> >>> >> >>-- >>_____________________________________________________________ >> >>Oscar Buijten >> >>Tel: +33.4.67.57.97.45 >>Fax: +33.4.67.57.97.46 >>GSM: +33.6.20.84.15.22 >> >>Email: os...@el... >> >>Web: www.elbie.com >> >> >> >> >> > > > -------------------------------------------------------------------- > Saint Vincent Catholic Medical Centers > -------------------------------------------------------------------- > Thomas Good tomg@ { admin | q8 } .nrnet.org > Programmer/Analyst Phone: 718-818-5528 > Behavioral Health Services Fax: 718-818-5056 > Residential Services Mobile: 917-282-7359 > -------------------------------------------------------------------- > /* Rekordmeister ist nur der FC Bayern München! */ > -------------------------------------------------------------------- > > -- _____________________________________________________________ Oscar Buijten Tel: +33.4.67.57.97.45 Fax: +33.4.67.57.97.46 GSM: +33.6.20.84.15.22 Email: os...@el... Web: www.elbie.com |
|
From: Thomas G. <to...@ad...> - 2001-10-30 15:26:33
|
On Tue, 30 Oct 2001, Oscar Buijten wrote:
> Hi Thomas,
>=20
> So then I thought, maybe there is some perl pgsql driver of some sort=20
> missing. This is the result:
> rpm -i postgresql-perl-7.1.3-1mdk.i586.rpm
> error: failed dependencies:
> postgresql =3D 7.1.3-1mdk is needed by postgresql-perl-7.1.3-1md=
k
> libpq.so.2 is needed by postgresql-perl-7.1.3-1mdk
>=20
> Is that because of this?:
> psql -V
Hi Oscar - yes. You are trying to install an rpm for a diff version
of Pg. That will cause problems and here is another issue:
So, we must get the version mismatch sorted and then install the
missing libraries.
>=20
> Could I then just install: postgresql-libs-7.1.3-1mdk RPM for i586 ??
Dude. I would use rpm (run man rpm to see the various options) to remove
all 7.0 postgres stuff prior to installing any 7.1 rpms. You want to
be sure that all of your Pg stuff is the same version. I will look around
here - I have a shell script to remove rpms and install the new ones.
BTW, you definitely want to use pg_dump to protect any data before you
make any sweeping changes as you will need to do a reload into 7.1
when you upgrade. Postgres has no upgrade path for jumps in major
version numbers, i.e, 7.0 -> 7.1. :-(
> > On Mon, 29 Oct 2001, Oscar Buijten wrote:
> >=20
> >=20
> >>Hi!
> >>
> >>Yesterday I have upgraded perl 5.6.1 (installed from source).
> >>Since then I have problems to use SQL-ledger....
> >>
> >>It seemed that I had lost DBI and DBD.
> >>So I have re-installed them (how to check the correctness??)...
> >>
> >=20
> > Hi Oscar,
> >=20
> > If you don't have any DBI.pm somewhere in ../site_perl/
> > (locate DBI | grep site_perl)
> > simply reinstall your drivers:
> > DBI first, followed by DBD-Pg
> >=20
> > It shouldn't be too much of a hassle.
> > So how do you like 5.6.1?
> >=20
> > Cheers,
> > Tom
> >=20
> > --------------------------------------------------------------------
> > Saint Vincent Catholic Medical Centers =20
> > --------------------------------------------------------------------
> > Thomas Good tomg@ { admin | q8 } .nrnet.org
> > Programmer/Analyst Phone: 718-818-5528=20
> > Behavioral Health Services Fax: 718-818-5056 =
=20
> > Residential Services Mobile: 917-282-7359 =
=20
> > --------------------------------------------------------------------
> > /* Rekordmeister ist nur der FC Bayern M=FCnchen! */
> > --------------------------------------------------------------------
> >=20
> >=20
>=20
>=20
> --=20
> _____________________________________________________________
>=20
> Oscar Buijten
>=20
> Tel: +33.4.67.57.97.45
> Fax: +33.4.67.57.97.46
> GSM: +33.6.20.84.15.22
>=20
> Email: os...@el...
>=20
> Web: www.elbie.com
>=20
>=20
>=20
>=20
--------------------------------------------------------------------
Saint Vincent Catholic Medical Centers =20
--------------------------------------------------------------------
Thomas Good tomg@ { admin | q8 } .nrnet.org
Programmer/Analyst Phone: 718-818-5528=20
Behavioral Health Services Fax: 718-818-5056 =20
Residential Services Mobile: 917-282-7359 =20
--------------------------------------------------------------------
/* Rekordmeister ist nur der FC Bayern M=FCnchen! */
--------------------------------------------------------------------
|
|
From: Oscar B. <os...@el...> - 2001-10-30 15:06:38
|
Hi Thomas,
So then I thought, maybe there is some perl pgsql driver of some sort
missing. This is the result:
rpm -i postgresql-perl-7.1.3-1mdk.i586.rpm
error: failed dependencies:
postgresql = 7.1.3-1mdk is needed by postgresql-perl-7.1.3-1mdk
libpq.so.2 is needed by postgresql-perl-7.1.3-1mdk
Is that because of this?:
psql -V
psql (PostgreSQL) 7.0.3
Could I then just install: postgresql-libs-7.1.3-1mdk RPM for i586 ??
Or would that destroy my smoothly functioning server?
Thanks!!
Oscar
Thomas Good wrote:
> On Mon, 29 Oct 2001, Oscar Buijten wrote:
>
>
>>Hi!
>>
>>Yesterday I have upgraded perl 5.6.1 (installed from source).
>>Since then I have problems to use SQL-ledger....
>>
>>It seemed that I had lost DBI and DBD.
>>So I have re-installed them (how to check the correctness??)...
>>
>
> Hi Oscar,
>
> If you don't have any DBI.pm somewhere in ../site_perl/
> (locate DBI | grep site_perl)
> simply reinstall your drivers:
> DBI first, followed by DBD-Pg
>
> It shouldn't be too much of a hassle.
> So how do you like 5.6.1?
>
> Cheers,
> Tom
>
> --------------------------------------------------------------------
> Saint Vincent Catholic Medical Centers
> --------------------------------------------------------------------
> Thomas Good tomg@ { admin | q8 } .nrnet.org
> Programmer/Analyst Phone: 718-818-5528
> Behavioral Health Services Fax: 718-818-5056
> Residential Services Mobile: 917-282-7359
> --------------------------------------------------------------------
> /* Rekordmeister ist nur der FC Bayern München! */
> --------------------------------------------------------------------
>
>
--
_____________________________________________________________
Oscar Buijten
Tel: +33.4.67.57.97.45
Fax: +33.4.67.57.97.46
GSM: +33.6.20.84.15.22
Email: os...@el...
Web: www.elbie.com
|
|
From: Roderick A. A. <raa...@ti...> - 2001-10-29 21:13:17
|
On Wed, 24 Oct 2001, Dieter Simader wrote:
> You have to setup a service item for the phone charges in order to use on
> a vendor invoice. You could also split the phone bill into fixed and
> variable charges to keep track of i.e telephone rental and long distance.
Thanks Dieter.
Rod
--
Let Accuracy Triumph Over Victory
Zetetic Institute
"David's Sling"
Marc Stiegler
|
|
From: Thomas G. <to...@ad...> - 2001-10-29 20:31:06
|
On Mon, 29 Oct 2001, Oscar Buijten wrote:
> Hi!
>=20
> Yesterday I have upgraded perl 5.6.1 (installed from source).
> Since then I have problems to use SQL-ledger....
>=20
> It seemed that I had lost DBI and DBD.
> So I have re-installed them (how to check the correctness??)...
Hi Oscar,
If you don't have any DBI.pm somewhere in ../site_perl/
(locate DBI | grep site_perl)
simply reinstall your drivers:
DBI first, followed by DBD-Pg
It shouldn't be too much of a hassle.
So how do you like 5.6.1?
Cheers,
Tom
--------------------------------------------------------------------
Saint Vincent Catholic Medical Centers =20
--------------------------------------------------------------------
Thomas Good tomg@ { admin | q8 } .nrnet.org
Programmer/Analyst Phone: 718-818-5528=20
Behavioral Health Services Fax: 718-818-5056 =20
Residential Services Mobile: 917-282-7359 =20
--------------------------------------------------------------------
/* Rekordmeister ist nur der FC Bayern M=FCnchen! */
--------------------------------------------------------------------
|
|
From: Oscar B. <os...@el...> - 2001-10-29 20:22:21
|
Hi! Yesterday I have upgraded perl 5.6.1 (installed from source). Since then I have problems to use SQL-ledger.... It seemed that I had lost DBI and DBD. So I have re-installed them (how to check the correctness??)... I do get the login.pl to see, but when I login I get an Internal Server Error. Trying to show the admin page I get Error! No database drivers available. Other applications like phpPgAdmin, phpgroupware and relata do work correctly. Here is the apache error_log [Mon Oct 29 21:33:25 2001] [notice] Apache-AdvancedExtranetServer/1.3.19 (Linux-Mandrake/3mdk) PHP/4.0.4pl1 mod_ssl/2.8.2 OpenSSL/0.9.6 configured -- resuming normal operations [Mon Oct 29 21:33:25 2001] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) Unknown error Compilation failed in require at /var/www/sql-ledger/login.pl line 77. [Mon Oct 29 21:33:40 2001] [error] [client 192.168.1.6] Premature end of script headers: /var/www/sql-ledger/login.pl Error: No database drivers available Compilation failed in require at /var/www/sql-ledger/admin.pl line 104. Can anyone help?? Pleeeeaaase!! Thanks, Oscar -- _____________________________________________________________ Oscar Buijten Tel: +33.4.67.57.97.45 Fax: +33.4.67.57.97.46 GSM: +33.6.20.84.15.22 Email: os...@el... Web: www.elbie.com |
|
From: Marko S. <Mar...@we...> - 2001-10-29 16:43:38
|
Is anyone using the german SKR 03? Marko |
|
From: Neil J. <ne...@jo...> - 2001-10-29 03:04:28
|
I'm trying to upgrade my sql-ledger version from 1.4.5 to 1.6. I ran psql database < upgrade-1.4-1.6.sql with no errors, moved the new sql-ledger directoryand files to the same location as the original, and then logged into http://localhost/sql-ledger/admin.pl to add a user. No probels until I try to save the user, at which time I get the following error: Error! User=HASH(0x82521f8). I don't suppose anyone would know where I went wrong here would they? Neil |
|
From: Neil J. <ne...@jo...> - 2001-10-28 23:01:55
|
I'm considering migrating my machine to redhat 7.2. As I understand it the postgresql rpms have changed with 7.2, and require a dump & restore. Are there any special procedures I need to do to eliminate any data lose? Neil |
|
From: Matt B. <ma...@li...> - 2001-10-25 20:16:51
|
Sql Ledger Folks, We found that putting double quote character (a pair, actually) in a GL account name causes that account, and all succeeding accounts in account number order, not to appear in the GL->Add Transaction drop down boxes. We deleted our bad quotes, but maybe some extra escaping could be done. Regards, Matt Matt Benjamin The Linux Box 206 South Fifth Ave. Suite 150 Ann Arbor, MI 48104 tel. 734-761-4689 fax. 734-769-8938 pgr. 734-431-0118 |
|
From: <gha...@fr...> - 2001-10-24 20:07:10
|
On Wed, 24 Oct 2001, Ilkka . wrote: > Actually I'm back to square one, and even a bit farther than that. I just > noticed that PostgreSQL server doesn't work with Win98. Oh well. It doesn't work with Win98, or on Win98? The machine running Apache and SQL-Ledger doesn't have to be the machine running PostgreSQL. I have a picture library here which uses one machine for the web server part, and another machine for PostgreSQL to store names, descriptions, etc. |
|
From: Ilkka . <gon...@ho...> - 2001-10-24 19:37:14
|
Actually I'm back to square one, and even a bit farther than that. I just noticed that PostgreSQL server doesn't work with Win98. Oh well. I think I'll just start hacking Sql-ledger again. Somebody had mentioned a success, and it doesn't sound that impossible thing to do...(famous last words?). Ilkka >From: Dieter Simader <dsi...@sq...> >To: "Ilkka ." <gon...@ho...> >CC: sql...@li... >Subject: Re: MySQL and sql-ledger? >Date: Mon, 22 Oct 2001 15:17:59 -0600 (MDT) > >Make a list of what you actually need to have available for your webshop. >Then decide how to go about tying in with SL or vice versa. > >If you just need to have current pricing information available at the >webshop you can easily hack in another DBI connection to simultaneously >update mySQL or go from the other side and update the SL tables from your >webshop. > > >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, 22 Oct 2001, Ilkka . wrote: > > > > > I think this would not be that convienient, because the information in >those > > databases are connected to each other. It's a web shop.. > > > > >From: "Rod Roark" <ro...@su...> > > >To: <sql...@li...> > > >Subject: Re: MySQL and sql-ledger? > > >Date: Mon, 22 Oct 2001 13:26:14 -0700 (PDT) > > > > > >There's nothing to prevent you from running MySQL and PostgreSQL > > >concurrently. It would be a lot easier than hacking the code. > > > > > >Cheers, > > > > > >-- Rod > > > http://www.sunsetsystems.com/ > > > > > >Ilkka . said: > > > > Hi! > > > > > > > > My problem is that I really need to make to sql-ledger work with >MySQL. > > >Not because > > > > MySQl would be better (probably it isn't) but because my other >software > > >use MySQL, > > > > and I don't want to change those. > > > > > > > > So, it would be great if womeone would write a brief list to point >out > > >things and > > > > files that should be modified. I guess Perl is not that big a >problem, > > >but that list > > > > would help a lot this searching-debugging-testing process. > > > > > > > > Thanks, > > > > Ilkka > > > > > > > > > > > > > > > > > > _________________________________________________________________ > > Get your FREE download of MSN Explorer at >http://explorer.msn.com/intl.asp > > > > > > > > > > _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp |
|
From: Roderick A. A. <raa...@ti...> - 2001-10-24 19:31:37
|
On Wed, 24 Oct 2001, tom poe wrote:
> Hi, Rod: Try thinking about it this way:
>
> Suppose your phone service was a subscription for a part number each month.
> Would that make it easier?
Some. Problem is when I try to create it I don't get Telephone as an
Expense 'Link' account and it wants an Income Account. My take is a
service can only be something I provide not something I purchase and
don't resell.
Could it be in a later version of SL? I'm running 1.6.6
Of course I could just whimp out and do an 'Add Transaction' in A/P
which works but what should go into the Invoice Number and the Order
Number is my other question.
I realize it is my understanding (what is a 'Vendor Invoice') getting in
the way.
> Or, better yet. Do you have a setup [I haven't been able to get Apache to
> recgonize sql-ledger, yet, so haven't looked], that is already in place for a
> vendor invoice for something?
My business is 99% service. The few things I've had to buy and then
resell either haven't been posted yet (...) or have been kludged in
while I tried to figure out what I'm doing.
Thanks for your help on this,
Rod
--
Let Accuracy Triumph Over Victory
Zetetic Institute
"David's Sling"
Marc Stiegler
|
|
From: Dieter S. <dsi...@sq...> - 2001-10-24 18:21:59
|
You have to setup a service item for the phone charges in order to use on a vendor invoice. You could also split the phone bill into fixed and variable charges to keep track of i.e telephone rental and long distance. 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 Wed, 24 Oct 2001, Roderick A. Anderson wrote: > As some back ground I finally took a basic book-keeping class offered by > the local college. It was totally paper based and sure gave me an > appreciation of how much a computer helps. :-) > > One thing I haven't been able to figure out is how to post a bill for a > service. My phone service is provided by Verizon. I get a bill early > in the month with a due date near the end of the month. I'd like to > post the bill when it arrives and then pay it a little later - closer to > the due date. > > When I tried to create a Vendor Invoice it insisted on having a part > number. Do I need to create a part/service item for phone service? > > Attempts to just do it as an Add Transaction in A/P confused me (not > hard to do) about what to put in Invoice Number and Order Number. An > Add Transaction in the General Ledger just seemed the wrong thing to do. > > Any points or thoughts? > > > TIA, > Rod > |
|
From: Roderick A. A. <raa...@ti...> - 2001-10-24 17:59:00
|
As some back ground I finally took a basic book-keeping class offered by
the local college. It was totally paper based and sure gave me an
appreciation of how much a computer helps. :-)
One thing I haven't been able to figure out is how to post a bill for a
service. My phone service is provided by Verizon. I get a bill early
in the month with a due date near the end of the month. I'd like to
post the bill when it arrives and then pay it a little later - closer to
the due date.
When I tried to create a Vendor Invoice it insisted on having a part
number. Do I need to create a part/service item for phone service?
Attempts to just do it as an Add Transaction in A/P confused me (not
hard to do) about what to put in Invoice Number and Order Number. An
Add Transaction in the General Ledger just seemed the wrong thing to do.
Any points or thoughts?
TIA,
Rod
--
Let Accuracy Triumph Over Victory
Zetetic Institute
"David's Sling"
Marc Stiegler
|
|
From: Roderick A. A. <raa...@ti...> - 2001-10-23 21:50:37
|
Congratulations to Dieter and the others working on SQL-Ledger as a
Zonker's Product Pick in the November 2001 issue of Linux Magazine.
Not sure what criteria is used but the blurp about SQL-Ledger was
quite nice. Also it was the only product GNU GPL'd of the the eight
selected.
Cheers,
Rod
--
Let Accuracy Triumph Over Victory
Zetetic Institute
"David's Sling"
Marc Stiegler
|
|
From: Tommie M. J. <tj...@at...> - 2001-10-22 22:32:05
|
How do I unsubscribe to this list. I've tried going here https://lists.sourceforge.net/lists/listinfo/sql-ledger-users to 'edit options' but I get a broken link. http://www.atlantageek.com Get inside Atlanta's Tech scene |
|
From: Ilkka . <gon...@ho...> - 2001-10-22 22:08:01
|
It seems that I will write my code to use any SQL database through ODBC and let Sql-ledger use PostgreSQL. Thanks for the input..helped to make this decision. Sql-ledger using ODBC would be too cool though :) >From: Dieter Simader <dsi...@sq...> >To: "Ilkka ." <gon...@ho...> >CC: sql...@li... >Subject: Re: MySQL and sql-ledger? >Date: Mon, 22 Oct 2001 15:17:59 -0600 (MDT) > >Make a list of what you actually need to have available for your webshop. >Then decide how to go about tying in with SL or vice versa. > >If you just need to have current pricing information available at the >webshop you can easily hack in another DBI connection to simultaneously >update mySQL or go from the other side and update the SL tables from your >webshop. > > >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, 22 Oct 2001, Ilkka . wrote: > > > > > I think this would not be that convienient, because the information in >those > > databases are connected to each other. It's a web shop.. > > > > >From: "Rod Roark" <ro...@su...> > > >To: <sql...@li...> > > >Subject: Re: MySQL and sql-ledger? > > >Date: Mon, 22 Oct 2001 13:26:14 -0700 (PDT) > > > > > >There's nothing to prevent you from running MySQL and PostgreSQL > > >concurrently. It would be a lot easier than hacking the code. > > > > > >Cheers, > > > > > >-- Rod > > > http://www.sunsetsystems.com/ > > > > > >Ilkka . said: > > > > Hi! > > > > > > > > My problem is that I really need to make to sql-ledger work with >MySQL. > > >Not because > > > > MySQl would be better (probably it isn't) but because my other >software > > >use MySQL, > > > > and I don't want to change those. > > > > > > > > So, it would be great if womeone would write a brief list to point >out > > >things and > > > > files that should be modified. I guess Perl is not that big a >problem, > > >but that list > > > > would help a lot this searching-debugging-testing process. > > > > > > > > Thanks, > > > > Ilkka > > > > > > > > > > > > > > > > > > _________________________________________________________________ > > Get your FREE download of MSN Explorer at >http://explorer.msn.com/intl.asp > > > > > > > > > > _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp |
|
From: Dieter S. <dsi...@sq...> - 2001-10-22 21:18:08
|
Make a list of what you actually need to have available for your webshop. Then decide how to go about tying in with SL or vice versa. If you just need to have current pricing information available at the webshop you can easily hack in another DBI connection to simultaneously update mySQL or go from the other side and update the SL tables from your webshop. 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, 22 Oct 2001, Ilkka . wrote: > > I think this would not be that convienient, because the information in those > databases are connected to each other. It's a web shop.. > > >From: "Rod Roark" <ro...@su...> > >To: <sql...@li...> > >Subject: Re: MySQL and sql-ledger? > >Date: Mon, 22 Oct 2001 13:26:14 -0700 (PDT) > > > >There's nothing to prevent you from running MySQL and PostgreSQL > >concurrently. It would be a lot easier than hacking the code. > > > >Cheers, > > > >-- Rod > > http://www.sunsetsystems.com/ > > > >Ilkka . said: > > > Hi! > > > > > > My problem is that I really need to make to sql-ledger work with MySQL. > >Not because > > > MySQl would be better (probably it isn't) but because my other software > >use MySQL, > > > and I don't want to change those. > > > > > > So, it would be great if womeone would write a brief list to point out > >things and > > > files that should be modified. I guess Perl is not that big a problem, > >but that list > > > would help a lot this searching-debugging-testing process. > > > > > > Thanks, > > > Ilkka > > > > > > > > > > > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp > > > |
|
From: Rod R. <ro...@su...> - 2001-10-22 21:06:46
|
Well obviously you have about 3 different ways to approach the problem: (1) rewrite sql-
ledger, (2) rewrite your mysql apps, or (3) write code that talks to both. For what it's
worth the following is from the FAQ:
"Although transactions are now supported with the InnoDB
table handler the backend would still require a major
rewrite to work with mySQL"
But maybe it's not that bad... best of luck...
-- Rod
http://www.sunsetsystems.com/
Ilkka . said:
>
> I think this would not be that convienient, because the information in those
> databases are connected to each other. It's a web shop..
>
>>From: "Rod Roark" <ro...@su...>
>>To: <sql...@li...>
>>Subject: Re: MySQL and sql-ledger?
>>Date: Mon, 22 Oct 2001 13:26:14 -0700 (PDT)
>>
>>There's nothing to prevent you from running MySQL and PostgreSQL
>>concurrently. It would be a lot easier than hacking the code.
>>
>>Cheers,
>>
>>-- Rod
>> http://www.sunsetsystems.com/
>>
>>Ilkka . said:
>> > Hi!
>> >
>> > My problem is that I really need to make to sql-ledger work with MySQL.
>>Not because
>> > MySQl would be better (probably it isn't) but because my other software
>>use MySQL,
>> > and I don't want to change those.
>> >
>> > So, it would be great if womeone would write a brief list to point out
>>things and
>> > files that should be modified. I guess Perl is not that big a problem,
>>but that list
>> > would help a lot this searching-debugging-testing process.
>> >
>> > Thanks,
>> > Ilkka
|
|
From: Ilkka . <gon...@ho...> - 2001-10-22 20:35:42
|
I think this would not be that convienient, because the information in those databases are connected to each other. It's a web shop.. >From: "Rod Roark" <ro...@su...> >To: <sql...@li...> >Subject: Re: MySQL and sql-ledger? >Date: Mon, 22 Oct 2001 13:26:14 -0700 (PDT) > >There's nothing to prevent you from running MySQL and PostgreSQL >concurrently. It would be a lot easier than hacking the code. > >Cheers, > >-- Rod > http://www.sunsetsystems.com/ > >Ilkka . said: > > Hi! > > > > My problem is that I really need to make to sql-ledger work with MySQL. >Not because > > MySQl would be better (probably it isn't) but because my other software >use MySQL, > > and I don't want to change those. > > > > So, it would be great if womeone would write a brief list to point out >things and > > files that should be modified. I guess Perl is not that big a problem, >but that list > > would help a lot this searching-debugging-testing process. > > > > Thanks, > > Ilkka > > > > _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp |
|
From: Rod R. <ro...@su...> - 2001-10-22 20:25:49
|
There's nothing to prevent you from running MySQL and PostgreSQL concurrently. It would be a lot easier than hacking the code. Cheers, -- Rod http://www.sunsetsystems.com/ Ilkka . said: > Hi! > > My problem is that I really need to make to sql-ledger work with MySQL. Not because > MySQl would be better (probably it isn't) but because my other software use MySQL, > and I don't want to change those. > > So, it would be great if womeone would write a brief list to point out things and > files that should be modified. I guess Perl is not that big a problem, but that list > would help a lot this searching-debugging-testing process. > > Thanks, > Ilkka |
|
From: Ilkka . <gon...@ho...> - 2001-10-22 20:02:01
|
Hi! My problem is that I really need to make to sql-ledger work with MySQL. Not because MySQl would be better (probably it isn't) but because my other software use MySQL, and I don't want to change those. So, it would be great if womeone would write a brief list to point out things and files that should be modified. I guess Perl is not that big a problem, but that list would help a lot this searching-debugging-testing process. Thanks, Ilkka _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp |
|
From: Paulo R. <pro...@vi...> - 2001-10-22 09:50:12
|
> Peter Dabrowski wrote: >=20 > Hi >=20 > I was installing Sql-ledger v.1.6.8 During creation of new database > I've got error: >=20 > ERROR:parse error at or near "select" insert into tax (chart_id, rate) > values ((select id from chart where >=20 > accno=3D2310,0.0.7.); >=20 > I could not progres any futher. I go back and selected Delete Database > . New database was listed there >=20 > So, it looks like there was uncompleted data base created. I was > selecting Default chart of Accounts >=20 > Regards >=20 > Peter Hello Peter, which postgres version? under 7.1.3? Upgrade? Cheers, Paulo --=20 Paulo Rodrigues Professional Services / MIS pro...@vi... VIA NET.WORKS Portugal http://www.vianetworks.pt local touch global reach ------------------------- Sabe quem tem acesso =E0 rede da sua empresa? http://security.vianetworks.pt/sig/ |