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