A bug in Direct Invoicing (wrong invoice date) has been fixed
[fa-stable.git] / CHANGELOG.txt
index 77f2158017740db6db1b93c0675769558c71165e..7fad198f4b2babdf7a415eb88db137261e837e59 100644 (file)
@@ -19,6 +19,133 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+03-Aug-2007
+ # A bug in Direct Invoicing (wrong Invoice Date) has been fixed.
+ $ /sales/includes/db/sales_order_db.inc
+23-Jul-2007
+ # 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