Release 1.16. Look in CHANGELOG.txt for changes.
[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.16 Stable Released ----------------------
23 28-Jan-2008 Joe Hunt
24  + Added a possibility to replace the normal listboxes for items, customer and/or suppliers with a search box.
25    The listboxes can only hold about 1000 items. New variables in config.php, $no_item_list, $no_customer_list 
26    and $no_supplier_list. Default is the normal behavior for all listboxes.
27  $ /includes/ui/ui_lists.inc
28    /sales/includes/ui/sales_orders_ui.inc
29    /purchases/includes/ui/po_ui.inc
30    /themes/default/images/locate.png (New file)
31    config.php
32
33  + Added ALTER TABLE possibility in db_import. For future releases.
34  $ /admin/db/maintenence_db.inc  
35
36  # Removed warnings 'Call-time pass-by-reference' in /includes/db/connect_db.inc and /includes/ui/ui_lists.inc
37  # Fixed File not found when loading local stylesheet.css (for other languages) in /includes/page/header.inc
38  $ /includes/db/connect_db.inc
39    /includes/ui/ui_lists.inc
40    /includes/page/header.inc
41    /access/login.php
42    
43 16-Jan-2008 Joe Hunt
44  # When login screen is displayed after session timeout page content is broken. It
45    is because of NOT using absolute paths in href attribute theme elements.
46  $ /access/login.php
47  
48 30-Dec-2007 Joe Hunt
49  # Minor adjustments in function db_export on line 325
50  $ /admin/db/maintenance_db.inc
51  
52 29-Dec-2007 Joe Hunt
53  + Added a variable, $print_invoice_no, in config.php for printing the invoice number instead of invoice reference.
54  $ config.php
55  
56  # Fixed a bug when exporting database. Exported NULL field values from NO to empty field (from mysql version 5.0.32).
57    Also fixed a unneccessary str_replace when importing sql scripts.
58  ! Changed the PDF presentation to deleting the Javascript cache before presentation.
59  $ /admin/db/maintenance_db.inc
60    /reporting/includes/pdf_report.inc
61    
62 13-Dec-2007 Joe Hunt
63  # Still bugs in trial balances and account inquiry on screen when selecting non balance accounts. Fixed.
64  $ /gl/inquiry/gl_trial_balance.php
65    /gl/inquiry/gl_account_inquiry.php
66
67 13-Dec-2007 Joe Hunt
68  # Fixed a bug when voiding a transaction (Journal Entry). An eventually underlying bank transfer was not voided.
69  $ /admin/db/voiding_db.inc
70  
71 06-Dec-2007 Joe Hunt
72  # Fixed a bug when adding lines during Payments to suppliers, the supplier was set back to the first.
73  $ /gl/gl_payment.php
74    /gl/includes/ui/gl_payment_ui.inc
75    
76  ! Changed $loc_notification to be set to 0 instead of 1.
77  $ config.php
78  
79 -------------------- 1.15 Stable Released ----------------------
80 05-Dec-2007 Joe Hunt
81  + Added email notification to stock location when available stock is below reorder level
82  $ config.php
83    /sales/includes/db/sales_order_db.inc
84    
85  # Fixed bugs in Open balances when account is not a balance account
86  $ /gl/inquiry/gl_trial_balance.php
87    /gl/inquiry/gl_account_inquiry.php
88    /reporting/rep704.php
89    /reporting/rep708.php
90    
91 -------------------- 1.14 Stable Released ----------------------
92 01-Oct-2007 Joe Hunt
93  ! Major change in the installation of modules to also accept an SQL-file for upload.
94  $ config.php
95    /admin/inst_module.php
96    /admin/db/maintenance_db.inc
97    
98 30-Sep-2007 Joe Hunt
99  # The following files were still vulnerable. Fixed
100  $ /access/login.php
101    /includes/lang/language.php
102
103 -------------------- 1.13 Stable Released ----------------------
104 14-Sep-2007 Joe Hunt
105  + Added optional link for electronic payment on invoices (PayPal). 
106  ! Better support for install/update languages.  
107  ! Minor adjustments
108  # Fixed a vulnerable item in config.php
109  $ config.php
110
111 14-Sep-2007 Joe Hunt
112  # We forgot to upload the PO file when installing new language. Used when GETTEXT is not installed on Server.
113  # config.php has been vulnerable. Fixed.
114  $ /admin/inst_lang.php
115  $ config.php
116  
117 10-Sep-2007 Joe Hunt
118  ! Changed Bank Address field from text to textarea (multirows)
119  $ /gl/manage/bank_accounts.php
120  
121 06-Sep-2007 Joe Hunt
122  + Added optional link for electronic payment on invoices (PayPal)
123  $ /reporting/reports_main.php
124    /reporting/rep107.php
125    /reporting/includes/report_classes.inc
126    /reporting/includes/pdf_report.inc
127    /reporting/includes/doc_text.inc
128    /reporting/includes/doc_text2.inc
129    
130 23-Aug-2007 Joe Hunt
131  # Unnecessary parameter ($db) in check_for_recursive_bom
132  $ /manufacturing/manage/bom_edit.php
133  
134 21-Aug-2007 Joe Hunt
135  # Bug in /includes/lang/gettext.php (249) affecting changing language!
136  $ /includes/lang/gettext.php
137  
138 08-Aug-2007 Joe Hunt
139  # Minor adjustments
140  $ config.php
141    /access/login.php
142    /admin/create_coy.php
143    /reporting/includes/pdf_report.inc
144    
145 04-Aug-2007 Joe Hunt
146  + Added a default fiscal year in the en_US-new.sql and start references.
147  $ /sql/en_US-new.sql
148  ! Changed some specific text strings in en_US.po (E.g. TAX instead of VAT)
149  $ /lang/en_US/LC_MESSAGES/en_US.mo
150  
151 03-Aug-2007 Joe Hunt
152  # A bug in Direct Invoicing (wrong Invoice Date) has been fixed.
153  $ /sales/includes/db/sales_order_db.inc
154  
155 23-Jul-2007 Joe Hunt
156  # Changed <? in front of 2 files to <?php.
157  $ /purchasing/includes/purchasing_ui.inc
158    /reporting/includes/class.mail.inc
159    
160 -------------------- 1.12 Stable Released ----------------------
161 21-Jul-2007 Joe Hunt
162  + Added option to handle Jalali and Islamic Calendars
163  ! Minor adjustments
164  $ config.php
165    /gl/includes/db/gl_db_trans.inc
166    /includes/date_functions.inc
167    /includes/ui/ui_input.inc
168    /includes/ui/ui_lists.inc
169    /includes/ui/ui_view.inc
170    /purchasing/po_receive_items.php
171    /purchasing/includes/ui/invoice_ui.inc
172    /purchasing/includes/ui/po_ui.inc
173    /reporting/rep705.php
174    /sales/includes/db/sales_order_db.inc
175    /sales/includes/ui/sales_order_ui.inc
176    
177 20-Jul-2007 Joe Hunt
178  ! Changed parameters on report Sales Order. Option to print as Quote.
179  $ /reporting/reports_main.php
180    /reporting/rep109.php
181    /reporting/includes/pdf_report.inc
182    /reporting/includes/doctext.inc
183    /reporting/includes/doctext2.inc
184  
185 19-Jul-2007 Joe Hunt
186  + Added Budget Entry in General Ledger. Includes Dimensions.
187  $ config.php
188    /applications/generalledger.php
189    /gl/gl_budget.php (New File!)
190    /gl/includes/db/gl_db_trans.inc
191    /includes/date_functions.inc
192    /reporting/report_classes.inc
193    
194 -------------------- 1.11 Stable Released ----------------------
195 04-Jul-2007 Joe Hunt
196  ! Option for using alpha numeric chart of accounts.
197  $ config.php
198    /gl/manage/gl_accounts.php
199    /gl/includes/db/gl_db_accounts.inc
200    /gl/includes/db/gl_db_bank_trans.inc
201    /gl/includes/db/gl_db_trans.inc
202    /gl/inquiry/gl_trial_balance.inc
203    /admin/db/company_db.inc
204    /inventory/includes/db/items_db.inc
205    /sales/manage/customer_branches.inc
206
207 04-Jul-2007 Joe Hunt
208  # Problems retrieving language texts for poEdit in long javascripts
209  $ /includes/ui/ui_view.inc
210  
211 04-May-2007 Joe Hunt
212  # Database error when updating more than one item row in Sales Orders.
213  $ /sales/includes/db/sales_order_db.inc
214  # Database error when inserting work order issues. Fixed.
215  $ /manufacturing/includes/db/work_order_issues_db.inc
216  
217 03-May-2007 Joe Hunt
218  # Multiple tables and JOIN's have syntax changes in MySQL 5.0.12. Need parentheses.
219  $ /includes/db/manufacturing_db.inc
220    /manufacturing/includes/db/work_order_requirements_db.inc
221
222 02-May-2007 Joe Hunt
223  # Missing details on Purchase Order when emailing and printing
224  $ /reporting/rep209.php
225  
226 -------------------- 1.1 Stable Released ----------------------
227 02-May-2007 Joe Hunt
228  + Enabled module addons and all the below bugfixes. No changes in database structure.
229  - Removed /sql/basic.sql (included in the other sql files)
230  - Removed /themes/default/images/left.gif and /themes/default/images/right.gif 
231    (not needed anymore).
232  + Addition of update.html  
233  $ /admin/inst_module.php (New file!)
234    /applications/customers.php
235    /applications/dimensions.php
236    /applications/generalledger.php
237    /applications/inventory.php
238    /applications/manufacturing.php
239    /applications/setup.php
240    /applications/suppliers.php
241    /install/index.php
242    /install/save.php
243    /modules/inst_modules.php (New folder and new file!)
244    /modules/index.php (New file!)
245    /sql/en_US-demo.sql
246    /sql/en_US-new.sql
247    install.html
248    update.html (New file!)
249    
250 01-May-2007 Joe Hunt
251  # Missing measure of units when printing sales orders
252  # Update of Sales People caused a database error
253  $ /sales/manage/sales_people.php
254    /reporting/rep109.php
255  
256 30-Apr-2007 Joe Hunt
257  + The selected menu tab is now shown with same background as hover color.
258  $ config.php (default tab line 77. Change if you want)
259    /includes/page/header.inc
260    
261 28-Apr-2007 Joe Hunt
262  # When saving work order entries a lot of debug boxes appeared. Fixed
263  # When clicking on the link, Issue, on work order inquires an empty screen appeared. Fixed
264  # When retrieving work centres id's there was a database error. Fixed by casting string to unsigned
265  $ /includes/db/manufacturing_db.inc
266    /manufacturing/work_order_entry.php
267    /manufacturing/includes/work_order_issue_ui.inc
268    /manufacturing/includes/db/work_order_requirements_db.inc
269    /manufacturing/includes/db/work_orders_quick_db.inc
270    /manufacturing/inquiry/where_used_inquiry.php
271    
272 25-Apr-2007 Joe Hunt
273  # Missing Date Picker
274  $ /sales/customer_invoice.php
275  # No JS popup window
276  $ /sales/view/view_invoice.php
277  
278 24-Apr-2007 Joe Hunt
279  ! New and better Date Picker, better cool theme.
280  $ /includes/ui/ui_input.inc
281    /includes/ui/ui_view.inc
282    /reporting/includes/reports_classes.inc
283    /themes/cool/default.css
284
285 -------------------- 1.0.1 Stable Released ----------------------
286 23-Apr-2007 Joe Hunt
287  ! Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker,
288    the changes for selection lists customers/suppliers and the Audit Trail.
289
290 22-Apr-2007 Joe Hunt
291  ! Changed the two selection lists for customers/suppliers in reports to a single one with
292    No Filter
293  ! Changed the sort order in these selection lists from id to name.
294  + Added Audit Trail in GL trans. A switch in config.php, $use_audit_trail, must be set to 1.
295  $ /reporting/reports_main.php
296    /reporting/rep101.php
297    /reporting/rep102.php
298    /reporting/rep201.php
299    /reporting/rep202.php
300    /reporting/rep203.php
301    /reporting/rep204.php
302    /reporting/includes/reports_classes.inc
303    /includes/ui/ui_lists.inc
304    /gl/includes/db/gl_db_trans.inc
305    config.php
306    
307 22-Apr-2007 Joe Hunt
308  + Date Picker for all date fields.
309  $ config.php
310    /admin/fiscalyears.php
311    /admin/void_transaction.php
312    /includes/ui/ui_view.inc
313    /includes/ui/ui_input.inc
314    /dimensions/dimension_entry.php
315    /dimensions/inquiry/search_dimensions.php
316    /gl/gl_journal.php
317    /gl/gl_deposit.php
318    /gl/gl_payment.php
319    /gl/bank_transfer.php
320    /gl/inquiry/bank_inquiry.php
321    /gl/inquiry/gl_account_inquiry.php
322    /gl/inquiry/gl_trial_balance.php
323    /gl/manage/exchange_rates.php
324    /inventory/adjustments.php
325    /inventory/transfers.php
326    /inventory/inquiry/stock_movements.php
327    /inventory/manage/items.php
328    /manufacturing/work_order_add_finished.php
329    /manufacturing/work_order_entry.php
330    /manufacturing/work_order_issue.php
331    /manufacturing/work_order_release.php
332    /purchasing/supplier_payment.php
333    /purchasing/po_entry_items.php
334    /purchasing/po_receive_items.php
335    /purchasing/supplier_credit.php
336    /purchasing/supplier_credit_grns.php
337    /purchasing/supplier_invoice.php
338    /purchasing/supplier_invoice_grns.php
339    /purchasing/supplier_trans_gl.php
340    /purchasing/includes/ui/po_ui.inc
341    /purchasing/inquity/po_search.php
342    /purchasing/inquiry/po_search_completed.php
343    /purchasing/inquiry/supplier_allocation_inquiry.php
344    /purchasing/inquiry/supplier_inquiry.php
345    /reporting/reports_main.php
346    /reporting/includes/reports_classes.inc
347    /sales/credit_note_entry.php
348    /sales/customer_credit_invoice.php
349    /sales/customer_payments.php
350    /sales/sales_order_entry.php
351    /sales/includes/ui/sales_order_ui.inc
352    /sales/inquiry/customer_allocation_inquiry.php
353    /sales/inquiry/customer_inquiry.php
354    /sales/inquiry/sales_orders_view.php
355    New image files:
356    /themes/default/images/cal.gif
357    /themes/default/images/next.gif
358    /themes/default/images/prev.gif
359
360 19-Apr-2007 Joe Hunt
361  # Bug no 1703895, Account numbers are varchars, need quotes, fixed
362  # Bug no 1703891, Reserved MySQL words used as column names, fixed
363  $ /taxes/db/tax_types_db.inc
364
365  # Bug no 1703888, Apostrophes and other unescaped characters, fixed
366  $ /gl/manage/gl_accounts.php
367    /gl/includes/db/gl_db_accounts.inc
368    /includes/ui/ui_input.inc
369
370 18-Apr-2007 Joe Hunt
371  # Bug no 1702594, Logon Loop, fixed
372  $ config.php
373
374 -------------------- 1.0a Stable Released ----------------------
375 10-Apr-2007 Joe Hunt
376  ! Release 1.0a established on SourceForge, fixing the bugs.
377
378 11-Apr-2007 Joe Hunt
379  # Bug No 1698214, Creating Items, fixed
380  $ /includes/ui/ui_lists.inc
381  # Bug no 1698216, Item Movements, fixed
382  $ /inventory/manage/items.php
383
384 -------------------- 1.0 Stable Released ----------------------
385 10-Apr-2007 Joe Hunt
386  ! Release 1.0 established on SourceForge.
387
388 2. Copyright and disclaimer
389 ---------------------------
390 This application is opensource software released under the GPL.  Please
391 see source code and the LICENSE file