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