d641d38513c6b9b693557e8da31c50a9ff3523f1
[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 01-May-2007 Joe Hunt
23  # Missing measure of units when printing sales orders
24  # Update of Sales People caused a database error
25  $ /sales/manage/sales_people.php
26    /reporting/rep109.php
27  
28 30-Apr-2007 Joe Hunt
29  + The selected menu tab is now shown with same background as hover color.
30  $ config.php (default tab line 77. Change if you want)
31    /includes/page/header.inc
32    
33 28-Apr-2007 Joe Hunt
34  # When saving work order entries a lot of debug boxes appeared. Fixed
35  # When clicking on the link, Issue, on work order inquires an empty screen appeared. Fixed
36  # When retrieving work centres id's there was a database error. Fixed by casting string to unsigned
37  $ /includes/db/manufacturing_db.inc
38    /manufacturing/work_order_entry.php
39    /manufacturing/includes/work_order_issue_ui.inc
40    /manufacturing/includes/db/work_order_requirements_db.inc
41    /manufacturing/includes/db/work_orders_quick_db.inc
42    /manufacturing/inquiry/where_used_inquiry.php
43    
44 25-Apr-2007 Joe Hunt
45  # Missing Date Picker
46  $ /sales/customer_invoice.php
47  # No JS popup window
48  $ /sales/view/view_invoice.php
49  
50 24-Apr-2007 Joe Hunt
51  ! New and better Date Picker, better cool theme.
52  $ /includes/ui/ui_input.inc
53    /includes/ui/ui_view.inc
54    /reporting/includes/reports_classes.inc
55    /themes/cool/default.css
56
57 -------------------- 1.0.1 Stable Released ----------------------
58 23-Apr-2007 Joe Hunt
59  ! Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker,
60    the changes for selection lists customers/suppliers and the Audit Trail.
61
62 22-Apr-2007 Joe Hunt
63  ! Changed the two selection lists for customers/suppliers in reports to a single one with
64    No Filter
65  ! Changed the sort order in these selection lists from id to name.
66  + Added Audit Trail in GL trans. A switch in config.php, $use_audit_trail, must be set to 1.
67  $ /reporting/reports_main.php
68    /reporting/rep101.php
69    /reporting/rep102.php
70    /reporting/rep201.php
71    /reporting/rep202.php
72    /reporting/rep203.php
73    /reporting/rep204.php
74    /reporting/includes/reports_classes.inc
75    /includes/ui/ui_lists.inc
76    /gl/includes/db/gl_db_trans.inc
77    config.php
78    
79 22-Apr-2007 Joe Hunt
80  + Date Picker for all date fields.
81  $ config.php
82    /admin/fiscalyears.php
83    /admin/void_transaction.php
84    /includes/ui/ui_view.inc
85    /includes/ui/ui_input.inc
86    /dimensions/dimension_entry.php
87    /dimensions/inquiry/search_dimensions.php
88    /gl/gl_journal.php
89    /gl/gl_deposit.php
90    /gl/gl_payment.php
91    /gl/bank_transfer.php
92    /gl/inquiry/bank_inquiry.php
93    /gl/inquiry/gl_account_inquiry.php
94    /gl/inquiry/gl_trial_balance.php
95    /gl/manage/exchange_rates.php
96    /inventory/adjustments.php
97    /inventory/transfers.php
98    /inventory/inquiry/stock_movements.php
99    /inventory/manage/items.php
100    /manufacturing/work_order_add_finished.php
101    /manufacturing/work_order_entry.php
102    /manufacturing/work_order_issue.php
103    /manufacturing/work_order_release.php
104    /purchasing/supplier_payment.php
105    /purchasing/po_entry_items.php
106    /purchasing/po_receive_items.php
107    /purchasing/supplier_credit.php
108    /purchasing/supplier_credit_grns.php
109    /purchasing/supplier_invoice.php
110    /purchasing/supplier_invoice_grns.php
111    /purchasing/supplier_trans_gl.php
112    /purchasing/includes/ui/po_ui.inc
113    /purchasing/inquity/po_search.php
114    /purchasing/inquiry/po_search_completed.php
115    /purchasing/inquiry/supplier_allocation_inquiry.php
116    /purchasing/inquiry/supplier_inquiry.php
117    /reporting/reports_main.php
118    /reporting/includes/reports_classes.inc
119    /sales/credit_note_entry.php
120    /sales/customer_credit_invoice.php
121    /sales/customer_payments.php
122    /sales/sales_order_entry.php
123    /sales/includes/ui/sales_order_ui.inc
124    /sales/inquiry/customer_allocation_inquiry.php
125    /sales/inquiry/customer_inquiry.php
126    /sales/inquiry/sales_orders_view.php
127    New image files:
128    /themes/default/images/cal.gif
129    /themes/default/images/next.gif
130    /themes/default/images/prev.gif
131
132 19-Apr-2007 Joe Hunt
133  # Bug no 1703895, Account numbers are varchars, need quotes, fixed
134  # Bug no 1703891, Reserved MySQL words used as column names, fixed
135  $ /taxes/db/tax_types_db.inc
136
137  # Bug no 1703888, Apostrophes and other unescaped characters, fixed
138  $ /gl/manage/gl_accounts.php
139    /gl/includes/db/gl_db_accounts.inc
140    /includes/ui/ui_input.inc
141
142 18-Apr-2007 Joe Hunt
143  # Bug no 1702594, Logon Loop, fixed
144  $ config.php
145
146 -------------------- 1.0a Stable Released ----------------------
147 10-Apr-2007 Joe Hunt
148  ! Release 1.0a established on SourceForge, fixing the bugs.
149
150 11-Apr-2007 Joe Hunt
151  # Bug No 1698214, Creating Items, fixed
152  $ /includes/ui/ui_lists.inc
153  # Bug no 1698216, Item Movements, fixed
154  $ /inventory/manage/items.php
155
156 -------------------- 1.0 Stable Released ----------------------
157 10-Apr-2007 Joe Hunt
158  ! Release 1.0 established on SourceForge.
159
160 2. Copyright and disclaimer
161 ---------------------------
162 This application is opensource software released under the GPL.  Please
163 see source code and the LICENSE file