Release 1.1. Enabled module addons and all the below bugfixes. No changes in database...
[fa-stable.git] / CHANGELOG.txt
1 /**
2 * @version $Id$
3 * @package FrontAccounting
4 * @copyright (C) 2005 - 2007 FrontAccounting
5 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
6 * FrontAccounting is Free Software
7 */
8
9 1. Changelog
10 ------------
11 This is a changelog for FrontAccounting All releases.
12
13 Legend:
14
15 # -> Bug Fix
16 + -> Addition
17 ! -> Change
18 - -> Removed
19 ! -> Note
20 $ -> Affected files
21
22 -------------------- 1.1 Stable Released ----------------------
23 02-May-2007 Joe Hunt
24  + Enabled module addons and all the below bugfixes. No changes in database structure.
25  - Removed /sql/basic.sql (included in the other sql files)
26  - Removed /themes/default/images/left.gif and /themes/default/images/right.gif 
27    (not needed anymore).
28  + Addition of update.html  
29  $ /admin/inst_module.php (New file!)
30    /applications/customers.php
31    /applications/dimensions.php
32    /applications/generalledger.php
33    /applications/inventory.php
34    /applications/manufacturing.php
35    /applications/setup.php
36    /applications/suppliers.php
37    /install/index.php
38    /install/save.php
39    /modules/inst_modules.php (New folder and new file!)
40    /modules/index.php (New file!)
41    /sql/en_US-demo.sql
42    /sql/en_US-new.sql
43    install.html
44    update.html (New file!)
45    
46
47 01-May-2007 Joe Hunt
48  # Missing measure of units when printing sales orders
49  # Update of Sales People caused a database error
50  $ /sales/manage/sales_people.php
51    /reporting/rep109.php
52  
53 30-Apr-2007 Joe Hunt
54  + The selected menu tab is now shown with same background as hover color.
55  $ config.php (default tab line 77. Change if you want)
56    /includes/page/header.inc
57    
58 28-Apr-2007 Joe Hunt
59  # When saving work order entries a lot of debug boxes appeared. Fixed
60  # When clicking on the link, Issue, on work order inquires an empty screen appeared. Fixed
61  # When retrieving work centres id's there was a database error. Fixed by casting string to unsigned
62  $ /includes/db/manufacturing_db.inc
63    /manufacturing/work_order_entry.php
64    /manufacturing/includes/work_order_issue_ui.inc
65    /manufacturing/includes/db/work_order_requirements_db.inc
66    /manufacturing/includes/db/work_orders_quick_db.inc
67    /manufacturing/inquiry/where_used_inquiry.php
68    
69 25-Apr-2007 Joe Hunt
70  # Missing Date Picker
71  $ /sales/customer_invoice.php
72  # No JS popup window
73  $ /sales/view/view_invoice.php
74  
75 24-Apr-2007 Joe Hunt
76  ! New and better Date Picker, better cool theme.
77  $ /includes/ui/ui_input.inc
78    /includes/ui/ui_view.inc
79    /reporting/includes/reports_classes.inc
80    /themes/cool/default.css
81
82 -------------------- 1.0.1 Stable Released ----------------------
83 23-Apr-2007 Joe Hunt
84  ! Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker,
85    the changes for selection lists customers/suppliers and the Audit Trail.
86
87 22-Apr-2007 Joe Hunt
88  ! Changed the two selection lists for customers/suppliers in reports to a single one with
89    No Filter
90  ! Changed the sort order in these selection lists from id to name.
91  + Added Audit Trail in GL trans. A switch in config.php, $use_audit_trail, must be set to 1.
92  $ /reporting/reports_main.php
93    /reporting/rep101.php
94    /reporting/rep102.php
95    /reporting/rep201.php
96    /reporting/rep202.php
97    /reporting/rep203.php
98    /reporting/rep204.php
99    /reporting/includes/reports_classes.inc
100    /includes/ui/ui_lists.inc
101    /gl/includes/db/gl_db_trans.inc
102    config.php
103    
104 22-Apr-2007 Joe Hunt
105  + Date Picker for all date fields.
106  $ config.php
107    /admin/fiscalyears.php
108    /admin/void_transaction.php
109    /includes/ui/ui_view.inc
110    /includes/ui/ui_input.inc
111    /dimensions/dimension_entry.php
112    /dimensions/inquiry/search_dimensions.php
113    /gl/gl_journal.php
114    /gl/gl_deposit.php
115    /gl/gl_payment.php
116    /gl/bank_transfer.php
117    /gl/inquiry/bank_inquiry.php
118    /gl/inquiry/gl_account_inquiry.php
119    /gl/inquiry/gl_trial_balance.php
120    /gl/manage/exchange_rates.php
121    /inventory/adjustments.php
122    /inventory/transfers.php
123    /inventory/inquiry/stock_movements.php
124    /inventory/manage/items.php
125    /manufacturing/work_order_add_finished.php
126    /manufacturing/work_order_entry.php
127    /manufacturing/work_order_issue.php
128    /manufacturing/work_order_release.php
129    /purchasing/supplier_payment.php
130    /purchasing/po_entry_items.php
131    /purchasing/po_receive_items.php
132    /purchasing/supplier_credit.php
133    /purchasing/supplier_credit_grns.php
134    /purchasing/supplier_invoice.php
135    /purchasing/supplier_invoice_grns.php
136    /purchasing/supplier_trans_gl.php
137    /purchasing/includes/ui/po_ui.inc
138    /purchasing/inquity/po_search.php
139    /purchasing/inquiry/po_search_completed.php
140    /purchasing/inquiry/supplier_allocation_inquiry.php
141    /purchasing/inquiry/supplier_inquiry.php
142    /reporting/reports_main.php
143    /reporting/includes/reports_classes.inc
144    /sales/credit_note_entry.php
145    /sales/customer_credit_invoice.php
146    /sales/customer_payments.php
147    /sales/sales_order_entry.php
148    /sales/includes/ui/sales_order_ui.inc
149    /sales/inquiry/customer_allocation_inquiry.php
150    /sales/inquiry/customer_inquiry.php
151    /sales/inquiry/sales_orders_view.php
152    New image files:
153    /themes/default/images/cal.gif
154    /themes/default/images/next.gif
155    /themes/default/images/prev.gif
156
157 19-Apr-2007 Joe Hunt
158  # Bug no 1703895, Account numbers are varchars, need quotes, fixed
159  # Bug no 1703891, Reserved MySQL words used as column names, fixed
160  $ /taxes/db/tax_types_db.inc
161
162  # Bug no 1703888, Apostrophes and other unescaped characters, fixed
163  $ /gl/manage/gl_accounts.php
164    /gl/includes/db/gl_db_accounts.inc
165    /includes/ui/ui_input.inc
166
167 18-Apr-2007 Joe Hunt
168  # Bug no 1702594, Logon Loop, fixed
169  $ config.php
170
171 -------------------- 1.0a Stable Released ----------------------
172 10-Apr-2007 Joe Hunt
173  ! Release 1.0a established on SourceForge, fixing the bugs.
174
175 11-Apr-2007 Joe Hunt
176  # Bug No 1698214, Creating Items, fixed
177  $ /includes/ui/ui_lists.inc
178  # Bug no 1698216, Item Movements, fixed
179  $ /inventory/manage/items.php
180
181 -------------------- 1.0 Stable Released ----------------------
182 10-Apr-2007 Joe Hunt
183  ! Release 1.0 established on SourceForge.
184
185 2. Copyright and disclaimer
186 ---------------------------
187 This application is opensource software released under the GPL.  Please
188 see source code and the LICENSE file