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