PhreeBooks Release 1.1

// 2007-09-13 Change log, release 1.0 to Release 1.1:

// sql statements
// to add fields to increment RQF, and credit memo numbers
ALTER TABLE `current_status` ADD `next_cm_num` VARCHAR( 16 ) NOT NULL ,
ADD `next_ap_quote_num` VARCHAR( 16 ) NOT NULL ,
ADD `next_ar_quote_num` VARCHAR( 16 ) NOT NULL ;

// 2007-08-13 For longer customer purchase orders
/modules/install/sql/current/tables.sql - changed length of purch_order_id field to 24 in table journal_main.

// 2007-08-13 Added file for installation start-up help
/install.txt

// 2007-08-13 To add telephone and email to order form when opening posted order
/modules/orders/functions/orders.php
/modules/orders/popup.php

// 2007-08-13 To keep print window on top when printing from the orders form
/modules/orders/orders.php
/modules/orders/javascript/orders.js

// 2007-08-13 To fix bug closing SO when deleting invoice when no items have been invoiced
/modules/orders/classes/orders.php

// 2007-08-13 To add special table fields to forms (qty backordered, qty on SO, etc.)
/modules/reportwriter/report_builder.php
/modules/reportwriter/functions/builder_functions.php
/modules/reportwriter/functions/generator_functions.php
/modules/reportwriter/language/en_us/language.php
/modules/reportwriter/classes/form_generator.php
/modules/reportwriter/classes/entry_builder.php
/modules/reportwriter/forms/rb_TplFrmTbl.php

// 2007-08-13 Fix bug on date pre-selection on forms filter
/modules/reportwriter/forms/fg_filter.php

// 2007-08-13 Zencart upload fixes
/modules/services/zencart/modules/product_ul.php
/modules/inventory/forms/inventory_main.php

// 2007-08-13 All standard reports to account for DB_PREFIX constant

// **************************************************************************
// svn change #2

// to fix image upload path
/modules/services/zencart/classes/zencart.php

// to fix product upload price sheets, price levels
/modules/services/zencart/classes/zencart.php
/modules/services/zencart/modules/product_ul.php
/modules/setup/functions/setup.php
/modules/inventory/popup_prices.php
/modules/inventory/functions/inventory.php

// bug in inventory field when updating field
/modules/inventory/language/en_us/language.php
/modules/inventory/forms/fields_detail.php
/modules/inventory/fields.php

// fix qualifier in Zencart upload to test for inventory field 'catalog'
/modules/inventory/forms/inventory_main.php

// fix non-secure warning on image load when running HTTPS:
/modules/inventory/forms/inventory_detail.php

// fix bug in balance verification, added $currencies to global list, and allow duplicate deposit ticket IDs
/modules/gen_ledger/classes/gen_ledger.php

// fix sales tax value calculation and notification in order screen
/modules/orders/javascript/orders.js

// fix bug in account reconciliation to combine deposits with same reference ID
/modules/banking/reconciliation.php
/modules/banking/language/en_us/language.php

// fix require of language file not existing (or needed)
/modules/services/import_export.php

// href link generator bug passed parameter missing
/modules/services/pricesheets/forms/forms_main.php
/modules/accounts/forms/accounts_main.php
/modules/inventory/forms/inventory_main.php
/modules/orders/invoice_mgr.php
/modules/orders/status.php
/modules/reportwriter/reports.php

// added reports choice to menus
/includes/menu_navigation.php

// fix innerText (IE) vs textContent (Firefox)
/modules/banking/reconciliation.php
/modules/gen_ledger/journal.php
/modules/inventory/adjustments.php
/modules/services/popup_imp_exp.php

// Check register
/modules/banking/register.php
/includes/menu_navigation.php
/modules/banking/language/en_us/language.php

// **************************************************************************
// svn change #3

// add sales rep to order screens
/modules/orders/forms/orders_detail.php
/modules/orders/functions/orders.php
/modules/orders/orders.php
/modules/orders/popup.php

// fix bug in form generator with [tablex] alias plus other bugs
/modules/reportwriter/functions/generator_functions.php
/modules/reportwriter/forms/rb_TplFrmData.php
/modules/reportwriter/language/en_us/language.php

// bug in caution notification in messageStack
/modules/general/language/en_us/language.php
/modules/general/classes/message_stack.php

// fixes error generated trying to open config.txt when doesn't exist
/modules/general/functions/general.php

// Fixes misc bugs in import beginnning balances
/modules/gen_ledger/language/en_us/language.php
/modules/gen_ledger/classes/beg_balances_imp.php
/modules/gen_ledger/beg_balances_imp.php
/modules/gen_ledger/beg_balances.php

// fix bug creating GL account not filling history table
/modules/setup/classes/chart_of_accounts.php

// fix bug in balance sheet and income statement reports
/modules/reportwriter/classes/special_reports.php

// manual correction
/doc/manual/ch03-Installation/04-02-BeginningBalances.html
/doc/manual/version.txt

// pre-select invoices to print from the receipts page
/modules/banking/bills.php

// **************************************************************************
// svn change #4

// To create special_report ability for forms (gathers info not native to reportwriter structure)
// and the class for everything known for a given sale/invoice
/modules/reportwriter/functions/generator_functions.php
/modules/reportwriter/classes/entry_builder.php
/modules/reportwriter/functions/builder_functions.php
/modules/reportwriter/forms/rb_TplFrmData.php
/modules/reportwriter/forms/rb_TplFrmTBlk.php
/modules/reportwriter/forms/rb_TplFrmTbl.php

// manual addition
/doc/manual/ch08-HowTo/HowTo-ZenCart.html

// keep the print windows on top during print
/modules/banking/bills.php

// added processing functions to retrieve buyers name and shipping code to language
/modules/reportwriter/functions/generator_functions.php
/modules/reportwriter/language/en_us/language.php

// fixed bug in RFQ's to retrieve next number, DB field didn't exist
/modules/install/sql/current/tables.sql
/modules/install/sql/current/install_data.sql

// fix bug in loading account information for customer credit memos
/modules/orders/forms/orders_detail.php
/modules/orders/popup.php

// All standard reports to account for errors and new invoice special functions

// added capability to update the database after upgrade, roll the version
/includes/application_top.php
/modules/install/updater.php
/includes/version.php

// removed duplicate version.php file
/modules/install/includes/application_top.php
DELETE - /modules/install/version.php

// Some fixes to the installation script
/modules/install/includes/modules/pages/inspect/header_php.php
/modules/install/includes/modules/pages/database_setup/header_php.php
/modules/install/includes/languages/en_us/finished.php
/includes/application_top.php (fixed error when config.php not found during install)
/modules/install/includes/functions/install.php (removed dir creation warning that already existed from distro)

// Changes to Doc files for revision hsitory
/doc/manual/ch01-Introduction/04-RevHistory.html
/doc/manual/ch01-Introduction/04-01-Rev1p0.html
added /doc/manual/ch01-Introduction/04-02-Rev1p1.html (this file)