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