Copyright notes at top op every source file
[fa-stable.git] / CHANGELOG.txt
index 699816ad2a39c0348980d790bbf169ce4ee73dab..4c2f0ee9de8d46e290a52cc67c6c293d7fce0a85 100644 (file)
@@ -1,7 +1,7 @@
 /**
 * @version $Id$
 * @package FrontAccounting
-* @copyright (C) 2005 - 2008 FrontAccounting
+* @copyright (C) 2005 - 2009 FrontAccounting
 * @license http://www.gnu.org/copyleft/agpl-3.0.html GNU/AGPL
 * FrontAccounting is Free Software
 */
@@ -19,11 +19,184 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+28-Jan-2009 Joe Hunt
++ Copyright notes at top op every source file
+$ All files still missing
+
+27-Jan-2009 Joe Hunt
+- Removed file update_db.php (obsolete). Finetuning en_US-demo.sql
+$ update_db.php
+  /sql/en_US-demo.sql
+# fixed underline in db pager for sortable columns.
+$ /themes/aqua/default.css
+  /themes/cool/default.css
+  /themes/default/default.css
+  
+26-Jan-2009 Joe Hunt
++ Added one Post option to Post options in Quick Entry Lines (amount without decrease or increase). Minor bug fixes.
+$ /gl/manage/gl_quick_entries.php
+  /includes/types.inc
+  /includes/ui/ui_view.inc
++ Added 'inactive' field in most 'catalog' tables.
+$ /sql/alter2.1.sql
+  /sql/en_US-new.sql
+  /sql/en_US-demo.sql
++ Added graphics for cancel. (door-out)
+  /themes/aqua/images/cancel.png
+  /themes/cool/images/cancel.png
+  /themes/default/images/cancel.png
+
+24-Jan-2009 Janusz Dobrowolski
+! Set maximum width for select to avoid broken layout in two column layout.
+$ /themes/aqua/default.css
+  /themes/cool/default.css
+  /themes/default/default.css
+# Voiding tax records included via GL/bank transactions
+$ /admin/db/voiding_db.inc
+  /gl/includes/db/gl_db_bank_trans.inc
+  /gl/includes/db/gl_db_trans.inc
+# Fixed quick entry types values.
+$ /includes/types.inc
+
+23-Jan-2009 Joe Hunt
++ Added new files in doc subdirectory
+$ /doc/attachments.txt
+  /doc/bank_reconciliation.txt
+  /doc/dim_on_invoice.txt
+  /doc/license.txt
+  /doc/quick_entries.txt
+  /doc/recurrent_invoice.txt
+  
+22-Jan-2009 Janusz Dobrowolski
+# Added attachments to company sub_dirs
+$ /update_db.php
+# Added hot key for Quick Entries
+$ /applications/generalledger.php
+# Improved quick entries.
+$ /gl/gl_bank.php
+  /gl/gl_journal.php
+  /gl/includes/db/gl_db_bank_accounts.inc
+  /gl/includes/ui/gl_bank_ui.inc
+  /gl/includes/ui/gl_journal_ui.inc
+  /includes/types.inc
+  /includes/ui/items_cart.inc
+  /gl/manage/gl_quick_entries.php
+  /includes/ui/ui_lists.inc
+  /includes/ui/ui_view.inc
+  /purchasing/supplier_credit.php
+  /purchasing/supplier_invoice.php
+  /purchasing/includes/ui/invoice_ui.inc
+  /sql/alter2.1.sql
+  /sql/en_US-demo.sql
+  /sql/en_US-new.sql
+! Registration of changes on GL tax accounts in debtor_trans_tax_details/supp_invoice_tax_details.
+$ /gl/includes/db/gl_db_banking.inc
+  /gl/includes/db/gl_db_trans.inc
+  /purchasing/includes/db/invoice_db.inc
+  /sales/includes/db/cust_trans_details_db.inc
+  /taxes/tax_calc.inc
+# Allocation bug for cash sales.
+$ /sales/includes/db/sales_invoice_db.inc
+# Hiding voided gl transactions.
+$ /gl/view/gl_trans_view.php
+! Icons removed from form buttons for now.
+$ /sales/sales_order_entry.php
+
+20-Jan-2009 Joe Hunt
+! Preparing for installing of extensions
+$ installed_extensions.php (new file)
+  frontaccounting.php
+  /includes/main.inc
+# Bad handling of graphic links in certain browsers
+  /includes/ui/ui_input.inc
+  
+19-Jan-2009 Joe Hunt
+! Changed direct sales document line descriptions to be editable (via edit link)
+$ /sales/sales_order_entry.php
+  /includes/cart_class.inc
+  /includes/ui/sales_order_ui.inc
+! Fixed so the printed documents can handle multiple lines of description
+$ /reporting/rep107.php
+  /reporting/rep109.php
+  /reporting/rep110.php
+  
+17-Jan-2009 Joe Hunt
+! Changed all smaller forms and tables to be uniform. Copyright notes.
+$ All files with small forms and tables.
+
+16-Jan-2009 Janusz Dobrowolski
+! Fixed new pager generation on first display.
+$ /gl/manage/exchange_rates.php
+
+15-Jan-2009 Joe Hunt
+! Adjustment of db pager width. Copyright notes. 
+$ All files with db pager
+  /db_pager_view.inc
+  /themes/default/default.css
+  /themes/aqua/default.css
+  /themes/cool/default.css
+
+15-Jan-2009 Janusz Dobrowolski
+! Rewritten reconciliation page.
+$ /gl/bank_account_reconcile.php
+  /includes/ui/ui_lists.inc
+  /sql/alter2.1.php
+  /sql/alter2.1.sql
+  /js/reconcile.js (added)
+! Standard mysql separator in date functions
+$ /includes/date_functions.inc
++ Separated checkbox generation for indirect display use
+$ /includes/ui/ui_input.inc
+! Standard checkbox helper use.
+$ /sales/inquiry/sales_orders_view.php
+
+14-Jan-2009 Joe Hunt
+! Page reload problem, progress bar in backup/restore, 
+$ /admin/backups.php
+  /admin/display_prefs.php
+  /includes/lang/language.php
+  
+12-Jan-2009 Joe Hunt
+! Updating install and update helpers
+$ install.html
+  update.html
+  /install/index.php
+# Fixing price formatting of left to allocate
+$ /purchasing/allocations/supplier_allocation_main.php
+  /sales/allocations/customer_allocation_main.php
+  
+11-Jan-2009 Janusz Dobrowolski
+! Added table pager.
+$ /admin/view_print_transaction.php
+! Improved check_cells().
+$ /includes/ui/ui_input.inc
+# Added new attachments per company subdirectory.
+$ /admin/create_coy.php
+# Added hotkey for reconciliation menu option.
+$ /applications/generalledger.php
+# Fixed false qoh alerts.
+$ /sales/includes/ui/sales_order_ui.inc
+# Fixed page title.
+$ /sales/manage/sales_points.php
+
+11-Jan-2009 Joe Hunt
+! Changed notice msg to warnings and changed bg color for warning
+$ /admin/company_preferences.php
+  /admin/void_transaction.php
+  /includes/errors.inc
+  /inventory/manage/items.php
+  
 10-Jan-2009 Joe Hunt
 + Addition of Bank Reconciliation. Author Rob Mallon
 $ /applications/generalledger.php 
   /gl/bank_account_reconcile.php (new file)
   /sql/alter2.1.sql
++ Added more fields to suppliers table and fixed PO document
+$ /sql/alter2.1.sql
+  /includes/ui/ui_input.inc (new link_row)
+  /purchasing/manage/suppliers.php
+  /reporting/includes/header2.inc
+  /reporting/rep209.php
   
 09-Jan-2009 Janusz Dobrowolski
 + Added hook file for localized functions.