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