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