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