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