Bug (right to left text was done if price decimals were 3). A test sentense from...
[fa-stable.git] / CHANGELOG.txt
1 /**
2 * @version $Id$
3 * @package FrontAccounting
4 * @copyright (C) 2005 - 2008 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 19-Apr.2008 Joe Hunt
23 # Bug (right to left text was done if price decimals were 3). A test sentense from a while
24   ago wasn't removed.
25 $ /reporting/includes/pdf_report.inc
26
27 18-Apr-2008 Janusz Dobrowolski
28 # Additional checks on provisions and break point entry.
29 $ /sales/manage/sales_people.php
30 ! Modules purchasing, sales and taxes sealed against XSS attacks
31 $ /install/save.php
32   /admin/db/maintenance_db.inc
33   /purchasing/includes/db/grn_db.inc
34   /purchasing/includes/db/invoice_items_db.inc
35   /purchasing/includes/db/po_db.inc
36   /purchasing/includes/db/supp_trans_db.inc
37   /purchasing/manage/suppliers.php
38   /sales/includes/db/credit_status_db.inc
39   /sales/includes/db/cust_trans_db.inc
40   /sales/includes/db/cust_trans_details_db.inc
41   /sales/includes/db/sales_order_db.inc
42   /sales/includes/db/sales_types_db.inc
43   /sales/manage/customer_branches.php
44   /sales/manage/customers.php
45   /sales/manage/sales_areas.php
46   /sales/manage/sales_people.php
47   /taxes/db/item_tax_types_db.inc
48   /taxes/db/tax_groups_db.inc
49   /taxes/db/tax_types_db.inc
50
51 18-Apr-2008 Joe Hunt
52 ! Module gl sealed against XSS Attacks
53 $ /gl/includes/db/gl_db_accounts.inc
54   /gl/includes/db/gl_db_account_types.inc
55   /gl/includes/db/gl_db_bank_accounts.inc
56   /gl/includes/db/gl_db_bank_trans.inc
57   /gl/includes/db/gl_db_bank_trans_types.inc
58   /gl/includes/db/gl_db_currencies.inc
59   /gl/includes/db/gl_db_trans.inc
60   
61 18-Apr-2008 Janusz Dobrowolski
62 ! Modules admin and dimensions sealed against XSS attacks
63 $ /admin/payment_terms.php
64   /admin/shipping_companies.php
65   /admin/db/company_db.inc
66   /admin/db/maintenance_db.inc
67   /admin/db/users_db.inc
68   /admin/db/voiding_db.inc
69   /dimensions/includes/dimensions_db.inc
70
71 18-Apr-2008 Joe Hunt
72 ! Modules includes, inventory and manufacturing sealed against XSS attacks
73 $ /includes/db/comments_db.inc
74   /includes/db/inventory_db.inc
75   /includes/db/references_db.inc
76   /inventory/includes/db/items_category_db.inc
77   /inventory/includes/db/items_db.inc
78   /inventory/includes/db/items_locations_db.inc
79   /inventory/includes/db/items_units_db.inc
80   /inventory/includes/db/movement_types_db.inc
81   /manufacturing/includes/db/work_centres_db.inc
82   /manufacturing/includes/db/work_orders_db.inc
83   /manufacturing/includes/db/work_orders_quick_db.inc
84   /manufacturing/includes/db/work_order_issues_db.inc
85   /manufacturing/includes/db/work_order_produce_items_db.inc
86   
87 18-Apr-2008 Janusz Dobrowolski
88 ! Changed db_escape function to avoid XSS attacks via js db injection
89 $ /includes/db/connect_db.inc
90 # Database inserts/updates secured against js injection
91 $ /admin/db/maintenance_db.inc
92   /gl/includes/db/gl_db_accounts.inc
93   /purchasing/includes/db/po_db.inc
94   /sales/sales_order_entry.php
95   /sales/includes/db/sales_order_db.inc
96
97 16-Apr-2008 Joe Hunt
98 # Bug in /includes/ui/ui_lists.inc:914. Sql clause was cut.
99 $ /includes/ui/ui_lists.inc
100
101 09-Apr-2008 Janusz Dobrowolski
102 # Fixed number formatting bug in standard cost update.
103 $ /inventory/cost_update.php
104
105 -------------------- 2,0 Beta - released ----------------------------
106
107 06-Apr-2008 Joe Hunt
108 ! Changed install.html and update.html to fit the new unstable release 2.0
109 ! Changed demo sql script to fit the 2.0 unstable.
110 $ install.html
111   update.html
112   /sql/en_US-demo.sql
113   
114 06-Apr-2008 Janusz Dobrowolski
115 # Sales invoice edition denied for documents created in FA 1.xx because of nonportable differences in gl posting/db schema.
116   /sales/customer_invoice.php
117 # Fixed typo causing error while adding new tax type.
118   /taxes/tax_types.php
119   
120 05-Apr-2008 Joe Hunt
121 # Fixed a bug when creating subfolder for new companies. Should be company id and not the table pref counter.
122 $ /admin/create_coy.php
123
124 05-Apr-2008 Joe Hunt
125 # Removed annoying warnings in several reports. 
126 $ config.php 
127   /reporting/rep102.php
128   /reporting/rep104.php
129   /reporting/rep201.php
130   /reporting/rep203.php
131   /reporting/rep705.php
132   /reporting/rep706.php
133   /reporting/rep707.php
134   /reporting/rep709.php
135   /reporting/reports_main.php
136   /reporting/includes/pdf_report.inc
137   
138 04-Apr-2008 Janusz Dobrowolski
139 # Javascript bugfix in selecting orders for template.
140 $ /sales/inquiry/sales_orders_view.php
141
142 04-Apr-2008 Joe Hunt
143 ! Updated chart of accounts for release 2.0 unstable. Set the status to 2.0 Beta in config.php. Minor changes in update.html
144 + Preparing for download of release 2.0b on SourceForge.
145 $ config.php
146   update.html
147   /sql/en_US-new.sql
148   /sql/en_US-demo.sql
149   
150 02-Apr-2008 Janusz Dobrowolski
151 # Removed selector expansion on space key for multi-line selectors
152 $ /js/inserts.js
153 ! Hiding search button in combo selectors for javascript enabled browsers
154 $ /includes/ui/ui_lists.inc
155   /js/inserts.js
156 + Focus set to invalid form field after submit check fail
157 $ /admin/company_preferences.php
158   /admin/fiscalyears.php
159   /admin/gl_setup.php
160   /admin/payment_terms.php
161   /admin/shipping_companies.php
162   /admin/users.php
163   /admin/void_transaction.php
164   /dimensions/dimension_entry.php
165   /gl/bank_transfer.php
166   /gl/gl_deposit.php
167   /gl/gl_journal.php
168   /gl/gl_payment.php
169   /gl/manage/bank_accounts.php
170   /gl/manage/bank_trans_types.php
171   /gl/manage/currencies.php
172   /gl/manage/exchange_rates.php
173   /gl/manage/gl_account_classes.php
174   /gl/manage/gl_account_types.php
175   /gl/manage/gl_accounts.php
176   /inventory/adjustments.php
177   /inventory/cost_update.php
178   /inventory/prices.php
179   /inventory/purchasing_data.php
180   /inventory/transfers.php
181   /inventory/manage/item_categories.php
182   /inventory/manage/item_units.php
183   /inventory/manage/items.php
184   /inventory/manage/locations.php
185   /inventory/manage/movement_types.php
186   /manufacturing/work_order_add_finished.php
187   /manufacturing/work_order_entry.php
188   /manufacturing/work_order_issue.php
189   /manufacturing/work_order_release.php
190   /manufacturing/manage/bom_edit.php
191   /manufacturing/manage/work_centres.php
192   /purchasing/po_entry_items.php
193   /purchasing/po_receive_items.php
194   /purchasing/supplier_credit.php
195   /purchasing/supplier_credit_grns.php
196   /purchasing/supplier_invoice.php
197   /purchasing/supplier_invoice_grns.php
198   /purchasing/supplier_payment.php
199   /purchasing/supplier_trans_gl.php
200   /purchasing/allocations/supplier_allocate.php
201   /purchasing/manage/suppliers.php
202   /sales/credit_note_entry.php
203   /sales/customer_credit_invoice.php
204   /sales/customer_delivery.php
205   /sales/customer_invoice.php
206   /sales/customer_payments.php
207   /sales/sales_order_entry.php
208   /sales/allocations/customer_allocate.php
209   /taxes/item_tax_types.php
210   /taxes/tax_groups.php
211   /taxes/tax_types.php
212 # Set default focus in update_db.php
213 $ /admin/backups.php
214
215 29-Mar-2008 Janusz Dobrowolski
216 # Changed gl_all_accounts_list() API
217 $ /includes/ui/ui_lists.inc
218 + Enhanced list accessability in kbd usage via space key
219 $ js/inserts.js
220
221 28-Mar-2008 Janusz Dobrowolski
222 # Fixed headers for various display mode
223 $ /sales/inquiry/sales_orders_view.php
224
225 28-Mar-2008 Joe Hunt
226 + Added print document options in inquiries.
227 $ /sales/inquiry/customer_inquiry.php
228   /sales/inquiry/sales_orders_view.php
229   /sales/inquiry/sales_deliveries_view.php
230   /purchasing/inquiry/po_search.php
231   /purchasing/inquiry/po_search_completed.php
232   
233 28-Mar-2008 Joe Hunt
234 # Fixed a minor bug in customers_db.inc (should include type == 2 - Bank Deposits)
235 $ /sales/includes/db/customers_db.inc
236 # Fixed a PHP vers. 5.xx bug. No need for & operator in function calls, only in declaration. Gives a warning.
237 $ /sales/includes/db/sales_credit_db.inc
238 # Fixed a wrong variabel declaration doc_Document_no to doc_Invoice_no
239 $ /reporting/includes/doctext.inc
240   /reporting/includes/doctext2.inc
241 # Fixed so Customer Balances and Aged Customer Analysis reports presents correct sign.  
242 $ /reporting/rep101.php
243   /reporting/rep102.php
244
245 28-Mar-2008 Janusz Dobrowolski
246 # Layout/focus fixes for no_[customer/supplier/item]_list option on
247 $  /includes/ui/ui_lists.inc
248    /purchasing/includes/ui/po_ui.inc
249    /sales/credit_note_entry.php
250    /sales/sales_order_entry.php
251    /sales/includes/ui/sales_credit_ui.inc
252    /sales/includes/ui/sales_order_ui.inc
253
254 27-Mar-2008 Janusz Dobrowolski
255 + Automatic first field focus on page start, focus order preserved between form updates
256 $  /gl/inquiry/gl_account_inquiry.php
257    /includes/page/footer.inc
258    /includes/ui/ui_controls.inc
259    /includes/ui/ui_input.inc
260    /includes/ui/ui_lists.inc
261    /includes/ui/ui_view.inc
262    /js/inserts.js
263    /sales/sales_order_entry.php
264    /sales/credit_note_entry.php
265    /sales/includes/ui/sales_credit_ui.inc
266    /sales/includes/ui/sales_order_ui.inc
267 + Data picker omitted in keyboard tabbing sequence (FF,IE, not old mozilla)
268 $  /includes/ui/ui_input.inc
269 ! Javascript recalcAccount() superseded by class='combo' behaviour binding
270 $  /gl/gl_deposit.php
271    /gl/gl_journal.php
272    /gl/gl_payment.php
273    /gl/includes/ui/gl_deposit_ui.inc
274    /gl/includes/ui/gl_journal_ui.inc
275    /gl/includes/ui/gl_payment_ui.inc
276    /includes/ui/ui_view.inc
277    /purchasing/po_entry_items.php
278    /purchasing/includes/ui/po_ui.inc
279    /sales/sales_order_entry.php
280    /sales/includes/ui/sales_credit_ui.inc
281    /sales/includes/ui/sales_order_ui.inc
282    /js/inserts.js
283 ! get_js_set_focus moved from ui_view (this is only standalone form).
284    /update_db.php
285 # Fixed debit/credit entry check 
286 $  /gl/gl_journal.php
287 # Restored GET/POST security check on path_to_root
288 $  /config.php
289
290 26-Mar-2008 Janusz Dobrowolski
291 # Bug fixes in purchase module related to tax structure changes.
292 $  /purchasing/includes/supp_trans_class.inc
293    /purchasing/includes/db/invoice_db.inc
294    /purchasing/includes/db/invoice_items_db.inc
295    /purchasing/includes/ui/invoice_ui.inc
296    /reporting/rep105.php
297
298 25-Mar-2008 Janusz Dobrowolski
299 ! Per company pdf, backup and graphics directories in 'company' dir.
300 $  /company (new dir)
301    /company/0 (new dir)
302    /company/0/images/ (new dir)
303    /company/0/images/102.jpg    (moved from inventory/manage/image)
304    /company/0/images/103.jpg    (moved from inventory/manage/image)
305    /company/0/images/104.jpg    (moved from inventory/manage/image)
306    /company/0/images/logo_frontaccounting.jpg   (moved from themes/default/images)
307    /company/0/images/logo_frontaccounting.png   (moved from themes/default/images)
308    /admin/backups.php
309    /admin/create_coy.php
310    /admin/db/maintenance_db.inc
311    /install/index.php
312    /reporting/rep102.php
313    /reporting/rep104.php
314    /reporting/rep202.php
315    /reporting/rep303.php
316    /reporting/rep706.php
317    /reporting/rep707.php
318    /reporting/includes/pdf_report.inc
319    /inventory/manage/items.php
320
321 + jscript component caching (enables browser caching and future compression)
322 $  /includes/session.inc
323    /includes/main.inc
324    /includes/page/header.inc
325    /includes/ui/ui_view.inc
326    /admin/display_prefs.php
327    /config.php
328
329 - Removed obsolete file
330 $  /sales/includes/ui/print_invoice.inc
331
332 21-Mar-2008 Janusz Dobrowolski
333 ! Total Allocation/Left to Allocate update without page submit.
334 $  /includes/ui/ui_view.inc
335    /purchasing/allocations/supplier_allocate.php
336    /sales/allocations/customer_allocate.php
337 # Fixed unvisable under IE editbutton
338 $  /themes/aqua/default.css
339    /themes/cool/default.css
340    /themes/default/default.css
341
342 20-Mar-2008 Janusz Dobrowolski
343 # Excluding delivery notes from Customer Balances, removed warnings. 
344 $  /reporting/rep101.php 
345 # Divide by zero fix on order_price==0 in new supplier invoice
346 $  /purchasing/supplier_invoice_grns.php
347 # Database bug fix in new customer entry
348 $  /sales/manage/customers.php
349 # Small bug fix (warnings) in is_date() function.
350 $  /includes/date_functions.inc
351
352 18-Mar-2008 Janusz Dobrowolski
353 # Line items editor uses POST method - no disappearing shippment info.
354 $  /sales/credit_note_entry.php
355    /sales/sales_order_entry.php
356    /sales/includes/ui/sales_credit_ui.inc
357    /sales/includes/ui/sales_order_ui.inc
358 + Added edit_button_cell() function
359 $  /includes/ui/ui_controls.inc
360 + Helper function for finding indexed submit $_POST vars.
361 $  /includes/ui/ui_input.inc
362 + New class .editbutton for buttons. Default view is link alike.
363 $  /themes/aqua/default.css
364    /themes/cool/default.css
365    /themes/default/default.css
366
367 17-Mar-2008 Janusz Dobrowolski
368 # Added rounding when needed to avoid document non cosistent documents.
369 $  /includes/banking.inc
370    /purchasing/supplier_credit_grns.php
371    /purchasing/supplier_invoice_grns.php
372    /purchasing/includes/supp_trans_class.inc
373    /purchasing/includes/ui/invoice_ui.inc
374    /purchasing/includes/ui/po_ui.inc
375    /reporting/rep107.php
376    /reporting/rep109.php
377    /reporting/rep110.php
378    /reporting/rep209.php
379    /sales/includes/cart_class.inc
380    /sales/includes/ui/sales_credit_ui.inc
381    /sales/includes/ui/sales_order_ui.inc
382    /sales/view/view_credit.php
383    /sales/view/view_dispatch.php
384    /sales/view/view_invoice.php
385    /sales/view/view_sales_order.php
386    /taxes/tax_calc.inc
387 # Sign bug for customer transactions
388 $  /reporting/rep709.php
389 # Include file conflict fix
390 $ /purchasing/includes/ui/invoice_ui.inc
391   /gl/manage/bank_accounts.php
392   /manufacturing/inquiry/where_used_inquiry.php
393   /purchasing/manage/suppliers.php
394   
395 16-Mar-2008 Janusz Dobrowolski
396 + Added javascript add-on for unobtrusive apply javascript handlers to html elements.
397 $  /js/behaviour.js
398    /js/inserts.js
399 + Added javascript source collecting functions
400 $  /includes/main.inc
401 ! Moved check_page_security(); for safe start in case of broken wa_current_user var.
402 + Added global js code collecting arrays  $js_lib, $js_static
403 $  /includes/session.inc
404 ! Changed get_js_user num to add_js_user_num; extended for percent/qty/price formatting
405 $  /includes/ui/ui_view.inc
406 + Added including javascript source colections from $js_lib, $js_static; conditional display for ajax calls
407 $  /includes/page/footer.inc
408    /includes/page/header.inc
409 ! Added including of data_checks.inc
410 $  /includes/ui.inc
411 + User side percent/exrate/qty/price input formatting via onblur handler.
412 $  /admin/gl_setup.php
413    /gl/gl_budget.php
414    /gl/manage/exchange_rates.php
415    /includes/ui/ui_input.inc
416    /inventory/purchasing_data.php
417    /inventory/reorder_level.php
418    /inventory/includes/item_adjustments_ui.inc
419    /inventory/includes/stock_transfers_ui.inc
420    /manufacturing/work_order_entry.php
421    /manufacturing/manage/bom_edit.php
422    /purchasing/po_entry_items.php
423    /purchasing/po_receive_items.php
424    /purchasing/supplier_credit.php
425    /purchasing/supplier_credit_grns.php
426    /purchasing/supplier_invoice_grns.php
427    /purchasing/supplier_trans_gl.php
428    /purchasing/allocations/supplier_allocate.php
429    /purchasing/includes/ui/po_ui.inc
430    /sales/customer_delivery.php
431    /sales/customer_invoice.php
432    /sales/allocations/customer_allocate.php
433    /sales/includes/ui/sales_credit_ui.inc
434    /sales/includes/ui/sales_order_ui.inc
435    /taxes/tax_groups.php
436    /taxes/tax_types.php
437
438 14-Mar-2008 Janusz Dobrowolski
439  + All forms fixed to accept user native numeric format.
440  $ /admin/gl_setup.php
441    /gl/bank_transfer.php
442    /gl/gl_budget.php
443    /gl/gl_deposit.php
444    /gl/gl_journal.php
445    /gl/gl_payment.php
446    /gl/includes/db/gl_db_banking.inc
447    /gl/includes/ui/gl_deposit_ui.inc
448    /gl/includes/ui/gl_journal_ui.inc
449    /gl/includes/ui/gl_payment_ui.inc
450    /gl/manage/exchange_rates.php
451    /inventory/adjustments.php
452    /inventory/cost_update.php
453    /inventory/prices.php
454    /inventory/purchasing_data.php
455    /inventory/reorder_level.php
456    /inventory/transfers.php
457    /inventory/includes/item_adjustments_ui.inc
458    /inventory/includes/stock_transfers_ui.inc
459    /inventory/manage/item_units.php
460    /manufacturing/work_order_entry.php
461    /manufacturing/inquiry/where_used_inquiry.php
462    /manufacturing/manage/bom_edit.php
463    /purchasing/po_entry_items.php
464    /purchasing/po_receive_items.php
465    /purchasing/supplier_credit_grns.php
466    /purchasing/supplier_invoice_grns.php
467    /purchasing/supplier_payment.php
468    /purchasing/supplier_trans_gl.php
469    /purchasing/allocations/supplier_allocate.php
470    /purchasing/includes/ui/po_ui.inc
471    /purchasing/inquiry/po_search.php
472    /sales/credit_note_entry.php
473    /sales/customer_credit_invoice.php
474    /sales/customer_delivery.php
475    /sales/customer_invoice.php
476    /sales/customer_payments.php
477    /sales/sales_order_entry.php
478    /sales/allocations/customer_allocate.php
479    /sales/includes/ui/sales_credit_ui.inc
480    /sales/includes/ui/sales_order_ui.inc
481    /sales/manage/customers.php
482    /sales/manage/sales_people.php
483    /sales/view/view_credit.php
484    /sales/view/view_dispatch.php
485    /sales/view/view_invoice.php
486    /sales/view/view_receipt.php
487    /sales/view/view_sales_order.php
488    /taxes/item_tax_types.php
489    /taxes/tax_groups.php
490    /taxes/tax_types.php
491  + User format functions for percent/price/exrate amounts display.
492  $ /includes/current_user.inc
493  + Input checking functions for numeric input fields in user native format
494  $ /includes/data_checks.inc
495  + Numeric input fields in user native format
496  $ /includes/ui/ui_input.inc
497  + Javascript function for conversion to/from user native numeric format.
498  $ /includes/ui/ui_view.inc
499  + New class amount for numeric input
500  $ /themes/aqua/default.css
501    /themes/cool/default.css
502    /themes/default/default.css
503  # Removed warning on adding component
504    /manufacturing/manage/bom_edit.php
505  # Quantity display correction
506    /manufacturing/inquiry/where_used_inquiry.php
507  # Fixed add_customer_trans() call
508    /gl/includes/db/gl_db_banking.inc
509
510 12-Mar-2008 Joe Hung
511  + Added update of Units of Measure and converting of deptor_trans records from release 1.XX
512  - Removed default insertion of Units of Measure. Not neccessary.
513  $ /sql/alter.sql
514    /admin/db/maintenance_db.inc (added support for update)
515
516 11-Mar-2008 Janusz Dobrowolski
517  + Table of measure moved into new table item_units
518  ! Removed $themes[] from config.php, theme list based on directory structure
519  $ /config.php
520    /includes/ui/ui_lists.inc
521    /applications/inventory.php
522    /inventory/includes/inventory_db.inc
523    /inventory/includes/db/items_units_db.inc
524    /inventory/manage/item_units.php
525    /inventory/manage/items.php
526    /sql/alter.sql
527
528 11-Mar-2008 Joe Hunt
529  # Small fix for alignment of date and due date label fields in customer_invoice.php and customer_delivery.php
530  $ /sales/customer_invoice.php
531    /sales/customer_delivery.php
532  
533 10-Mar-2008 Joe Hunt
534  # Small fix for Template Invoice in sales_order_entry.php on line 363 (duedate for Invoice).
535  $ /sales/sales_order_entry.php
536  
537 10-Mar-2008 Janusz Dobrowolski
538  + Added price list selector to sales entry (debtor_master gives only default one)
539  + Added optional submit_on_change parameter to sales ui lists
540  $ /includes/ui/ui_lists.inc
541    /sales/sales_order_entry.php
542    /sales/includes/ui/sales_credit_ui.inc
543    /sales/includes/ui/sales_order_ui.inc
544  # Additional PHP5 fixes, do_clone superseded by local ? : constructs
545  $ /sales/includes/cart_class.inc
546    /includes/ui/ui_view.inc
547    /sales/includes/sales_db.inc
548  # Fixed bogus sales_type lists in edition mode
549  $ /sales/customer_delivery.php
550    /sales/customer_invoice.php
551  # Smaller fixes, cart_class.sales_type name change
552  $ /sales/includes/ui/sales_credit_db.inc
553    /sales/credit_note_entry.php
554    /sales/customer_credit_invoice.php
555    /sales/includes/cart_class.inc
556    /sales/includes/db/sales_credit_db.inc
557    /sales/includes/db/sales_delivery_db.inc
558    /sales/includes/db/sales_invoice_db.inc
559    /sales/includes/db/sales_order_db.inc
560    /sales/includes/ui/sales_credit_ui.inc
561  # One another pmWiki name conflict removed
562  $ /admin/display_prefs.php
563  
564 09-Mar-2008 Joe Hunt
565  - Removed redundant form_types functions and the file /reporting/includes/form_types.inc. Removed table form_items
566  $ /dimensions/includes/dimensions_db.inc
567    /gl/includes/db/gl_db_banking.inc
568    /includes/main.inc
569    /inventory/includes/db/items_adjust_db.inc
570    /manufacturing/includes/db/work_order_issues_db.inc
571    /manufacturing/includes/db/work_order_produce_items_db.inc
572    /manufacturing/includes/db/work_orders_db.inc
573    /manufacturing/includes/db/work_orders_quick_db.inc
574    /purchasing/includes/db/grn_db.inc
575    /purchasing/includes/db/po_db.inc
576    /purchasing/includes/db/supp_payment_db.inc
577    /reporting/includes/form_types.inc (File removed)
578    /sales/includes/db/sales_delivery_db.inc
579    /sales/includes/db/sales_invoice_db.inc
580    /sales/includes/db/sales_order_db.inc
581    /sql/alter.sql
582  # Bug in calculating exchange rates in Reports Supplier Balances and Customer Balances
583  $ /reporting/rep101.php
584    /reporting/rep201.php
585  # clone replacement do_clone() for both PHP 4 and PHP 5.
586  $ /includes/ui/ui_view.inc (at the very bottom)
587    /sales/includes/cart_class.inc
588    
589 07-Mar-2008 Janusz Dobrowolski
590  ! Changed name tax type uniqueness constraint to (name, rate)
591  $ /includes/ui/ui_lists.inc
592    /taxes/items_tax_types.php
593  ! Tax included option moved from tax_group to sales_types table
594  $ includes/ui/ui_view.inc
595    /purchasing/includes/ui/invoice_ui.inc
596    /taxes/tax_calc.inc
597    /taxes/tax_groups.php
598    /taxes/db/tax_groups_db.inc
599    /sql/alter.sql
600  # Final rewriting of sales module, a lot of bugfixes.
601  + Template delivery/invoicing
602  + Concurrent document editing control on sql level
603  + Most of sales documents are now editable
604  + Some links to print documents after entry
605  ! Changed javascript helper function for customer allocations
606  $ /applications/customers.php
607    /includes/ui/ui_input.inc
608    /reporting/rep107.php
609    /reporting/rep109.php
610    /reporting/rep110.php
611    /sales/credit_note_entry.php
612    /sales/customer_credit_invoice.php
613    /sales/customer_delivery.php
614    /sales/customer_invoice.php
615    /sales/customer_payments.php
616    /sales/sales_order_entry.php
617    /sales/allocations/customer_allocate.php
618    /sales/allocations/customer_allocation_main.php
619    /sales/includes/cart_class.inc
620    /sales/includes/sales_db.inc
621    /sales/includes/sales_ui.inc
622    /sales/includes/db/cust_trans_db.inc
623    /sales/includes/db/cust_trans_details_db.inc
624    /sales/includes/db/custalloc_db.inc
625    /sales/includes/db/customers_db.inc
626    /sales/includes/db/payment_db.inc
627    /sales/includes/db/sales_credit_db.inc
628    /sales/includes/db/sales_delivery_db.inc
629    /sales/includes/db/sales_invoice_db.inc
630    /sales/includes/db/sales_order_db.inc
631    /sales/includes/db/sales_types_db.inc
632    /sales/includes/ui/print_invoice.inc
633    /sales/includes/ui/sales_credit_ui.inc
634    /sales/includes/ui/sales_order_ui.inc
635    /sales/inquiry/customer_allocation_inquiry.php
636    /sales/inquiry/customer_inquiry.php
637    /sales/inquiry/sales_deliveries_view.php
638    /sales/inquiry/sales_orders_view.php
639    /sales/manage/credit_status.php
640    /sales/manage/sales_types.php
641    /sales/view/view_credit.php
642    /sales/view/view_dispatch.php
643    /sales/view/view_invoice.php
644    /sales/view/view_receipt.php
645    /sales/view/view_sales_order.php
646 # Removed function name conflict with wiki help system
647    /includes/lang/language.php
648    
649 06-Mar-2008 Janusz Dobrowolski
650  + Wiki help links integration
651  $ /config.php
652    /includes/page/header.inc
653    /includes/lang/language.php
654  + Optional debuging with xdebug module
655  $ /index.php
656    /includes/db/connect_db.inc
657  ! Concurrent edition fix
658  $  /includes/systypes.inc
659  # Table header fix
660  $  /manufacturing/manage/bom_edit.php
661  # Menu layout fixes
662  $ /themes/aqua/renderer.php
663    /themes/cool/renderer.php
664    /themes/default/renderer.php
665  # Removed warning about nonexistent $_GET variable
666  $ /dimensions/inquiry/search_dimensions.php
667  # MySQL 3.xx CAST bug fix
668  $ /includes/db/manufacturing_db.inc
669    /manufacturing/includes/db/work_order_requirements_db.inc
670    /manufacturing/inquiry/where_used_inquiry.php
671
672 04-Mar-2008 Joe Hunt
673  ! Changed so that average item material price is automatic updated whenever a PO Delivery is received.
674    Changed so that a Bill of Materiel, Parent's material price, is automatic updated from underlying items.
675  $ /inventory/cost_update.php
676    /purchasing/includes/db/grn_db.inc and
677    /manufacturing/manage/bom_edit.php. 
678    /manufacturing/includes/db/work_orders_db.inc
679    /manufacturing/includes/db/work_orders_quick_db.inc
680    /manufacturing/work_order_entry.php
681   
682 21-Feb-2008 Joe Hunt
683  + Added Print for documents in /admin/view_print_transaction.php (according to our new routines).
684  $ /admin/view_print_transaction.php
685    /applications/setup.php
686   
687 17-Feb-2008 Joe Hunt
688  ! Minor change in menu and function in view_print_transaction.php
689  $ /admin/view_print_transaction.php
690    /application/setup.php
691  + Preparing for print of single documents
692  $ /reporting/includes/reporting.inc
693  ! Removing 'out' field in table tax_types
694  $ /sql/alter.sql
695    /taxes/tax_types.php
696    /taxes/db/tax_types_db.inc
697  + Added 2 functions in ui_input.inc, button and button_cell
698    /includes/ui/ui_input.inc
699
700 11-Feb-2008 Joe Hunt
701  + Added file, update_db.php, for updating company databases from an SQL script.
702  $ update_db.php (New file)
703    update.html
704   
705 06-Fef-2008 Joe Hunt
706  + Added Report, Salesman Listing, rep106.php. 
707  $ /reporting/reports_main.php
708    /reporting/rep106.php
709   
710 06-Feb-2008 Janusz Dobrowolski
711  + Separation of customer invoice issue and goods delivery.
712  + Batch invoicing for more than one delivery
713  # Corrected inadequate shipping tax calculations.
714  ! Default debugging status changed to off.
715  $ /taxes/tax_calc.inc
716    /taxes/db/tax_groups_db.inc
717    /admin/db/voiding_db.inc
718    /applications/customers.php
719    /includes/systypes.inc
720    /includes/types.inc
721    /includes/ui/ui_controls.inc
722    /includes/ui/ui_lists.inc
723    /includes/ui/ui_view.inc
724    /inventory/inquiry/stock_status.php
725    /reporting/rep105.php
726    /reporting/rep107.php
727    /reporting/rep109.php
728    /reporting/rep110.php 
729    /reporting/rep209.php
730    /reporting/reports_main.php
731    /reporting/includes/doctext.inc
732    /reporting/includes/doctext2.inc
733    /reporting/includes/form_types.inc
734    /reporting/includes/pdf_report.inc
735    /reporting/includes/reports_classes.inc
736    /sales/customer_credit_invoice.php
737    /sales/customer_invoice.php
738    /sales/sales_order_entry.php
739    /sales/customer_delivery.php 
740    /sales/includes/db/sales_delivery_db.inc 
741    /sales/includes/ui/print_invoice.inc 
742    /sales/includes/cart_class.inc
743    /sales/includes/sales_db.inc
744    /sales/includes/db/cust_trans_db.inc
745    /sales/includes/db/cust_trans_details_db.inc
746    /sales/includes/db/sales_credit_db.inc
747    /sales/includes/db/sales_invoice_db.inc
748    /sales/includes/db/sales_order_db.inc
749    /sales/includes/ui/sales_order_ui.inc
750    /sales/inquiry/customer_allocation_inquiry.php
751    /sales/inquiry/customer_inquiry.php
752    /sales/inquiry/sales_orders_view.php
753    /sales/inquiry/sales_deliveries_view.php 
754    /sales/view/view_dispatch.php
755    /sales/view/view_invoice.php
756    /sales/view/view_sales_order.php
757    /sql/alter.sql
758    config.php
759   
760 01-Feb-2008 Joe Hunt
761  ! Changed so sales orders can have more than one row with the same stock_id. In alter.sql.
762  $ /sales/includes/cart_class.inc
763    /sales/includes/db/sales_credit_db.inc
764    /sales/includes/db/sales_invoice_db.inc
765    /sales/includes/db/sales_order_db.inc
766    /sales/includes/db/cust_trans_details_db.inc
767    /sales/includes/ui/sales_order_ui.inc
768    /sales/includes/ui/sales_credit_ui.inc
769    /sales/credit_note_entry.php
770    /sales/customer_credit_invoice.php
771    /sales/sales_order_entry.php
772    /sales/customer_invoice.php
773
774 31-Jan-2008 Joe Hunt
775  ! New Release 2.0 Pre Alpha
776  $ config.php
777  # Fixed a release 2 related bug in create_coy.php
778  $ /admin/create_coy.php
779  + An alter.sql file to use for updating databases. Until the update_db.php is ready, you can use the install/update companies
780    and select the companies one by one and upload the alter.sql file to all companies. You can still run the release 2
781    with these databases changes without any new files. They are coming as soon as possible.
782  $ /sql/alter.sql (New file)  
783  # Fixed a release 2 related bug. A field in supp_trans_items were declared as integer(11). Changed to VARCHAR(11) in alter.sql
784    and 2 related files
785  $ /purchasing/supplier_trans_gl.php
786    /purchasing/includes/db/invoice_items_db.inc
787  ! Moved variables $no_item_list, $no_customer_list and $no_supplier_list in config.php to company table
788  $ /includes/ui/ui_lists.inc
789    /purchasing/includes/ui/po_ui.inc
790    /sales/includes/ui/sales_order_ui.inc
791    /admin/company_preferences.php
792    /admin/db/company_db.inc
793    config.php
794  + Created 3 new fields in salesman table for provision, break point and provision2. Included in alter.sql. 
795    Update sales_people.php.Preparing for a new Salesman report with provision etc. Selected with time range. Should be very good.
796  $ /sales/manage/sales_people.php
797    /includes/ui/ui_input.inc
798  
799 -------------------- 2,0 Pre Alpha - above ----------------------------
800 31-Jan-2008 Janusz Dobrowolski
801  # Minor bugfix in db_import()
802  $ /admin/db/maintenance_db.inc
803  
804 30-Jan-2008 Janusz Dobrowolski
805  # Minor display fix in tax_types.php
806  $ /taxes/tax_types.php
807  ! Format cleanup on some files.
808  $ /gl/includes/gl_db.inc
809    /gl/includes/gl_ui.inc
810    /applications/application.php
811    frontaccounting.php
812    index.php
813    
814 -------------------- 1.16 Stable Released ----------------------
815 28-Jan-2008 Joe Hunt
816  + Added a possibility to replace the normal listboxes for items, customer and/or suppliers with a search box.
817    The listboxes can only hold about 1000 items. New variables in config.php, $no_item_list, $no_customer_list 
818    and $no_supplier_list. Default is the normal behavior for all listboxes.
819  $ /includes/ui/ui_lists.inc
820    /sales/includes/ui/sales_orders_ui.inc
821    /purchases/includes/ui/po_ui.inc
822    /themes/default/images/locate.png (New file)
823    config.php
824
825  + Added ALTER TABLE possibility in db_import. For future releases.
826  $ /admin/db/maintenence_db.inc  
827
828  # Removed warnings 'Call-time pass-by-reference' in /includes/db/connect_db.inc and /includes/ui/ui_lists.inc
829  # Fixed File not found when loading local stylesheet.css (for other languages) in /includes/page/header.inc
830  $ /includes/db/connect_db.inc
831    /includes/ui/ui_lists.inc
832    /includes/page/header.inc
833    /access/login.php
834    
835 16-Jan-2008 Joe Hunt
836  # When login screen is displayed after session timeout page content is broken. It
837    is because of NOT using absolute paths in href attribute theme elements.
838  $ /access/login.php
839  
840 30-Dec-2007 Joe Hunt
841  # Minor adjustments in function db_export on line 325
842  $ /admin/db/maintenance_db.inc
843  
844 29-Dec-2007 Joe Hunt
845  + Added a variable, $print_invoice_no, in config.php for printing the invoice number instead of invoice reference.
846  $ config.php
847  
848  # Fixed a bug when exporting database. Exported NULL field values from NO to empty field (from mysql version 5.0.32).
849    Also fixed a unneccessary str_replace when importing sql scripts.
850  ! Changed the PDF presentation to deleting the Javascript cache before presentation.
851  $ /admin/db/maintenance_db.inc
852    /reporting/includes/pdf_report.inc
853    
854 13-Dec-2007 Joe Hunt
855  # Still bugs in trial balances and account inquiry on screen when selecting non balance accounts. Fixed.
856  $ /gl/inquiry/gl_trial_balance.php
857    /gl/inquiry/gl_account_inquiry.php
858
859 13-Dec-2007 Joe Hunt
860  # Fixed a bug when voiding a transaction (Journal Entry). An eventually underlying bank transfer was not voided.
861  $ /admin/db/voiding_db.inc
862  
863 06-Dec-2007 Joe Hunt
864  # Fixed a bug when adding lines during Payments to suppliers, the supplier was set back to the first.
865  $ /gl/gl_payment.php
866    /gl/includes/ui/gl_payment_ui.inc
867    
868  ! Changed $loc_notification to be set to 0 instead of 1.
869  $ config.php
870  
871 -------------------- 1.15 Stable Released ----------------------
872 05-Dec-2007 Joe Hunt
873  + Added email notification to stock location when available stock is below reorder level
874  $ config.php
875    /sales/includes/db/sales_order_db.inc
876    
877  # Fixed bugs in Open balances when account is not a balance account
878  $ /gl/inquiry/gl_trial_balance.php
879    /gl/inquiry/gl_account_inquiry.php
880    /reporting/rep704.php
881    /reporting/rep708.php
882    
883 -------------------- 1.14 Stable Released ----------------------
884 01-Oct-2007 Joe Hunt
885  ! Major change in the installation of modules to also accept an SQL-file for upload.
886  $ config.php
887    /admin/inst_module.php
888    /admin/db/maintenance_db.inc
889    
890 30-Sep-2007 Joe Hunt
891  # The following files were still vulnerable. Fixed
892  $ /access/login.php
893    /includes/lang/language.php
894
895 -------------------- 1.13 Stable Released ----------------------
896 14-Sep-2007 Joe Hunt
897  + Added optional link for electronic payment on invoices (PayPal). 
898  ! Better support for install/update languages.  
899  ! Minor adjustments
900  # Fixed a vulnerable item in config.php
901  $ config.php
902
903 14-Sep-2007 Joe Hunt
904  # We forgot to upload the PO file when installing new language. Used when GETTEXT is not installed on Server.
905  # config.php has been vulnerable. Fixed.
906  $ /admin/inst_lang.php
907  $ config.php
908  
909 10-Sep-2007 Joe Hunt
910  ! Changed Bank Address field from text to textarea (multirows)
911  $ /gl/manage/bank_accounts.php
912  
913 06-Sep-2007 Joe Hunt
914  + Added optional link for electronic payment on invoices (PayPal)
915  $ /reporting/reports_main.php
916    /reporting/rep107.php
917    /reporting/includes/report_classes.inc
918    /reporting/includes/pdf_report.inc
919    /reporting/includes/doc_text.inc
920    /reporting/includes/doc_text2.inc
921    
922 23-Aug-2007 Joe Hunt
923  # Unnecessary parameter ($db) in check_for_recursive_bom
924  $ /manufacturing/manage/bom_edit.php
925  
926 21-Aug-2007 Joe Hunt
927  # Bug in /includes/lang/gettext.php (249) affecting changing language!
928  $ /includes/lang/gettext.php
929  
930 08-Aug-2007 Joe Hunt
931  # Minor adjustments
932  $ config.php
933    /access/login.php
934    /admin/create_coy.php
935    /reporting/includes/pdf_report.inc
936    
937 04-Aug-2007 Joe Hunt
938  + Added a default fiscal year in the en_US-new.sql and start references.
939  $ /sql/en_US-new.sql
940  ! Changed some specific text strings in en_US.po (E.g. TAX instead of VAT)
941  $ /lang/en_US/LC_MESSAGES/en_US.mo
942  
943 03-Aug-2007 Joe Hunt
944  # A bug in Direct Invoicing (wrong Invoice Date) has been fixed.
945  $ /sales/includes/db/sales_order_db.inc
946  
947 23-Jul-2007 Joe Hunt
948  # Changed <? in front of 2 files to <?php.
949  $ /purchasing/includes/purchasing_ui.inc
950    /reporting/includes/class.mail.inc
951    
952 -------------------- 1.12 Stable Released ----------------------
953 21-Jul-2007 Joe Hunt
954  + Added option to handle Jalali and Islamic Calendars
955  ! Minor adjustments
956  $ config.php
957    /gl/includes/db/gl_db_trans.inc
958    /includes/date_functions.inc
959    /includes/ui/ui_input.inc
960    /includes/ui/ui_lists.inc
961    /includes/ui/ui_view.inc
962    /purchasing/po_receive_items.php
963    /purchasing/includes/ui/invoice_ui.inc
964    /purchasing/includes/ui/po_ui.inc
965    /reporting/rep705.php
966    /sales/includes/db/sales_order_db.inc
967    /sales/includes/ui/sales_order_ui.inc
968    
969 20-Jul-2007 Joe Hunt
970  ! Changed parameters on report Sales Order. Option to print as Quote.
971  $ /reporting/reports_main.php
972    /reporting/rep109.php
973    /reporting/includes/pdf_report.inc
974    /reporting/includes/doctext.inc
975    /reporting/includes/doctext2.inc
976  
977 19-Jul-2007 Joe Hunt
978  + Added Budget Entry in General Ledger. Includes Dimensions.
979  $ config.php
980    /applications/generalledger.php
981    /gl/gl_budget.php (New File!)
982    /gl/includes/db/gl_db_trans.inc
983    /includes/date_functions.inc
984    /reporting/report_classes.inc
985    
986 -------------------- 1.11 Stable Released ----------------------
987 04-Jul-2007 Joe Hunt
988  ! Option for using alpha numeric chart of accounts.
989  $ config.php
990    /gl/manage/gl_accounts.php
991    /gl/includes/db/gl_db_accounts.inc
992    /gl/includes/db/gl_db_bank_trans.inc
993    /gl/includes/db/gl_db_trans.inc
994    /gl/inquiry/gl_trial_balance.inc
995    /admin/db/company_db.inc
996    /inventory/includes/db/items_db.inc
997    /sales/manage/customer_branches.inc
998
999 04-Jul-2007 Joe Hunt
1000  # Problems retrieving language texts for poEdit in long javascripts
1001  $ /includes/ui/ui_view.inc
1002  
1003 04-May-2007 Joe Hunt
1004  # Database error when updating more than one item row in Sales Orders.
1005  $ /sales/includes/db/sales_order_db.inc
1006  # Database error when inserting work order issues. Fixed.
1007  $ /manufacturing/includes/db/work_order_issues_db.inc
1008  
1009 03-May-2007 Joe Hunt
1010  # Multiple tables and JOIN's have syntax changes in MySQL 5.0.12. Need parentheses.
1011  $ /includes/db/manufacturing_db.inc
1012    /manufacturing/includes/db/work_order_requirements_db.inc
1013
1014 02-May-2007 Joe Hunt
1015  # Missing details on Purchase Order when emailing and printing
1016  $ /reporting/rep209.php
1017  
1018 -------------------- 1.1 Stable Released ----------------------
1019 02-May-2007 Joe Hunt
1020  + Enabled module addons and all the below bugfixes. No changes in database structure.
1021  - Removed /sql/basic.sql (included in the other sql files)
1022  - Removed /themes/default/images/left.gif and /themes/default/images/right.gif 
1023    (not needed anymore).
1024  + Addition of update.html  
1025  $ /admin/inst_module.php (New file!)
1026    /applications/customers.php
1027    /applications/dimensions.php
1028    /applications/generalledger.php
1029    /applications/inventory.php
1030    /applications/manufacturing.php
1031    /applications/setup.php
1032    /applications/suppliers.php
1033    /install/index.php
1034    /install/save.php
1035    /modules/inst_modules.php (New folder and new file!)
1036    /modules/index.php (New file!)
1037    /sql/en_US-demo.sql
1038    /sql/en_US-new.sql
1039    install.html
1040    update.html (New file!)
1041    
1042 01-May-2007 Joe Hunt
1043  # Missing measure of units when printing sales orders
1044  # Update of Sales People caused a database error
1045  $ /sales/manage/sales_people.php
1046    /reporting/rep109.php
1047  
1048 30-Apr-2007 Joe Hunt
1049  + The selected menu tab is now shown with same background as hover color.
1050  $ config.php (default tab line 77. Change if you want)
1051    /includes/page/header.inc
1052    
1053 28-Apr-2007 Joe Hunt
1054  # When saving work order entries a lot of debug boxes appeared. Fixed
1055  # When clicking on the link, Issue, on work order inquires an empty screen appeared. Fixed
1056  # When retrieving work centres id's there was a database error. Fixed by casting string to unsigned
1057  $ /includes/db/manufacturing_db.inc
1058    /manufacturing/work_order_entry.php
1059    /manufacturing/includes/work_order_issue_ui.inc
1060    /manufacturing/includes/db/work_order_requirements_db.inc
1061    /manufacturing/includes/db/work_orders_quick_db.inc
1062    /manufacturing/inquiry/where_used_inquiry.php
1063    
1064 25-Apr-2007 Joe Hunt
1065  # Missing Date Picker
1066  $ /sales/customer_invoice.php
1067  # No JS popup window
1068  $ /sales/view/view_invoice.php
1069  
1070 24-Apr-2007 Joe Hunt
1071  ! New and better Date Picker, better cool theme.
1072  $ /includes/ui/ui_input.inc
1073    /includes/ui/ui_view.inc
1074    /reporting/includes/reports_classes.inc
1075    /themes/cool/default.css
1076
1077 -------------------- 1.0.1 Stable Released ----------------------
1078 23-Apr-2007 Joe Hunt
1079  ! Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker,
1080    the changes for selection lists customers/suppliers and the Audit Trail.
1081
1082 22-Apr-2007 Joe Hunt
1083  ! Changed the two selection lists for customers/suppliers in reports to a single one with
1084    No Filter
1085  ! Changed the sort order in these selection lists from id to name.
1086  + Added Audit Trail in GL trans. A switch in config.php, $use_audit_trail, must be set to 1.
1087  $ /reporting/reports_main.php
1088    /reporting/rep101.php
1089    /reporting/rep102.php
1090    /reporting/rep201.php
1091    /reporting/rep202.php
1092    /reporting/rep203.php
1093    /reporting/rep204.php
1094    /reporting/includes/reports_classes.inc
1095    /includes/ui/ui_lists.inc
1096    /gl/includes/db/gl_db_trans.inc
1097    config.php
1098    
1099 22-Apr-2007 Joe Hunt
1100  + Date Picker for all date fields.
1101  $ config.php
1102    /admin/fiscalyears.php
1103    /admin/void_transaction.php
1104    /includes/ui/ui_view.inc
1105    /includes/ui/ui_input.inc
1106    /dimensions/dimension_entry.php
1107    /dimensions/inquiry/search_dimensions.php
1108    /gl/gl_journal.php
1109    /gl/gl_deposit.php
1110    /gl/gl_payment.php
1111    /gl/bank_transfer.php
1112    /gl/inquiry/bank_inquiry.php
1113    /gl/inquiry/gl_account_inquiry.php
1114    /gl/inquiry/gl_trial_balance.php
1115    /gl/manage/exchange_rates.php
1116    /inventory/adjustments.php
1117    /inventory/transfers.php
1118    /inventory/inquiry/stock_movements.php
1119    /inventory/manage/items.php
1120    /manufacturing/work_order_add_finished.php
1121    /manufacturing/work_order_entry.php
1122    /manufacturing/work_order_issue.php
1123    /manufacturing/work_order_release.php
1124    /purchasing/supplier_payment.php
1125    /purchasing/po_entry_items.php
1126    /purchasing/po_receive_items.php
1127    /purchasing/supplier_credit.php
1128    /purchasing/supplier_credit_grns.php
1129    /purchasing/supplier_invoice.php
1130    /purchasing/supplier_invoice_grns.php
1131    /purchasing/supplier_trans_gl.php
1132    /purchasing/includes/ui/po_ui.inc
1133    /purchasing/inquity/po_search.php
1134    /purchasing/inquiry/po_search_completed.php
1135    /purchasing/inquiry/supplier_allocation_inquiry.php
1136    /purchasing/inquiry/supplier_inquiry.php
1137    /reporting/reports_main.php
1138    /reporting/includes/reports_classes.inc
1139    /sales/credit_note_entry.php
1140    /sales/customer_credit_invoice.php
1141    /sales/customer_payments.php
1142    /sales/sales_order_entry.php
1143    /sales/includes/ui/sales_order_ui.inc
1144    /sales/inquiry/customer_allocation_inquiry.php
1145    /sales/inquiry/customer_inquiry.php
1146    /sales/inquiry/sales_orders_view.php
1147    New image files:
1148    /themes/default/images/cal.gif
1149    /themes/default/images/next.gif
1150    /themes/default/images/prev.gif
1151
1152 19-Apr-2007 Joe Hunt
1153  # Bug no 1703895, Account numbers are varchars, need quotes, fixed
1154  # Bug no 1703891, Reserved MySQL words used as column names, fixed
1155  $ /taxes/db/tax_types_db.inc
1156
1157  # Bug no 1703888, Apostrophes and other unescaped characters, fixed
1158  $ /gl/manage/gl_accounts.php
1159    /gl/includes/db/gl_db_accounts.inc
1160    /includes/ui/ui_input.inc
1161
1162 18-Apr-2007 Joe Hunt
1163  # Bug no 1702594, Logon Loop, fixed
1164  $ config.php
1165
1166 -------------------- 1.0a Stable Released ----------------------
1167 10-Apr-2007 Joe Hunt
1168  ! Release 1.0a established on SourceForge, fixing the bugs.
1169
1170 11-Apr-2007 Joe Hunt
1171  # Bug No 1698214, Creating Items, fixed
1172  $ /includes/ui/ui_lists.inc
1173  # Bug no 1698216, Item Movements, fixed
1174  $ /inventory/manage/items.php
1175
1176 -------------------- 1.0 Stable Released ----------------------
1177 10-Apr-2007 Joe Hunt
1178  ! Release 1.0 established on SourceForge.
1179
1180 2. Copyright and disclaimer
1181 ---------------------------
1182 This application is opensource software released under the GPL.  Please
1183 see source code and the LICENSE file