585 Older Entries
Years: 2012 2011 2010 2009 2008 2007 2006 2005 2004 Months: 5 4 Days: 27 26 3 Entries
I've decided to use tables. A cell for each entry here. Projects I am currently working on: Separate Proposal objects from MS Access database. Make itinerary for Wednesday Proposal training. At today's meeting: We decided to bill for downloads. (Security/Fire panel downloads) I suggested that we offer 1 free per year. Then charge a nominal amount. Each download will be billed with a service order. Personally I think even the unbilled download, the free one, should have a service order number so we can tell that one was done or not and whether or not we should charge for the next one.
This is an attempt to keep a log of my activities. I've tried before.
Today I removed a divide by zero error in the getLabor_JobStats stored procedure in the DTECH SQL database. I used this code:
CASE WHEN bid_hours = 0 THEN 0 ELSE (job_hours-bid_hours)/bid_hours END
As of 2008-10-20 this page is W3C XHTML 1.0 Compliant. Click to recheck it for me.
This page has been hand coded using Notepad++ by Marc Durham under the consultation of James Yates.