Version 1.1.5 Changes:
- Account total bug fixed

Version 1.1.4 Changes:
- Fixed 'no password' bug
- Added Swedish translation
- Moved configuration to a seperate file, this is the future.
- Made search bar use translated strings for it's drop box

Version 1.1.3 Changes:
- Form look changes via CSS
- Image alignment changes on showprofile
- Renamed billing.css to gcdb.css
- Added Credit Card Expiration Date
- Configs stored in seperate file now
- Fixed pesky bug where anyone could login as admin
- Made company only showup if it has a value (showprofile)
- Fixed a misspelled variable in Spanish tranlation
- Added Company to Customer Profile
- Fixed bug in sendbill

Version 1.1.2 Changes:
- Did an actual short QA test (everyone thank my lovely wife Jennifer!)
- Fixed some CC problems
- Made some last minute security changes
- Made mailed invoices display credits as negative
- Added 'security profiles', Secure, Public, and Hybrid (security directory)
- Made CustomerID static in all the Entry pages
- Added publicprofile page for Customer Interaction
- Made all pages check for a registered username in the session (secure.php)
- Found some old debugging code to remove
- Made quarterly billing work right (Richard)
- Fixed HTML errors in configuration.php
- More strings
- Made field of makeLargeTextArea valign to top
- Added Bill Subject, Bill Header, and Bill Footer to Configuration
- Added Configurable Subject, Header, and Footer to Email bill
- Added Credit Card Number and Credit Card Name to customer information

Version 1.1.1 Changes:
- Added sendbill.php, which will send an email bill to the Customer's email
	address.
- Fixed Tax Rate for accounts messing up sometimes (Thanks Kevin)
- Made CustomerID uneditable on record editing (Kevin again)
- Added Send Bill link and graphic to showprofile
- Added makeLargeTextField (Brock info@2interactive.com)
- Used makeLargeTextField in Ticket editing for Description (Brock again)
- Modified DB to use TEXT for Ticket->Description instead of VARCHAR(100)

Version 1.1.0 Changes:
- Lots of color changes
- Brought back alternating colors
- Made the home button dissappear when on the login screen
- Made language file detection statments only get *.php (the CVS directory was
	showing up)
- Made pconnect actually work
- Added the ability to 'brand' the pages (see gcdb.php)
- Fixed current year account calculation errors
- Fixed balance errors associated with more than 5 invoices or accounts.
- Added Annivery Billing status to Statistics Page
- Fixed configuration's inability to save the Anniversary Billing feature
- Fixed Admin user setting getting lost occasionally during the life of the
	session.
- Made redirect side of the Login page more attractive and added a Link to the
	main page for JavaScript challenged Browers (or people that forget to turn
	JavaScript on in their browsers... not that I _know_ anyone who was silly
	enough to write a bunch of workarounds when that's all that was wrong with his
	browser :))
- Fixed some HTML problems w/Konquerer
- Changed logout from Javascript to a link to index, which destroys sessions
	ruthlessly if it has no user/pass submitted to it.
- Refixed year rollover
- Fixed year rollover bug in running month calculation (Brock - brock@2interactive.com)
- Changed title for Statistics page
- Preliminary session support
- Fixed some Netscape 6 layout problems
- Changed Main page's header to reflect it's new functionality
- Put some ''s around some table attributes in Main page
- Fixed some silly mistakes in Ticket Entry
- Changed closeDocument to endDocument (makes more sense that way)
- User/Session support
- Draw language settings from User instead of global config (but fall back if
  the session doesn't define the language).  This saves a db hit per page.
- Moved configuration to admin section
- Added usermanagement (plus user editing and deletion)
- Added User Entry to Admin page
- Added 'Home' link to page headers
- Added Admin flag for user, restricted access to Admin page
- Ran through an HTML validator, fixed a few picky things
- Modified mysqlReport() to not print out 'Customer', then added '$lCustomer'
  to the places where mysqlReport() is called, so it can be used by things
  other than customer updates
- Updated main.php to use endDocument()
- Updated language files
- Modified confirm page to handle more than just Customers (Users for now)
- Updated documentation

Version 1.0.3 Changes:
- Updated german translations, and new spanish translations (Thanks to K.Simon
  <ksimon@zabia.net>
- More translated strings.

Version 1.0.2 Changes:
- gcdb now understands taxes... A global tax rate can be set, which is pre-
  populated into all entered basis, but can be modified on an invidual
  account basis.
- Documentation updates
- edit.php had a missing closeForm()
- Deletion of Customers now asks for confirmation, as this could be bad

Version 1.0.1 Changes:
- Fixed bug on index and showprofile, SQL errors when entering letters
  into Customer ID search
- Small TITLE change
- Use of <? rather than <?php throughout
- Allowed use of biannual billing, since it was in the code
- enteraccount now makes use of makeDropBox()
- Fixed abriged warning to tell the proper piece that had been abridged
- Payment and Invoice abridging is now done in a way that is not totally stupid
- Removed some old debugging code from deletion of an invoice
- Changed ID header on each table to plain ID, instead of %s ID, freeing up 
  horizontal space
- Centered IDs in their field for aesthetics
- Made Search Bar's results much nicer
- Fixed title on showpayments, showinvoices, and showaccounts in code and
  language files
- Removed '(Year-Month-Day)' from pages
- Cleaned up edit.php, removed some old code, rearranged some other to make
  it more readable.
- Customer Deletion code was commented out
- Cleaned up enter*.php 
- Show accounts now handles account billing intervals better
- Removed unused variables from stats.php

Version 1.0 Changes:
- Added contributed documentation
- Corrected lack of ?> in a few places 
- Removed clutter from delete, stats, and showprofile
- Removed a few unused images
- Added use of persistent connections (found in gcdb.php)
- Added handling of more than 10 payments/invoices (unless mode=long) in
  showprofile, notifies if any aren't displayed. 
- Added 'Customer Not Found' support to showprofile.
- Added Search bar to showprofile.
- Fixed a couple calls to beginPrettyTable that had 3 arguments (!)
- Allowed beginPrettyTable to take either 1 or 2 arguments
- Added a table to beginDocument()
- Added closeDocument() 
- Added Same Month waiving and Search Bar to Configuration
  (changes to showprofile and money involved)
- Made configuration generate a list of available Languages for a dropbox
- Fixed bug that would cause the account totaling to crash if an account was
  more than a year old.
- Lots of HTML fixes, ran result code through an HTML validator
- Added makeDropBox function
- Added some 's in the HTML generation around attributes
- Fixed incorrect number of table cells in the account and ticket section of 
  showprofile
- Rewrote balance calculation and moved it into two functions
  (get_running_months and get_total_price)
- Added ability to remove customers
- Changed borderwidth on all tables
- Removed Status field from Customer table;
- Reworked some of the HTML in showprofile to make all the edges of the boxes
  line up more consistently.
- Made Fax only display if Fax field has a strlen >= 5
- Specified width and height of all images in showprofile (makes tables easier
  to size for the browser
- Made the email address in showprofile a mailto link
- Fixed account table not having a linked AccountID for the showaccounts page
- Fixed account table not deleting accounts
- Money page now works correctly
- Stats page now works correctly
- Added Anniversary billing

Version 0.3 Changes:
- Added Language to Configuration options
- Cleaned up alot of comments that were outdated
- Code cleanup in money.php
- Code cleanup in edit.php (some old rollback stuff and vars wit 'my_' on them)
- Index links rearranged and hr dividers added
- Configuration option changer (configuration.php)
- Configuration options (what few there are at the moment) have been moved to a
  db table rather than the gcdb.php file

Version 0.2 Changes:
- Added link to home from showprofile (Home graphic!)
- Added Last Name search
- Added 'Bill Ahead' as a config option (gcdb.php)
- Changed edit to set the close date on an account if the user doesn't when
  set the Status to 'Closed'.  Also cleared the date if the user sets
  the status to 'Open'.
- Modified balance structure, Accounts now calculate via StartDate
- Account Support (enhancements from Thomas)
- German Translations (Thomas)
- Removed references to 'Shipping' from old project
- Removed all Rollback stuff (yuch) 
- Fixed lack of beginDocument in applyrollbacks.php
- Changed positive balance color to white for easier viewing, also turned
  balances bold
- language support strings changed alot of column headers (like 'TicketID'
  became 'Ticket ID'.
- added language support, works pretty well, holler at me to contribute some
  translations. (Thomas Seifert & Me)
- fixed Wording error in edit.php (drop down) - Thomas Seifert (TS77@gmx.de)
- switched from include() to require(), it is supposedly faster than include
  (so sayeth all the comments on php's website)
- Removed (s) from the end of the showprofile headers
- Combined City, State, and Zip fields into one line in showprofile.php 
- removed 'my' prefix from vars in search.php
- removed the 'my_' from all result vars in showprofile.php
- minor tweaks to showprofile.php
- removed all use of the font tag, relying on CSS now
- minor tweaks to the index page
- changed variable names in showrollbacks.php, they were confusing...

Version 0.1 Changes:

- Changelog started ;)
- Added Trouble Ticket support
- Moved images to a subirectory
- Fixed Invoice table positioning
- Fixed numerous form names
- Changed makeHiddenField() to use \" rather than ' (for restore statements)
- Changed beginBorderedTable() to only take the number of columns, removing
  the bgcolor argument.  This makes it easier to change the global colors.
- Added rudimentary rollback support:  Added Rollback listing and viewing
  (showrollbacks.php) and added Rollback tracking to Customer Editing.
  Rollbacks can be deleted from the Rollback listing (showrollbacks.php)
  Rollbacks can be enabled or disabled in gcdb.php (GCDB_ROLLBACK) 
- Changed Global colors and changed icons, huge aesthetic changes
- Reorganized Profile icons, add Rollback list icon (only shows up if
  Rollbacks are enabled.
- Added a config box to the stats script (stats.php)
- Removed 'datalink' style (billing.css)
