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