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