Added file, update_db.php, for updating company databases from an SQL script.
[fa-stable.git] / CHANGELOG.txt
index 55db2ca0e2ba15c57667f991ab51ed29792c0994..670871cf6592b5bb9ad1a979051a96546f0fbb49 100644 (file)
@@ -19,6 +19,382 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+11-Feb-2008 Joe Hunt
++ Added file, update_db.php, for updating company databases from an SQL script.
+$ update_db.php (New file)
+  update.html
+  
+06-Fef-2008 Joe Hunt
++ Added Report, Salesman Listing, rep106.php. 
+$ /reporting/reports_main.php
+  /reporting/rep106.php
+  
+06-Feb-2008 Janusz Dobrowolski
++ Separation of customer invoice issue and goods delivery.
++ Batch invoicing for more than one delivery
+# Corrected inadequate shipping tax calculations.
+! Default debugging status changed to off.
+$ /taxes/tax_calc.inc
+  /taxes/db/tax_groups_db.inc
+  /admin/db/voiding_db.inc
+  /applications/customers.php
+  /includes/systypes.inc
+  /includes/types.inc
+  /includes/ui/ui_controls.inc
+  /includes/ui/ui_lists.inc
+  /includes/ui/ui_view.inc
+  /inventory/inquiry/stock_status.php
+  /reporting/rep105.php
+  /reporting/rep107.php
+  /reporting/rep109.php
+  /reporting/rep110.php 
+  /reporting/rep209.php
+  /reporting/reports_main.php
+  /reporting/includes/doctext.inc
+  /reporting/includes/doctext2.inc
+  /reporting/includes/form_types.inc
+  /reporting/includes/pdf_report.inc
+  /reporting/includes/reports_classes.inc
+  /sales/customer_credit_invoice.php
+  /sales/customer_invoice.php
+  /sales/sales_order_entry.php
+  /sales/customer_delivery.php 
+  /sales/includes/db/sales_delivery_db.inc 
+  /sales/includes/ui/print_invoice.inc 
+  /sales/includes/cart_class.inc
+  /sales/includes/sales_db.inc
+  /sales/includes/db/cust_trans_db.inc
+  /sales/includes/db/cust_trans_details_db.inc
+  /sales/includes/db/sales_credit_db.inc
+  /sales/includes/db/sales_invoice_db.inc
+  /sales/includes/db/sales_order_db.inc
+  /sales/includes/ui/sales_order_ui.inc
+  /sales/inquiry/customer_allocation_inquiry.php
+  /sales/inquiry/customer_inquiry.php
+  /sales/inquiry/sales_orders_view.php
+  /sales/inquiry/sales_deliveries_view.php 
+  /sales/view/view_dispatch.php
+  /sales/view/view_invoice.php
+  /sales/view/view_sales_order.php
+  /sql/alter.sql
+  config.php
+  
+01-Feb-2008 Joe Hunt
+ ! Changed so sales orders can have more than one row with the same stock_id. In alter.sql.
+ $ /sales/includes/cart_class.inc
+   /sales/includes/db/sales_credit_db.inc
+   /sales/includes/db/sales_invoice_db.inc
+   /sales/includes/db/sales_order_db.inc
+   /sales/includes/db/cust_trans_details_db.inc
+   /sales/includes/ui/sales_order_ui.inc
+   /sales/includes/ui/sales_credit_ui.inc
+   /sales/credit_note_entry.php
+   /sales/customer_credit_invoice.php
+   /sales/sales_order_entry.php
+   /sales/customer_invoice.php
+
+31-Jan-2008 Joe Hunt
+ ! New Release 2.0 Pre Alpha
+ $ config.php
+ # Fixed a release 2 related bug in create_coy.php
+ $ /admin/create_coy.php
+ + An alter.sql file to use for updating databases. Until the update_db.php is ready, you can use the install/update companies
+   and select the companies one by one and upload the alter.sql file to all companies. You can still run the release 2
+   with these databases changes without any new files. They are coming as soon as possible.
+ $ /sql/alter.sql (New file)  
+ # Fixed a release 2 related bug. A field in supp_trans_items were declared as integer(11). Changed to VARCHAR(11) in alter.sql
+   and 2 related files
+ $ /purchasing/supplier_trans_gl.php
+   /purchasing/includes/db/invoice_items_db.inc
+ ! Moved variables $no_item_list, $no_customer_list and $no_supplier_list in config.php to company table
+ $ /includes/ui/ui_lists.inc
+   /purchasing/includes/ui/po_ui.inc
+   /sales/includes/ui/sales_order_ui.inc
+   /admin/company_preferences.php
+   /admin/db/company_db.inc
+   config.php
+ + Created 3 new fields in salesman table for provision, break point and provision2. Included in alter.sql. 
+   Update sales_people.php.Preparing for a new Salesman report with provision etc. Selected with time range. Should be very good.
+ $ /sales/manage/sales_people.php
+   /includes/ui/ui_input.inc
+-------------------- 2,0 Pre Alpha - above ----------------------------
+31-Jan-2008 Janusz Dobrowolski
+ # Minor bugfix in db_import()
+ $ /admin/db/maintenance_db.inc
+30-Jan-2008 Janusz Dobrowolski
+ # Minor display fix in tax_types.php
+ $ /taxes/tax_types.php
+ ! Format cleanup on some files.
+ $ /gl/includes/gl_db.inc
+   /gl/includes/gl_ui.inc
+   /applications/application.php
+   frontaccounting.php
+   index.php
+   
+-------------------- 1.16 Stable Released ----------------------
+28-Jan-2008 Joe Hunt
+ + Added a possibility to replace the normal listboxes for items, customer and/or suppliers with a search box.
+   The listboxes can only hold about 1000 items. New variables in config.php, $no_item_list, $no_customer_list 
+   and $no_supplier_list. Default is the normal behavior for all listboxes.
+ $ /includes/ui/ui_lists.inc
+   /sales/includes/ui/sales_orders_ui.inc
+   /purchases/includes/ui/po_ui.inc
+   /themes/default/images/locate.png (New file)
+   config.php
+
+ + Added ALTER TABLE possibility in db_import. For future releases.
+ $ /admin/db/maintenence_db.inc  
+
+ # Removed warnings 'Call-time pass-by-reference' in /includes/db/connect_db.inc and /includes/ui/ui_lists.inc
+ # Fixed File not found when loading local stylesheet.css (for other languages) in /includes/page/header.inc
+ $ /includes/db/connect_db.inc
+   /includes/ui/ui_lists.inc
+   /includes/page/header.inc
+   /access/login.php
+   
+16-Jan-2008 Joe Hunt
+ # When login screen is displayed after session timeout page content is broken. It
+   is because of NOT using absolute paths in href attribute theme elements.
+ $ /access/login.php
+30-Dec-2007 Joe Hunt
+ # Minor adjustments in function db_export on line 325
+ $ /admin/db/maintenance_db.inc
+29-Dec-2007 Joe Hunt
+ + Added a variable, $print_invoice_no, in config.php for printing the invoice number instead of invoice reference.
+ $ config.php
+ # Fixed a bug when exporting database. Exported NULL field values from NO to empty field (from mysql version 5.0.32).
+   Also fixed a unneccessary str_replace when importing sql scripts.
+ ! Changed the PDF presentation to deleting the Javascript cache before presentation.
+ $ /admin/db/maintenance_db.inc
+   /reporting/includes/pdf_report.inc
+   
+13-Dec-2007 Joe Hunt
+ # Still bugs in trial balances and account inquiry on screen when selecting non balance accounts. Fixed.
+ $ /gl/inquiry/gl_trial_balance.php
+   /gl/inquiry/gl_account_inquiry.php
+
+13-Dec-2007 Joe Hunt
+ # Fixed a bug when voiding a transaction (Journal Entry). An eventually underlying bank transfer was not voided.
+ $ /admin/db/voiding_db.inc
+06-Dec-2007 Joe Hunt
+ # Fixed a bug when adding lines during Payments to suppliers, the supplier was set back to the first.
+ $ /gl/gl_payment.php
+   /gl/includes/ui/gl_payment_ui.inc
+   
+ ! Changed $loc_notification to be set to 0 instead of 1.
+ $ config.php
+-------------------- 1.15 Stable Released ----------------------
+05-Dec-2007 Joe Hunt
+ + Added email notification to stock location when available stock is below reorder level
+ $ config.php
+   /sales/includes/db/sales_order_db.inc
+   
+ # Fixed bugs in Open balances when account is not a balance account
+ $ /gl/inquiry/gl_trial_balance.php
+   /gl/inquiry/gl_account_inquiry.php
+   /reporting/rep704.php
+   /reporting/rep708.php
+   
+-------------------- 1.14 Stable Released ----------------------
+01-Oct-2007 Joe Hunt
+ ! Major change in the installation of modules to also accept an SQL-file for upload.
+ $ config.php
+   /admin/inst_module.php
+   /admin/db/maintenance_db.inc
+   
+30-Sep-2007 Joe Hunt
+ # The following files were still vulnerable. Fixed
+ $ /access/login.php
+   /includes/lang/language.php
+
+-------------------- 1.13 Stable Released ----------------------
+14-Sep-2007 Joe Hunt
+ + Added optional link for electronic payment on invoices (PayPal). 
+ ! Better support for install/update languages.  
+ ! Minor adjustments
+ # Fixed a vulnerable item in config.php
+ $ config.php
+
+14-Sep-2007 Joe Hunt
+ # We forgot to upload the PO file when installing new language. Used when GETTEXT is not installed on Server.
+ # config.php has been vulnerable. Fixed.
+ $ /admin/inst_lang.php
+ $ config.php
+10-Sep-2007 Joe Hunt
+ ! Changed Bank Address field from text to textarea (multirows)
+ $ /gl/manage/bank_accounts.php
+06-Sep-2007 Joe Hunt
+ + Added optional link for electronic payment on invoices (PayPal)
+ $ /reporting/reports_main.php
+   /reporting/rep107.php
+   /reporting/includes/report_classes.inc
+   /reporting/includes/pdf_report.inc
+   /reporting/includes/doc_text.inc
+   /reporting/includes/doc_text2.inc
+   
+23-Aug-2007 Joe Hunt
+ # Unnecessary parameter ($db) in check_for_recursive_bom
+ $ /manufacturing/manage/bom_edit.php
+21-Aug-2007 Joe Hunt
+ # Bug in /includes/lang/gettext.php (249) affecting changing language!
+ $ /includes/lang/gettext.php
+08-Aug-2007 Joe Hunt
+ # Minor adjustments
+ $ config.php
+   /access/login.php
+   /admin/create_coy.php
+   /reporting/includes/pdf_report.inc
+   
+04-Aug-2007 Joe Hunt
+ + Added a default fiscal year in the en_US-new.sql and start references.
+ $ /sql/en_US-new.sql
+ ! Changed some specific text strings in en_US.po (E.g. TAX instead of VAT)
+ $ /lang/en_US/LC_MESSAGES/en_US.mo
+03-Aug-2007 Joe Hunt
+ # A bug in Direct Invoicing (wrong Invoice Date) has been fixed.
+ $ /sales/includes/db/sales_order_db.inc
+23-Jul-2007 Joe Hunt
+ # Changed <? in front of 2 files to <?php.
+ $ /purchasing/includes/purchasing_ui.inc
+   /reporting/includes/class.mail.inc
+   
+-------------------- 1.12 Stable Released ----------------------
+21-Jul-2007 Joe Hunt
+ + Added option to handle Jalali and Islamic Calendars
+ ! Minor adjustments
+ $ config.php
+   /gl/includes/db/gl_db_trans.inc
+   /includes/date_functions.inc
+   /includes/ui/ui_input.inc
+   /includes/ui/ui_lists.inc
+   /includes/ui/ui_view.inc
+   /purchasing/po_receive_items.php
+   /purchasing/includes/ui/invoice_ui.inc
+   /purchasing/includes/ui/po_ui.inc
+   /reporting/rep705.php
+   /sales/includes/db/sales_order_db.inc
+   /sales/includes/ui/sales_order_ui.inc
+   
+20-Jul-2007 Joe Hunt
+ ! Changed parameters on report Sales Order. Option to print as Quote.
+ $ /reporting/reports_main.php
+   /reporting/rep109.php
+   /reporting/includes/pdf_report.inc
+   /reporting/includes/doctext.inc
+   /reporting/includes/doctext2.inc
+19-Jul-2007 Joe Hunt
+ + Added Budget Entry in General Ledger. Includes Dimensions.
+ $ config.php
+   /applications/generalledger.php
+   /gl/gl_budget.php (New File!)
+   /gl/includes/db/gl_db_trans.inc
+   /includes/date_functions.inc
+   /reporting/report_classes.inc
+   
+-------------------- 1.11 Stable Released ----------------------
+04-Jul-2007 Joe Hunt
+ ! Option for using alpha numeric chart of accounts.
+ $ config.php
+   /gl/manage/gl_accounts.php
+   /gl/includes/db/gl_db_accounts.inc
+   /gl/includes/db/gl_db_bank_trans.inc
+   /gl/includes/db/gl_db_trans.inc
+   /gl/inquiry/gl_trial_balance.inc
+   /admin/db/company_db.inc
+   /inventory/includes/db/items_db.inc
+   /sales/manage/customer_branches.inc
+
+04-Jul-2007 Joe Hunt
+ # Problems retrieving language texts for poEdit in long javascripts
+ $ /includes/ui/ui_view.inc
+04-May-2007 Joe Hunt
+ # Database error when updating more than one item row in Sales Orders.
+ $ /sales/includes/db/sales_order_db.inc
+ # Database error when inserting work order issues. Fixed.
+ $ /manufacturing/includes/db/work_order_issues_db.inc
+03-May-2007 Joe Hunt
+ # Multiple tables and JOIN's have syntax changes in MySQL 5.0.12. Need parentheses.
+ $ /includes/db/manufacturing_db.inc
+   /manufacturing/includes/db/work_order_requirements_db.inc
+
+02-May-2007 Joe Hunt
+ # Missing details on Purchase Order when emailing and printing
+ $ /reporting/rep209.php
+-------------------- 1.1 Stable Released ----------------------
+02-May-2007 Joe Hunt
+ + Enabled module addons and all the below bugfixes. No changes in database structure.
+ - Removed /sql/basic.sql (included in the other sql files)
+ - Removed /themes/default/images/left.gif and /themes/default/images/right.gif 
+   (not needed anymore).
+ + Addition of update.html  
+ $ /admin/inst_module.php (New file!)
+   /applications/customers.php
+   /applications/dimensions.php
+   /applications/generalledger.php
+   /applications/inventory.php
+   /applications/manufacturing.php
+   /applications/setup.php
+   /applications/suppliers.php
+   /install/index.php
+   /install/save.php
+   /modules/inst_modules.php (New folder and new file!)
+   /modules/index.php (New file!)
+   /sql/en_US-demo.sql
+   /sql/en_US-new.sql
+   install.html
+   update.html (New file!)
+   
+01-May-2007 Joe Hunt
+ # Missing measure of units when printing sales orders
+ # Update of Sales People caused a database error
+ $ /sales/manage/sales_people.php
+   /reporting/rep109.php
+30-Apr-2007 Joe Hunt
+ + The selected menu tab is now shown with same background as hover color.
+ $ config.php (default tab line 77. Change if you want)
+   /includes/page/header.inc
+   
+28-Apr-2007 Joe Hunt
+ # When saving work order entries a lot of debug boxes appeared. Fixed
+ # When clicking on the link, Issue, on work order inquires an empty screen appeared. Fixed
+ # When retrieving work centres id's there was a database error. Fixed by casting string to unsigned
+ $ /includes/db/manufacturing_db.inc
+   /manufacturing/work_order_entry.php
+   /manufacturing/includes/work_order_issue_ui.inc
+   /manufacturing/includes/db/work_order_requirements_db.inc
+   /manufacturing/includes/db/work_orders_quick_db.inc
+   /manufacturing/inquiry/where_used_inquiry.php
+   
+25-Apr-2007 Joe Hunt
+ # Missing Date Picker
+ $ /sales/customer_invoice.php
+ # No JS popup window
+ $ /sales/view/view_invoice.php
+24-Apr-2007 Joe Hunt
+ ! New and better Date Picker, better cool theme.
+ $ /includes/ui/ui_input.inc
+   /includes/ui/ui_view.inc
+   /reporting/includes/reports_classes.inc
+   /themes/cool/default.css
 
 -------------------- 1.0.1 Stable Released ----------------------
 23-Apr-2007 Joe Hunt