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