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