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