|
From: Paul S. <ps...@co...> - 2001-09-25 13:43:38
|
First off, thanks to everyone who has made SQL-Ledger possible. Very nice code set.... We are considering incorporating the SQL-Ledger accounting system into our Applicant Tracking System (manages resumes, contacts, jobs and what not). We are very interested in the multiple payments feature slated for 1.8. Hopefully, we can help at some point... Anyhow, after using SQL-Leder for a while, I've noticed that my Postgres log file is filling up with the following and I wonder if it was something I have set incorrectly... NOTICE: Adding missing FROM-clause entry for table "customertax" NOTICE: Adding missing FROM-clause entry for table "partstax" NOTICE: Adding missing FROM-clause entry for table "partstax" NOTICE: Adding missing FROM-clause entry for table "customertax" NOTICE: Adding missing FROM-clause entry for table "acc_trans" NOTICE: Adding missing FROM-clause entry for table "acc_trans" NOTICE: Adding missing FROM-clause entry for table "acc_trans" NOTICE: Adding missing FROM-clause entry for table "acc_trans" Regards, -paul |