Added optional link for electronic payment on invoices (PayPal)
[fa-stable.git] / CHANGELOG.txt
index 090d3bc7994cb68cf489d1528e9ddac1b41902eb..4e59d502c19001c78bd7fe73d741f8333455e3a6 100644 (file)
@@ -19,6 +19,146 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+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