We forgot to upload the PO file when installing new language. Used when GETTEXT is...
[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 14-Sep-2007 Joe Hunt
23  # We forgot to upload the PO file when installing new language. Used when GETTEXT is not installed on Server.
24  $ /admin/inst_lang.php
25  
26 10-Sep-2007 Joe Hunt
27  ! Changed Bank Address field from text to textarea (multirows)
28  $ /gl/manage/bank_accounts.php
29  
30 06-Sep-2007 Joe Hunt
31  + Added optional link for electronic payment on invoices (PayPal)
32  $ /reporting/reports_main.php
33    /reporting/rep107.php
34    /reporting/includes/report_classes.inc
35    /reporting/includes/pdf_report.inc
36    /reporting/includes/doc_text.inc
37    /reporting/includes/doc_text2.inc
38    
39 23-Aug-2007 Joe Hunt
40  # Unnecessary parameter ($db) in check_for_recursive_bom
41  $ /manufacturing/manage/bom_edit.php
42  
43 21-Aug-2007 Joe Hunt
44  # Bug in /includes/lang/gettext.php (249) affecting changing language!
45  $ /includes/lang/gettext.php
46  
47 08-Aug-2007 Joe Hunt
48  # Minor adjustments
49  $ config.php
50    /access/login.php
51    /admin/create_coy.php
52    /reporting/includes/pdf_report.inc
53    
54 04-Aug-2007 Joe Hunt
55  + Added a default fiscal year in the en_US-new.sql and start references.
56  $ /sql/en_US-new.sql
57  ! Changed some specific text strings in en_US.po (E.g. TAX instead of VAT)
58  $ /lang/en_US/LC_MESSAGES/en_US.mo
59  
60 03-Aug-2007 Joe Hunt
61  # A bug in Direct Invoicing (wrong Invoice Date) has been fixed.
62  $ /sales/includes/db/sales_order_db.inc
63  
64 23-Jul-2007 Joe Hunt
65  # Changed <? in front of 2 files to <?php.
66  $ /purchasing/includes/purchasing_ui.inc
67    /reporting/includes/class.mail.inc
68    
69 -------------------- 1.12 Stable Released ----------------------
70 21-Jul-2007 Joe Hunt
71  + Added option to handle Jalali and Islamic Calendars
72  ! Minor adjustments
73  $ config.php
74    /gl/includes/db/gl_db_trans.inc
75    /includes/date_functions.inc
76    /includes/ui/ui_input.inc
77    /includes/ui/ui_lists.inc
78    /includes/ui/ui_view.inc
79    /purchasing/po_receive_items.php
80    /purchasing/includes/ui/invoice_ui.inc
81    /purchasing/includes/ui/po_ui.inc
82    /reporting/rep705.php
83    /sales/includes/db/sales_order_db.inc
84    /sales/includes/ui/sales_order_ui.inc
85    
86 20-Jul-2007 Joe Hunt
87  ! Changed parameters on report Sales Order. Option to print as Quote.
88  $ /reporting/reports_main.php
89    /reporting/rep109.php
90    /reporting/includes/pdf_report.inc
91    /reporting/includes/doctext.inc
92    /reporting/includes/doctext2.inc
93  
94 19-Jul-2007 Joe Hunt
95  + Added Budget Entry in General Ledger. Includes Dimensions.
96  $ config.php
97    /applications/generalledger.php
98    /gl/gl_budget.php (New File!)
99    /gl/includes/db/gl_db_trans.inc
100    /includes/date_functions.inc
101    /reporting/report_classes.inc
102    
103 -------------------- 1.11 Stable Released ----------------------
104 04-Jul-2007 Joe Hunt
105  ! Option for using alpha numeric chart of accounts.
106  $ config.php
107    /gl/manage/gl_accounts.php
108    /gl/includes/db/gl_db_accounts.inc
109    /gl/includes/db/gl_db_bank_trans.inc
110    /gl/includes/db/gl_db_trans.inc
111    /gl/inquiry/gl_trial_balance.inc
112    /admin/db/company_db.inc
113    /inventory/includes/db/items_db.inc
114    /sales/manage/customer_branches.inc
115
116 04-Jul-2007 Joe Hunt
117  # Problems retrieving language texts for poEdit in long javascripts
118  $ /includes/ui/ui_view.inc
119  
120 04-May-2007 Joe Hunt
121  # Database error when updating more than one item row in Sales Orders.
122  $ /sales/includes/db/sales_order_db.inc
123  # Database error when inserting work order issues. Fixed.
124  $ /manufacturing/includes/db/work_order_issues_db.inc
125  
126 03-May-2007 Joe Hunt
127  # Multiple tables and JOIN's have syntax changes in MySQL 5.0.12. Need parentheses.
128  $ /includes/db/manufacturing_db.inc
129    /manufacturing/includes/db/work_order_requirements_db.inc
130
131 02-May-2007 Joe Hunt
132  # Missing details on Purchase Order when emailing and printing
133  $ /reporting/rep209.php
134  
135 -------------------- 1.1 Stable Released ----------------------
136 02-May-2007 Joe Hunt
137  + Enabled module addons and all the below bugfixes. No changes in database structure.
138  - Removed /sql/basic.sql (included in the other sql files)
139  - Removed /themes/default/images/left.gif and /themes/default/images/right.gif 
140    (not needed anymore).
141  + Addition of update.html  
142  $ /admin/inst_module.php (New file!)
143    /applications/customers.php
144    /applications/dimensions.php
145    /applications/generalledger.php
146    /applications/inventory.php
147    /applications/manufacturing.php
148    /applications/setup.php
149    /applications/suppliers.php
150    /install/index.php
151    /install/save.php
152    /modules/inst_modules.php (New folder and new file!)
153    /modules/index.php (New file!)
154    /sql/en_US-demo.sql
155    /sql/en_US-new.sql
156    install.html
157    update.html (New file!)
158    
159 01-May-2007 Joe Hunt
160  # Missing measure of units when printing sales orders
161  # Update of Sales People caused a database error
162  $ /sales/manage/sales_people.php
163    /reporting/rep109.php
164  
165 30-Apr-2007 Joe Hunt
166  + The selected menu tab is now shown with same background as hover color.
167  $ config.php (default tab line 77. Change if you want)
168    /includes/page/header.inc
169    
170 28-Apr-2007 Joe Hunt
171  # When saving work order entries a lot of debug boxes appeared. Fixed
172  # When clicking on the link, Issue, on work order inquires an empty screen appeared. Fixed
173  # When retrieving work centres id's there was a database error. Fixed by casting string to unsigned
174  $ /includes/db/manufacturing_db.inc
175    /manufacturing/work_order_entry.php
176    /manufacturing/includes/work_order_issue_ui.inc
177    /manufacturing/includes/db/work_order_requirements_db.inc
178    /manufacturing/includes/db/work_orders_quick_db.inc
179    /manufacturing/inquiry/where_used_inquiry.php
180    
181 25-Apr-2007 Joe Hunt
182  # Missing Date Picker
183  $ /sales/customer_invoice.php
184  # No JS popup window
185  $ /sales/view/view_invoice.php
186  
187 24-Apr-2007 Joe Hunt
188  ! New and better Date Picker, better cool theme.
189  $ /includes/ui/ui_input.inc
190    /includes/ui/ui_view.inc
191    /reporting/includes/reports_classes.inc
192    /themes/cool/default.css
193
194 -------------------- 1.0.1 Stable Released ----------------------
195 23-Apr-2007 Joe Hunt
196  ! Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker,
197    the changes for selection lists customers/suppliers and the Audit Trail.
198
199 22-Apr-2007 Joe Hunt
200  ! Changed the two selection lists for customers/suppliers in reports to a single one with
201    No Filter
202  ! Changed the sort order in these selection lists from id to name.
203  + Added Audit Trail in GL trans. A switch in config.php, $use_audit_trail, must be set to 1.
204  $ /reporting/reports_main.php
205    /reporting/rep101.php
206    /reporting/rep102.php
207    /reporting/rep201.php
208    /reporting/rep202.php
209    /reporting/rep203.php
210    /reporting/rep204.php
211    /reporting/includes/reports_classes.inc
212    /includes/ui/ui_lists.inc
213    /gl/includes/db/gl_db_trans.inc
214    config.php
215    
216 22-Apr-2007 Joe Hunt
217  + Date Picker for all date fields.
218  $ config.php
219    /admin/fiscalyears.php
220    /admin/void_transaction.php
221    /includes/ui/ui_view.inc
222    /includes/ui/ui_input.inc
223    /dimensions/dimension_entry.php
224    /dimensions/inquiry/search_dimensions.php
225    /gl/gl_journal.php
226    /gl/gl_deposit.php
227    /gl/gl_payment.php
228    /gl/bank_transfer.php
229    /gl/inquiry/bank_inquiry.php
230    /gl/inquiry/gl_account_inquiry.php
231    /gl/inquiry/gl_trial_balance.php
232    /gl/manage/exchange_rates.php
233    /inventory/adjustments.php
234    /inventory/transfers.php
235    /inventory/inquiry/stock_movements.php
236    /inventory/manage/items.php
237    /manufacturing/work_order_add_finished.php
238    /manufacturing/work_order_entry.php
239    /manufacturing/work_order_issue.php
240    /manufacturing/work_order_release.php
241    /purchasing/supplier_payment.php
242    /purchasing/po_entry_items.php
243    /purchasing/po_receive_items.php
244    /purchasing/supplier_credit.php
245    /purchasing/supplier_credit_grns.php
246    /purchasing/supplier_invoice.php
247    /purchasing/supplier_invoice_grns.php
248    /purchasing/supplier_trans_gl.php
249    /purchasing/includes/ui/po_ui.inc
250    /purchasing/inquity/po_search.php
251    /purchasing/inquiry/po_search_completed.php
252    /purchasing/inquiry/supplier_allocation_inquiry.php
253    /purchasing/inquiry/supplier_inquiry.php
254    /reporting/reports_main.php
255    /reporting/includes/reports_classes.inc
256    /sales/credit_note_entry.php
257    /sales/customer_credit_invoice.php
258    /sales/customer_payments.php
259    /sales/sales_order_entry.php
260    /sales/includes/ui/sales_order_ui.inc
261    /sales/inquiry/customer_allocation_inquiry.php
262    /sales/inquiry/customer_inquiry.php
263    /sales/inquiry/sales_orders_view.php
264    New image files:
265    /themes/default/images/cal.gif
266    /themes/default/images/next.gif
267    /themes/default/images/prev.gif
268
269 19-Apr-2007 Joe Hunt
270  # Bug no 1703895, Account numbers are varchars, need quotes, fixed
271  # Bug no 1703891, Reserved MySQL words used as column names, fixed
272  $ /taxes/db/tax_types_db.inc
273
274  # Bug no 1703888, Apostrophes and other unescaped characters, fixed
275  $ /gl/manage/gl_accounts.php
276    /gl/includes/db/gl_db_accounts.inc
277    /includes/ui/ui_input.inc
278
279 18-Apr-2007 Joe Hunt
280  # Bug no 1702594, Logon Loop, fixed
281  $ config.php
282
283 -------------------- 1.0a Stable Released ----------------------
284 10-Apr-2007 Joe Hunt
285  ! Release 1.0a established on SourceForge, fixing the bugs.
286
287 11-Apr-2007 Joe Hunt
288  # Bug No 1698214, Creating Items, fixed
289  $ /includes/ui/ui_lists.inc
290  # Bug no 1698216, Item Movements, fixed
291  $ /inventory/manage/items.php
292
293 -------------------- 1.0 Stable Released ----------------------
294 10-Apr-2007 Joe Hunt
295  ! Release 1.0 established on SourceForge.
296
297 2. Copyright and disclaimer
298 ---------------------------
299 This application is opensource software released under the GPL.  Please
300 see source code and the LICENSE file