Release 1.11
[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.11 Stable Released ----------------------
23 04-jul-2007 Joe Hunt
24  ! Option for using alpha numeric chart of accounts.
25  $ config.php
26    /gl/manage/gl_accounts.php
27    /gl/includes/db/gl_db_accounts.inc
28    /gl/includes/db/gl_db_bank_trans.inc
29    /gl/includes/db/gl_db_trans.inc
30    /gl/inquiry/gl_trial_balance.inc
31    /admin/db/company_db.inc
32    /inventory/includes/db/items_db.inc
33    /sales/manage/customer_branches.inc
34
35 04-Jul-2007 Joe Hunt
36  # Problems retrieving language texts for poEdit in long javascripts
37  $ /includes/ui/ui_view.inc
38  
39 04-May-2007 Joe Hunt
40  # Database error when updating more than one item row in Sales Orders.
41  $ /sales/includes/db/sales_order_db.inc
42  # Database error when inserting work order issues. Fixed.
43  $ /manufacturing/includes/db/work_order_issues_db.inc
44  
45 03-May-2007 Joe Hunt
46  # Multiple tables and JOIN's have syntax changes in MySQL 5.0.12. Need parentheses.
47  $ /includes/db/manufacturing_db.inc
48    /manufacturing/includes/db/work_order_requirements_db.inc
49
50
51 02-May-2007 Joe Hunt
52  # Missing details on Purchase Order when emailing and printing
53  $ /reporting/rep209.php
54  
55 -------------------- 1.1 Stable Released ----------------------
56 02-May-2007 Joe Hunt
57  + Enabled module addons and all the below bugfixes. No changes in database structure.
58  - Removed /sql/basic.sql (included in the other sql files)
59  - Removed /themes/default/images/left.gif and /themes/default/images/right.gif 
60    (not needed anymore).
61  + Addition of update.html  
62  $ /admin/inst_module.php (New file!)
63    /applications/customers.php
64    /applications/dimensions.php
65    /applications/generalledger.php
66    /applications/inventory.php
67    /applications/manufacturing.php
68    /applications/setup.php
69    /applications/suppliers.php
70    /install/index.php
71    /install/save.php
72    /modules/inst_modules.php (New folder and new file!)
73    /modules/index.php (New file!)
74    /sql/en_US-demo.sql
75    /sql/en_US-new.sql
76    install.html
77    update.html (New file!)
78    
79
80 01-May-2007 Joe Hunt
81  # Missing measure of units when printing sales orders
82  # Update of Sales People caused a database error
83  $ /sales/manage/sales_people.php
84    /reporting/rep109.php
85  
86 30-Apr-2007 Joe Hunt
87  + The selected menu tab is now shown with same background as hover color.
88  $ config.php (default tab line 77. Change if you want)
89    /includes/page/header.inc
90    
91 28-Apr-2007 Joe Hunt
92  # When saving work order entries a lot of debug boxes appeared. Fixed
93  # When clicking on the link, Issue, on work order inquires an empty screen appeared. Fixed
94  # When retrieving work centres id's there was a database error. Fixed by casting string to unsigned
95  $ /includes/db/manufacturing_db.inc
96    /manufacturing/work_order_entry.php
97    /manufacturing/includes/work_order_issue_ui.inc
98    /manufacturing/includes/db/work_order_requirements_db.inc
99    /manufacturing/includes/db/work_orders_quick_db.inc
100    /manufacturing/inquiry/where_used_inquiry.php
101    
102 25-Apr-2007 Joe Hunt
103  # Missing Date Picker
104  $ /sales/customer_invoice.php
105  # No JS popup window
106  $ /sales/view/view_invoice.php
107  
108 24-Apr-2007 Joe Hunt
109  ! New and better Date Picker, better cool theme.
110  $ /includes/ui/ui_input.inc
111    /includes/ui/ui_view.inc
112    /reporting/includes/reports_classes.inc
113    /themes/cool/default.css
114
115 -------------------- 1.0.1 Stable Released ----------------------
116 23-Apr-2007 Joe Hunt
117  ! Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker,
118    the changes for selection lists customers/suppliers and the Audit Trail.
119
120 22-Apr-2007 Joe Hunt
121  ! Changed the two selection lists for customers/suppliers in reports to a single one with
122    No Filter
123  ! Changed the sort order in these selection lists from id to name.
124  + Added Audit Trail in GL trans. A switch in config.php, $use_audit_trail, must be set to 1.
125  $ /reporting/reports_main.php
126    /reporting/rep101.php
127    /reporting/rep102.php
128    /reporting/rep201.php
129    /reporting/rep202.php
130    /reporting/rep203.php
131    /reporting/rep204.php
132    /reporting/includes/reports_classes.inc
133    /includes/ui/ui_lists.inc
134    /gl/includes/db/gl_db_trans.inc
135    config.php
136    
137 22-Apr-2007 Joe Hunt
138  + Date Picker for all date fields.
139  $ config.php
140    /admin/fiscalyears.php
141    /admin/void_transaction.php
142    /includes/ui/ui_view.inc
143    /includes/ui/ui_input.inc
144    /dimensions/dimension_entry.php
145    /dimensions/inquiry/search_dimensions.php
146    /gl/gl_journal.php
147    /gl/gl_deposit.php
148    /gl/gl_payment.php
149    /gl/bank_transfer.php
150    /gl/inquiry/bank_inquiry.php
151    /gl/inquiry/gl_account_inquiry.php
152    /gl/inquiry/gl_trial_balance.php
153    /gl/manage/exchange_rates.php
154    /inventory/adjustments.php
155    /inventory/transfers.php
156    /inventory/inquiry/stock_movements.php
157    /inventory/manage/items.php
158    /manufacturing/work_order_add_finished.php
159    /manufacturing/work_order_entry.php
160    /manufacturing/work_order_issue.php
161    /manufacturing/work_order_release.php
162    /purchasing/supplier_payment.php
163    /purchasing/po_entry_items.php
164    /purchasing/po_receive_items.php
165    /purchasing/supplier_credit.php
166    /purchasing/supplier_credit_grns.php
167    /purchasing/supplier_invoice.php
168    /purchasing/supplier_invoice_grns.php
169    /purchasing/supplier_trans_gl.php
170    /purchasing/includes/ui/po_ui.inc
171    /purchasing/inquity/po_search.php
172    /purchasing/inquiry/po_search_completed.php
173    /purchasing/inquiry/supplier_allocation_inquiry.php
174    /purchasing/inquiry/supplier_inquiry.php
175    /reporting/reports_main.php
176    /reporting/includes/reports_classes.inc
177    /sales/credit_note_entry.php
178    /sales/customer_credit_invoice.php
179    /sales/customer_payments.php
180    /sales/sales_order_entry.php
181    /sales/includes/ui/sales_order_ui.inc
182    /sales/inquiry/customer_allocation_inquiry.php
183    /sales/inquiry/customer_inquiry.php
184    /sales/inquiry/sales_orders_view.php
185    New image files:
186    /themes/default/images/cal.gif
187    /themes/default/images/next.gif
188    /themes/default/images/prev.gif
189
190 19-Apr-2007 Joe Hunt
191  # Bug no 1703895, Account numbers are varchars, need quotes, fixed
192  # Bug no 1703891, Reserved MySQL words used as column names, fixed
193  $ /taxes/db/tax_types_db.inc
194
195  # Bug no 1703888, Apostrophes and other unescaped characters, fixed
196  $ /gl/manage/gl_accounts.php
197    /gl/includes/db/gl_db_accounts.inc
198    /includes/ui/ui_input.inc
199
200 18-Apr-2007 Joe Hunt
201  # Bug no 1702594, Logon Loop, fixed
202  $ config.php
203
204 -------------------- 1.0a Stable Released ----------------------
205 10-Apr-2007 Joe Hunt
206  ! Release 1.0a established on SourceForge, fixing the bugs.
207
208 11-Apr-2007 Joe Hunt
209  # Bug No 1698214, Creating Items, fixed
210  $ /includes/ui/ui_lists.inc
211  # Bug no 1698216, Item Movements, fixed
212  $ /inventory/manage/items.php
213
214 -------------------- 1.0 Stable Released ----------------------
215 10-Apr-2007 Joe Hunt
216  ! Release 1.0 established on SourceForge.
217
218 2. Copyright and disclaimer
219 ---------------------------
220 This application is opensource software released under the GPL.  Please
221 see source code and the LICENSE file