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