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