Added order query result reload after change of template option.
[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-Jun-2008 Janusz Dobrowolski
23 # Proper error handling even after exit() call.
24 $ /includes/errors.inc
25   /includes/main.inc
26   /includes/session.inc
27 # Fixed initial combo selection.
28   /includes/ui/ui_lists.inc
29 # Layout fixes to customer edition.
30   /sales/manage/customers.php
31 # Added order table reload after template option change
32   /sales/inquiry/sales_orders_view.php
33
34 19-Jun-2008 Janusz Dobrowolski
35 + Added ajax improvements
36 $ /purchasing/allocations/supplier_allocation_main.php
37   /sales/customer_delivery.php
38   /sales/customer_invoice.php
39   /sales/allocations/customer_allocation_main.php
40   /sales/manage/customers.php
41 + Ajax added to check helper function
42 $ /includes/ui/ui_input.inc
43 # Fixing database error in branch exist check on empty customer_id
44 $ /includes/data_checks.inc
45 # Layout fix for hyperlink_params_td()
46 $ /includes/ui/ui_controls.inc
47 # Fix for initial combo position
48 $ /includes/ui/ui_lists.inc
49 # Fix to select onchange extension
50 $ /js/inserts.js
51
52 19-Jun-2008 Joe Hunt
53 ! changed so the due date is updated when changing customer in direct invoice.
54 $ /sales/includes/ui/sales_order_ui.inc
55
56 19-Jun-2008 Joe Hunt
57 # Minor layout bug at Credit Shipping Costs in customer_credit_invoice.php
58 $ /sales/customer_credit_invoice.php
59
60 18-Jun-2008 Janusz Dobrowolski
61 + Added ajax improvements
62 $ /sales/credit_note_entry.php
63   /sales/customer_payments.php
64   /sales/sales_order_entry.php
65   /sales/includes/ui/sales_credit_ui.inc
66   /sales/includes/ui/sales_order_ui.inc
67   /sales/inquiry/customer_allocation_inquiry.php
68   /sales/inquiry/customer_inquiry.php
69 + Added optional trigger parameter to div_start()
70 $ /includes/ui/ui_controls.inc
71 + Added dec attribute ajax update for amount fields 
72 $ /includes/ui/ui_input.inc
73 + Ajaxified stock item types and credit types lists
74 $ /includes/ui/ui_lists.inc
75 # Fixed onblur for amount fields, extended onchange event handling for selects
76 $ /js/inserts.js
77 # Fixed addAssign() js handler for nonstandard attributes
78 $ /js/utils.js
79 # Fixed bug in stock item image upload
80 $ /inventory/manage/items.php
81
82 17-Jun-2008 Joe Hunt
83 ! More files with Quantity routines needed fix due to php4 related issue.
84 $ /includes/current_user.inc
85   /manufacturing/work_order_entry.php
86   /manufacturing/inquiry/where_used_inquiry.php
87   /manufacturing/manage/bom_edit.php
88   /purchasing/po_receive_items.php
89   /purchasing/supplier_credit_grns.php
90   /purchasing/supplier_invoice_grns.php
91   /sales/customer_credit_invoice.php
92   /sales/includes/ui/sales_order_ui.inc
93
94 16-Jun-2008 Joe Hunt
95 ! Changed so Customer's Reference is printed on all sales documents (you can f.i. enter PO number here).
96 $ /reporting/includes/header2.inc
97   /reporting/doctext.inc
98   /reporting/doctext2.inc
99   
100 16-Jun-2008 Joe Hunt
101 ! Changed the Quantity routines to use the Item Units decimals if any. A lot of files.
102 $ /includes/current_user.inc
103   /includes/ui/ui_input.inc
104   /includes/ui/ui_lists.inc
105   /inventory/reorder_level.inc
106   /inventory/includes/item_adjustments_ui.inc
107   /inventory/includes/stock_transfers_ui.inc
108   /inventory/includes/db/items_units_db.inc
109   /inventory/inquiry/stock_movements.php
110   /inventory/inquiry/stock_status.php
111   /inventory/manage/item_units.php
112   /inventory/view/view_adjustment.php
113   /inventory/view/view_transfer.php
114   /manufacturing/search_work_orders.php
115   /manufacturing/work_order_entry.php
116   /manufacturing/includes/manufacturing_ui.inc
117   /manufacturing/includes/work_order_issue_ui.inc
118   /manufacturing/inquiry/where_used_inquiry.php
119   /manufacturing/manage/bom_edit.php
120   /manufacturing/view/wo_issue_view.php
121   /manufacturing/view/wo_production_view.php
122   /purchasing/po_receive_items.php
123   /purchasing/supplier_credit_grns.php
124   /purchasing/supplier_invoice_grns.php
125   /purchasing/includes/ui/invoice_ui.inc
126   /purchasing/includes/ui/po_ui.inc
127   /purchasing/view/view_grn.php
128   /purchasing/view/view_po.php
129   /reporting/rep105.php
130   /reporting/rep107.php
131   /reporting/rep108.php
132   /reporting/rep109.php
133   /reporting/rep110.php
134   /reporting/rep204.php
135   /reporting/rep209.php
136   /reporting/rep301.php
137   /reporting/rep302.php
138   /reporting/rep303.php
139   /reporting/rep401.php
140   /sales/customer_credit_invoice.php
141   /sales/customer_delivery.php
142   /sales/customer_invoice.php
143   /sales/includes/ui/sales_credit_ui.inc
144   /sales/includes/ui/sales_order_ui.inc
145   /sales/view/view_credit.php
146   /sales/view/view_dispatch.php
147   /sales/view/view_invoice.php
148   /sales/view/view_sales_order.php
149   
150 15-Jun-2008 Janusz Dobrowolski
151 + Ajax driven delivery and order queries.
152 $ /sales/inquiry/sales_deliveries_view.php
153   /sales/inquiry/sales_orders_view.php
154 + Added searchbox class selector for text inputs with onchange event handlers.
155 ! Added text selection after focus.
156 $ /js/inserts.js
157   /js/utils.js
158 + Added submit_on_change option to ref input functions, fixed data picker
159 $ /includes/ui/ui_input.inc
160 # Fixed bug in non-js mode for combos type 0 (stock_items_lists).
161 $ /includes/ui/ui_lists.inc
162
163 15-Jun-2008 Joe Hunt
164 # Changed so Invoice Template gets the current day instead of original day.
165 $ /sales/sales_order_entry.php
166
167 15-Jun-2008 Joe Hunt
168 # Bug in tax_types_list (spec_id)
169 $ /includes/ui/ui_lists.inc
170
171 14-Jun-2008 Joe Hunt
172 # Minor annoying layout bug in stock movements.
173 $ /inventory/inquiry/stock_movements.php
174
175 14-Jun-2008 Joe Hunt
176 ! The Customer Branch Sales Account now overrides the Item Sales Accounts if a Sales Account is here.
177   Can now be set to 'Use Item Sales Accounts', which is the first choice in list and default.
178 ! If setting the Customer Branch AR Account to a Bank Account (and hereby also Cash Account) the 
179   transactions from Direct Invoice and Credit Note will be allocated immediately when placing.
180 $ /includes/ui/ui_lists.inc
181   /sales/includes/db/sales_invoice_db.inc
182   /sales/includes/db/sales_credit_db.inc
183   /sales/manage/customer_branches.php
184   .
185 12-Jun-2008 Joe Hunt
186 + New inventory sales report. Shows total sales - costs - contribution per category, location, detailed/summary and period.
187 $ /reporting/reports_main.php
188   /reporting/rep304.php (new file)
189   
190 ---------------------------------------Release Candidate 1-------------------------------
191 10-Jun-2008 Janusz Dobrowolski
192 # Some more fixes related to ajax combos usage
193 $ /includes/ui/ui_lists.inc
194   /inventory/cost_update.php
195   /inventory/prices.php
196   /inventory/purchasing_data.php
197   /inventory/reorder_level.php
198   /inventory/includes/item_adjustments_ui.inc
199   /inventory/inquiry/stock_status.php
200   /manufacturing/inquiry/where_used_inquiry.php
201   /manufacturing/manage/bom_edit.php
202   /purchasing/includes/ui/po_ui.inc
203 # Fixed focus issues
204 $ /gl/gl_journal.php
205   /gl/gl_deposit.php
206   /gl/gl_payment.php
207   /js/inserts.js
208   
209 09-Jun-2008 Janusz Dobrowolski
210 # Some additional fixes related to last big committment
211 $ /gl/gl_journal.php
212   /gl/gl_deposit.php
213   /gl/gl_payment.php
214   /includes/ajax.inc
215   /includes/reserved.inc
216   /includes/ui/ui_lists.inc
217   /includes/ui/ui_view.inc
218   /js/inserts.js
219   /js/utils.js
220   /sales/includes/ui/sales_order_ui.inc
221   /themes/default/default.css
222   /themes/aqua/default.css
223   /themes/cool/default.css
224
225 08-Jun-2008 Joe Hunt
226 ! Preparing for release candidate 1
227 $ config.php
228
229 08-Jun-2008 Joe Hunt
230 ! Set 'max_execution_time' to 60 seconds by ini_set.
231 $ /install/save.php
232
233 07-Jun-2008 Joe Hunt
234 # Fixed a layout bug in footer.inc
235 $ /includes/page/footer.inc
236
237 07-Jun-2008 Joe Hunt
238 ! Changed install.html and update.html
239 $ install.html
240   update.html
241 + New files, change_current_user_password.php and alter2.sql
242 $ /admin/change_current_user_password.php
243   /sql/alter2.sql
244 ! Changed some files for layout
245 $ /lang/en_US/stylesheet.css
246   /themes/aqua/default.css
247   /themes/aqua/renderer.php
248   /themes/cool/default.css
249   /themes/cool/renderer.php
250   /themes/default/default.css
251   /themes/default/renderer.php
252 ! Changed install sql scripts
253 $ /sql/en_US-demo.sql
254   /sql/en_US-new.sql
255   
256 07-Jun-2008 Janusz Dobrowolski
257 + Added ajax functionality and ui hints to sales form entry pages.
258 $ /sales/sales_order_entry.php
259   /sales/includes/ui/sales_order_ui.inc
260 + Added option for hints display, changed input/lists functions API
261 $ /admin/display_prefs.php
262   /admin/db/users_db.inc
263   /includes/current_user.inc
264   /includes/prefs/userprefs.inc
265   /includes/ui/ui_input.inc
266   /themes/default/renderer.php
267   /sql/alter.sql
268 + List functions rewrite. Added ajax functionality, universal combo_input().
269 $ /includes/ui/ui_lists.inc
270 + Ajaxified exchange_rate_display()
271 $ /includes/ui/ui_view.inc
272 + Added methods for setting focus and page reload to $Ajax class
273 $ /includes/ajax.inc
274   /includes/main.inc
275 + Added comma separated css element selectors
276 $ /js/behaviour.js
277 ! Searchable select js changes related to new ui_lists.inc changes
278 $ /js/inserts.js
279   /js/utils.js
280 + Additional style definitions for various ajax controls
281 $ /themes/default/default.css
282 ! Fixes related to changed input/lists API and ajax extensions
283 $ /admin/company_preferences.php
284   /admin/fiscalyears.php
285   /admin/forms_setup.php
286   /admin/gl_setup.php
287   /dimensions/dimension_entry.php
288   /dimensions/inquiry/search_dimensions.php
289   /gl/bank_transfer.php
290   /gl/includes/ui/gl_deposit_ui.inc
291   /gl/includes/ui/gl_journal_ui.inc
292   /gl/includes/ui/gl_payment_ui.inc
293   /gl/inquiry/bank_inquiry.php
294   /gl/inquiry/gl_account_inquiry.php
295   /gl/inquiry/gl_trial_balance.php
296   /gl/manage/gl_account_types.php
297   /gl/manage/gl_accounts.php
298   /includes/ui/ui_controls.inc
299   /inventory/includes/item_adjustments_ui.inc
300   /inventory/includes/stock_transfers_ui.inc
301   /inventory/inquiry/stock_movements.php
302   /manufacturing/search_work_orders.php
303   /manufacturing/work_order_add_finished.php
304   /manufacturing/work_order_entry.php
305   /manufacturing/includes/work_order_issue_ui.inc
306   /manufacturing/manage/bom_edit.php
307   /purchasing/supplier_payment.php
308   /purchasing/includes/ui/grn_ui.inc
309   /purchasing/includes/ui/invoice_ui.inc
310   /purchasing/includes/ui/po_ui.inc
311   /purchasing/inquiry/po_search.php
312   /purchasing/inquiry/po_search_completed.php
313   /purchasing/inquiry/supplier_allocation_inquiry.php
314   /purchasing/inquiry/supplier_inquiry.php
315   /sales/customer_credit_invoice.php
316   /sales/customer_delivery.php
317   /sales/customer_invoice.php
318   /sales/includes/ui/sales_credit_ui.inc
319   /sales/inquiry/customer_allocation_inquiry.php
320   /sales/inquiry/customer_inquiry.php
321   /sales/inquiry/sales_deliveries_view.php
322   /sales/inquiry/sales_orders_view.php
323   /taxes/tax_groups.php
324
325 06-Jun-2008 Joe Hunt
326 # Final fixes in html layout
327 $ /admin/create_coy.php
328   /gl/gl_deposit.php
329   /gl/gl_payment.php
330   /gl/manage/exchange_rates.php
331   /inventory/prices.php
332   /inventory/purchasing_date.php
333   /inventory/reorder_level.php
334   /inventory/inquiry/stock_status.php
335   /manufacturing/inquiry/where_used_inquiry.php
336   /manufacturing/manage/bom_edit.php
337   
338 05-Jun-2008 Joe Hunt
339 ! Made an improment to the date picker. Shows the week number as well. Many delivery systems are week number based.
340 $ /includes/ui/ui_view.inc
341 # Fixed a html layout bug
342 $ /includes/page/header.inc
343
344 31-May-2008 Joe Hunt
345 # A lot of annoying layout bugs taken. Mostly from views and inquiries. A couple of files are critical, ui_view and ui_lists!
346 $ /gl/view/gl_deposit_view.php
347   /gl/view/gl_payment_view.php
348   /includes/ui/ui_controls.inc
349   /includes/ui/ui_lists.inc
350   /includes/ui/ui_view.inc
351   /manufacturing/work_order_add_finished.php
352   /manufacturing/includes/manufacturing_ui.inc
353   /manufacturing/view/work_order_view.php
354   /manufacturing/view/wo_issue_view.php
355   /sales/inquiry/customer_allocation_inquiry.php
356   /sales/inquiry/customer_inquiry.php
357
358 30-May-2008 Joe Hunt
359 # Fixed bug in 2 files regarding stock movements. Moved from Invoice to Delivery.
360 $ /inventory/inquiry/stock_movements.php
361   /reporting/rep302.php
362
363 28-May-2008 Joe Hunt
364 # More bugs related to debtor_trans changes (positive amounts)
365 $ /gl/includes/db/gl_db_banking.inc
366   /sales/allocations/customer_allocate.php
367   /sales/includes/db/custalloc_db.inc
368   /sales/inquiry/customer_allocation_inquiry.php
369
370 27-May-2008 Joe Hunt
371 # Changed more files with new html/css.
372 $ /includes/page/header.inc
373   /purchasing/inquiry/supplier_allocation_inquiry.php
374   /sales/credit_note_entry.php
375   
376 26-May-2008 Joe Hunt
377 # Fixed many minor bugs, new ones as well as debtor_trans related.
378 ! Changed to use DOCTYPE html 4.01 transitionel. Some files/css needed change.
379 $ /admin/backups.php
380   /admin/create_coy.php
381   /admin/inst_lang.php
382   /admin/inst_module.php
383   /gl/manage/exchange_rates.php
384   /includes/session.inc
385   /includes/page/header.inc
386   /includes/ui/ui_controls.inc
387   /includes/ui/ui_input.inc
388   /includes/ui/ui_lists.inc
389   /includes/ui/ui_view.inc
390   /purchasing/allocations/supplier_allocate.php
391   /sales/allocations/customer_allocate.php
392   /sales/includes/db/sales_credit_db.inc
393   /sales/inquiry/customer_allocation_inquiry.php
394   /themes/aqua/default.css
395   /themes/cool/default.css
396   /themes/default/default.css
397   
398 23-May-2008 Joe Hunt
399 # Minor bug in dimensions.php (Outstanding Dimensions)
400 $ /applications/dimensions.php
401   /dimensions/inquiry/search_dimensions.php
402   
403 23-May-2008 Janusz Dobrowolski
404 ! Include file order / error handling order fixed once again.
405 $ /includes/main.inc
406   /includes/session.inc
407   
408 23-May-2008 Joe Hunt
409 ! Moved menu-system from header.inc/footer.inc to renderer.php for relevant theme. Fixed frontaccounting.php to get the
410   correct renderer.php.
411 $ frontaccounting.php
412   /includes/page/header.inc
413   /includes/page/footer.inc
414   /themes/default/renderer.php
415   /themes/cool/renderer.php
416   /themes/aqua/renderer.php
417
418 22-May-2008 Janusz Dobrowolski
419 ! Error handler switching moved to session.inc for early error catching
420 $ /includes/main.inc
421   /includes/session.inc
422 ! Cosmetic cleanup
423   /js/utils.js
424   
425 18-May-2008 Janusz Dobrowolski
426 # Added explicit ob_end_flush() on shutdown needed for php5
427 $ /includes/main.inc
428 # Fixed for www servers on nonstandard listening ports.
429 $ /js/JsHttpRequest.js
430
431 18-May-2008 Joe Hunt
432 # Bug when inserting new records in debtor_trans.
433 $ /sales/includes/db/cust_trans_db.inc
434
435 16-May-2008 Janusz Dobrowolski
436 + Rewritten errors/messages handling, unified for ajax/user/php errors
437 $ /includes/errors.inc
438   /includes/main.inc
439   /includes/ui/ui_msgs.inc
440 + Framework extended for ajax functionality, javascript code organization improvements.
441 $ /config.php
442   /includes/JsHttpRequest.php (new file)
443   /includes/ajax.inc (new file)
444   /includes/current_user.inc
445   /includes/session.inc
446   /includes/lang/language.php
447   /includes/page/footer.inc
448   /includes/page/header.inc
449   /includes/ui/ui_controls.inc
450   /includes/ui/ui_input.inc
451   /includes/ui/ui_view.inc
452   /js/JsHttpRequest.js (new file)
453   /js/allocate.js (new file)
454   /js/utils.js (new file)
455   /js/behaviour.js
456   /js/inserts.js
457   /themes/aqua/images (new dir)
458   /themes/aqua/images/button_ok.png (new file)
459   /themes/aqua/images/locate.png (new file)
460   /themes/cool/images (new dir)
461   /themes/coll/images/button_ok.png (new file)
462   /themes/coll/images/locate.png (new file)
463   /themes/default/images/button_ok.png (new file)
464   /themes/default/images/progressbar.gif (new file)
465   /themes/default/images/progressbar1.gif (new file)
466   /themes/default/images/progressbar2.gif (new file)
467   /themes/default/default.css
468   /themes/aqua/default.css
469   /themes/cool/default.css
470 ! Payment allocation js functions moved to allocate.js
471 $ /purchasing/allocations/supplier_allocate.php 
472   /sales/allocations/customer_allocate.php
473 ! Some initializations moved from sales_order_ui.inc
474 $ /sales/includes/cart_class.inc
475 + Added javascript compression routine
476 $ /includes/main.inc
477
478 14-May-2008 Joe Hunt
479 # Minor bugs in the former fixing.
480 $ /includes/ui/ui_lists.inc
481
482 14-May-2008 Joe Hunt
483 # When no_item_list or no_customer_list or no_supplier_list was checked in company setup the listboxes were filled with all
484   the records when there were no search values.
485 $ /includes/ui/ui_lists.inc
486
487 09-May-2008 Joe Hunt
488 ! Due to differences in Javascript the script update_db.php had to be changed.
489 ! New fields, base_sales in 0_company and factor in 0_sales_types affects the default chart of accounts.
490 $ /update_db.php
491   /sql/en_US-new.sql
492   /sql/en_US-demo.sql
493   
494 09-May-2008 Janusz Dobrowolski
495 # Automatic calculation of not set item prices from home currency and base sales type settings.
496 $ /admin/company_preferences.php
497   /admin/db/company_db.inc
498   /includes/ui/ui_lists.inc
499   /sales/includes/cart_class.inc
500   /sales/includes/sales_db.inc
501   /sales/includes/db/sales_order_db.inc
502   /sales/includes/db/sales_types_db.inc
503   /sales/includes/ui/sales_credit_ui.inc
504   /sales/includes/ui/sales_order_ui.inc
505   /sales/manage/sales_types.php
506   /sql/alter.sql
507 # Fixed dev bug blocking change of price on order entry.
508 $ /sales/includes/ui/sales_order_ui.inc
509 # Small display fix
510 $ /sales/manage/sales_people.php
511
512 30-Apr-2008 Joe Hunt
513 # Fixed price update also in purchase order
514 $ /purchasing/includes/ui/po_ui.inc
515
516 30-Apr-2008 Janusz Dobrowolski
517 # Fixed price update when changing item in sales order.
518 $ /includes/ui/ui_lists.inc
519   /js/inserts.js
520   /sales/includes/ui/sales_order_ui.inc
521
522 24-Apr-2008 Janusz Dobrowolski
523 + Added new per company directory for customized versions of report definition files repXXX.php, checked before using system default file.
524 $ /company/0/reporting (added new directory)
525   /company/0/reporting/index.php
526   /admin/create_coy.php
527   /reporting/includes/reports_classes.inc
528 # Warnings turned off in case of charset not supported by htmlspecialchars().
529 $ /includes/db/connect_db.inc
530 # Added content type encoding header
531 $ /includes/page/header.inc
532
533 24-Apr-2008 Joe Hunt
534 # Wrong include file path in /includes/ui/items_cart.inc changed /inventory/includes/prefs/sysprefs.inc to
535   /includes/prefs/sysprefs.inc
536 $ /includes/ui/items_cart.inc  
537 # Wrong include file in /reporting/includes/pdf_report.inc. Changed header2a.inc to header2.inc
538 $ /reporting/includes/pdf_report.inc
539
540 23-Apr-2008 Joe Hunt
541 ! Removed the content of function header2 in pdf_report.inc to a separate file, header2.inc.
542   It will make it easier to design your own document layouts.
543 $ /reporting/includes/pdf_report.inc
544   /reporting/includes/header2.inc (new file)
545   
546 20-Apr-2008 Janusz Dobrowolski
547 # Checking uniqueness of company settings, fixed creating database with prefix 0 when none was selected.
548 $ /admin/create_coy.php
549 ! Added missing include_once directives.
550 $ /includes/ui/items_cart.inc
551   /includes/ui/ui_lists.inc
552   /includes/ui/ui_view.inc
553 + Added ini default_charset unnecessary for planned ajax calls.
554 $ /includes/lang/language.inc
555
556 19-Apr.2008 Joe Hunt
557 # Bug (right to left text was done if price decimals were 3). A test sentense from a while
558   ago wasn't removed.
559 $ /reporting/includes/pdf_report.inc
560
561 18-Apr-2008 Janusz Dobrowolski
562 # Additional checks on provisions and break point entry.
563 $ /sales/manage/sales_people.php
564 ! Modules purchasing, sales and taxes sealed against XSS attacks
565 $ /install/save.php
566   /admin/db/maintenance_db.inc
567   /purchasing/includes/db/grn_db.inc
568   /purchasing/includes/db/invoice_items_db.inc
569   /purchasing/includes/db/po_db.inc
570   /purchasing/includes/db/supp_trans_db.inc
571   /purchasing/manage/suppliers.php
572   /sales/includes/db/credit_status_db.inc
573   /sales/includes/db/cust_trans_db.inc
574   /sales/includes/db/cust_trans_details_db.inc
575   /sales/includes/db/sales_order_db.inc
576   /sales/includes/db/sales_types_db.inc
577   /sales/manage/customer_branches.php
578   /sales/manage/customers.php
579   /sales/manage/sales_areas.php
580   /sales/manage/sales_people.php
581   /taxes/db/item_tax_types_db.inc
582   /taxes/db/tax_groups_db.inc
583   /taxes/db/tax_types_db.inc
584
585 18-Apr-2008 Joe Hunt
586 ! Module gl sealed against XSS Attacks
587 $ /gl/includes/db/gl_db_accounts.inc
588   /gl/includes/db/gl_db_account_types.inc
589   /gl/includes/db/gl_db_bank_accounts.inc
590   /gl/includes/db/gl_db_bank_trans.inc
591   /gl/includes/db/gl_db_bank_trans_types.inc
592   /gl/includes/db/gl_db_currencies.inc
593   /gl/includes/db/gl_db_trans.inc
594   
595 18-Apr-2008 Janusz Dobrowolski
596 ! Modules admin and dimensions sealed against XSS attacks
597 $ /admin/payment_terms.php
598   /admin/shipping_companies.php
599   /admin/db/company_db.inc
600   /admin/db/maintenance_db.inc
601   /admin/db/users_db.inc
602   /admin/db/voiding_db.inc
603   /dimensions/includes/dimensions_db.inc
604
605 18-Apr-2008 Joe Hunt
606 ! Modules includes, inventory and manufacturing sealed against XSS attacks
607 $ /includes/db/comments_db.inc
608   /includes/db/inventory_db.inc
609   /includes/db/references_db.inc
610   /inventory/includes/db/items_category_db.inc
611   /inventory/includes/db/items_db.inc
612   /inventory/includes/db/items_locations_db.inc
613   /inventory/includes/db/items_units_db.inc
614   /inventory/includes/db/movement_types_db.inc
615   /manufacturing/includes/db/work_centres_db.inc
616   /manufacturing/includes/db/work_orders_db.inc
617   /manufacturing/includes/db/work_orders_quick_db.inc
618   /manufacturing/includes/db/work_order_issues_db.inc
619   /manufacturing/includes/db/work_order_produce_items_db.inc
620   
621 18-Apr-2008 Janusz Dobrowolski
622 ! Changed db_escape function to avoid XSS attacks via js db injection
623 $ /includes/db/connect_db.inc
624 # Database inserts/updates secured against js injection
625 $ /admin/db/maintenance_db.inc
626   /gl/includes/db/gl_db_accounts.inc
627   /purchasing/includes/db/po_db.inc
628   /sales/sales_order_entry.php
629   /sales/includes/db/sales_order_db.inc
630
631 16-Apr-2008 Joe Hunt
632 # Bug in /includes/ui/ui_lists.inc:914. Sql clause was cut.
633 $ /includes/ui/ui_lists.inc
634
635 09-Apr-2008 Janusz Dobrowolski
636 # Fixed number formatting bug in standard cost update.
637 $ /inventory/cost_update.php
638
639 -------------------- 2,0 Beta - released ----------------------------
640
641 06-Apr-2008 Joe Hunt
642 ! Changed install.html and update.html to fit the new unstable release 2.0
643 ! Changed demo sql script to fit the 2.0 unstable.
644 $ install.html
645   update.html
646   /sql/en_US-demo.sql
647   
648 06-Apr-2008 Janusz Dobrowolski
649 # Sales invoice edition denied for documents created in FA 1.xx because of nonportable differences in gl posting/db schema.
650   /sales/customer_invoice.php
651 # Fixed typo causing error while adding new tax type.
652   /taxes/tax_types.php
653   
654 05-Apr-2008 Joe Hunt
655 # Fixed a bug when creating subfolder for new companies. Should be company id and not the table pref counter.
656 $ /admin/create_coy.php
657
658 05-Apr-2008 Joe Hunt
659 # Removed annoying warnings in several reports. 
660 $ config.php 
661   /reporting/rep102.php
662   /reporting/rep104.php
663   /reporting/rep201.php
664   /reporting/rep203.php
665   /reporting/rep705.php
666   /reporting/rep706.php
667   /reporting/rep707.php
668   /reporting/rep709.php
669   /reporting/reports_main.php
670   /reporting/includes/pdf_report.inc
671   
672 04-Apr-2008 Janusz Dobrowolski
673 # Javascript bugfix in selecting orders for template.
674 $ /sales/inquiry/sales_orders_view.php
675
676 04-Apr-2008 Joe Hunt
677 ! Updated chart of accounts for release 2.0 unstable. Set the status to 2.0 Beta in config.php. Minor changes in update.html
678 + Preparing for download of release 2.0b on SourceForge.
679 $ config.php
680   update.html
681   /sql/en_US-new.sql
682   /sql/en_US-demo.sql
683   
684 02-Apr-2008 Janusz Dobrowolski
685 # Removed selector expansion on space key for multi-line selectors
686 $ /js/inserts.js
687 ! Hiding search button in combo selectors for javascript enabled browsers
688 $ /includes/ui/ui_lists.inc
689   /js/inserts.js
690 + Focus set to invalid form field after submit check fail
691 $ /admin/company_preferences.php
692   /admin/fiscalyears.php
693   /admin/gl_setup.php
694   /admin/payment_terms.php
695   /admin/shipping_companies.php
696   /admin/users.php
697   /admin/void_transaction.php
698   /dimensions/dimension_entry.php
699   /gl/bank_transfer.php
700   /gl/gl_deposit.php
701   /gl/gl_journal.php
702   /gl/gl_payment.php
703   /gl/manage/bank_accounts.php
704   /gl/manage/bank_trans_types.php
705   /gl/manage/currencies.php
706   /gl/manage/exchange_rates.php
707   /gl/manage/gl_account_classes.php
708   /gl/manage/gl_account_types.php
709   /gl/manage/gl_accounts.php
710   /inventory/adjustments.php
711   /inventory/cost_update.php
712   /inventory/prices.php
713   /inventory/purchasing_data.php
714   /inventory/transfers.php
715   /inventory/manage/item_categories.php
716   /inventory/manage/item_units.php
717   /inventory/manage/items.php
718   /inventory/manage/locations.php
719   /inventory/manage/movement_types.php
720   /manufacturing/work_order_add_finished.php
721   /manufacturing/work_order_entry.php
722   /manufacturing/work_order_issue.php
723   /manufacturing/work_order_release.php
724   /manufacturing/manage/bom_edit.php
725   /manufacturing/manage/work_centres.php
726   /purchasing/po_entry_items.php
727   /purchasing/po_receive_items.php
728   /purchasing/supplier_credit.php
729   /purchasing/supplier_credit_grns.php
730   /purchasing/supplier_invoice.php
731   /purchasing/supplier_invoice_grns.php
732   /purchasing/supplier_payment.php
733   /purchasing/supplier_trans_gl.php
734   /purchasing/allocations/supplier_allocate.php
735   /purchasing/manage/suppliers.php
736   /sales/credit_note_entry.php
737   /sales/customer_credit_invoice.php
738   /sales/customer_delivery.php
739   /sales/customer_invoice.php
740   /sales/customer_payments.php
741   /sales/sales_order_entry.php
742   /sales/allocations/customer_allocate.php
743   /taxes/item_tax_types.php
744   /taxes/tax_groups.php
745   /taxes/tax_types.php
746 # Set default focus in update_db.php
747 $ /admin/backups.php
748
749 29-Mar-2008 Janusz Dobrowolski
750 # Changed gl_all_accounts_list() API
751 $ /includes/ui/ui_lists.inc
752 + Enhanced list accessability in kbd usage via space key
753 $ js/inserts.js
754
755 28-Mar-2008 Janusz Dobrowolski
756 # Fixed headers for various display mode
757 $ /sales/inquiry/sales_orders_view.php
758
759 28-Mar-2008 Joe Hunt
760 + Added print document options in inquiries.
761 $ /sales/inquiry/customer_inquiry.php
762   /sales/inquiry/sales_orders_view.php
763   /sales/inquiry/sales_deliveries_view.php
764   /purchasing/inquiry/po_search.php
765   /purchasing/inquiry/po_search_completed.php
766   
767 28-Mar-2008 Joe Hunt
768 # Fixed a minor bug in customers_db.inc (should include type == 2 - Bank Deposits)
769 $ /sales/includes/db/customers_db.inc
770 # Fixed a PHP vers. 5.xx bug. No need for & operator in function calls, only in declaration. Gives a warning.
771 $ /sales/includes/db/sales_credit_db.inc
772 # Fixed a wrong variabel declaration doc_Document_no to doc_Invoice_no
773 $ /reporting/includes/doctext.inc
774   /reporting/includes/doctext2.inc
775 # Fixed so Customer Balances and Aged Customer Analysis reports presents correct sign.  
776 $ /reporting/rep101.php
777   /reporting/rep102.php
778
779 28-Mar-2008 Janusz Dobrowolski
780 # Layout/focus fixes for no_[customer/supplier/item]_list option on
781 $  /includes/ui/ui_lists.inc
782    /purchasing/includes/ui/po_ui.inc
783    /sales/credit_note_entry.php
784    /sales/sales_order_entry.php
785    /sales/includes/ui/sales_credit_ui.inc
786    /sales/includes/ui/sales_order_ui.inc
787
788 27-Mar-2008 Janusz Dobrowolski
789 + Automatic first field focus on page start, focus order preserved between form updates
790 $  /gl/inquiry/gl_account_inquiry.php
791    /includes/page/footer.inc
792    /includes/ui/ui_controls.inc
793    /includes/ui/ui_input.inc
794    /includes/ui/ui_lists.inc
795    /includes/ui/ui_view.inc
796    /js/inserts.js
797    /sales/sales_order_entry.php
798    /sales/credit_note_entry.php
799    /sales/includes/ui/sales_credit_ui.inc
800    /sales/includes/ui/sales_order_ui.inc
801 + Data picker omitted in keyboard tabbing sequence (FF,IE, not old mozilla)
802 $  /includes/ui/ui_input.inc
803 ! Javascript recalcAccount() superseded by class='combo' behaviour binding
804 $  /gl/gl_deposit.php
805    /gl/gl_journal.php
806    /gl/gl_payment.php
807    /gl/includes/ui/gl_deposit_ui.inc
808    /gl/includes/ui/gl_journal_ui.inc
809    /gl/includes/ui/gl_payment_ui.inc
810    /includes/ui/ui_view.inc
811    /purchasing/po_entry_items.php
812    /purchasing/includes/ui/po_ui.inc
813    /sales/sales_order_entry.php
814    /sales/includes/ui/sales_credit_ui.inc
815    /sales/includes/ui/sales_order_ui.inc
816    /js/inserts.js
817 ! get_js_set_focus moved from ui_view (this is only standalone form).
818    /update_db.php
819 # Fixed debit/credit entry check 
820 $  /gl/gl_journal.php
821 # Restored GET/POST security check on path_to_root
822 $  /config.php
823
824 26-Mar-2008 Janusz Dobrowolski
825 # Bug fixes in purchase module related to tax structure changes.
826 $  /purchasing/includes/supp_trans_class.inc
827    /purchasing/includes/db/invoice_db.inc
828    /purchasing/includes/db/invoice_items_db.inc
829    /purchasing/includes/ui/invoice_ui.inc
830    /reporting/rep105.php
831
832 25-Mar-2008 Janusz Dobrowolski
833 ! Per company pdf, backup and graphics directories in 'company' dir.
834 $  /company (new dir)
835    /company/0 (new dir)
836    /company/0/images/ (new dir)
837    /company/0/images/102.jpg    (moved from inventory/manage/image)
838    /company/0/images/103.jpg    (moved from inventory/manage/image)
839    /company/0/images/104.jpg    (moved from inventory/manage/image)
840    /company/0/images/logo_frontaccounting.jpg   (moved from themes/default/images)
841    /company/0/images/logo_frontaccounting.png   (moved from themes/default/images)
842    /admin/backups.php
843    /admin/create_coy.php
844    /admin/db/maintenance_db.inc
845    /install/index.php
846    /reporting/rep102.php
847    /reporting/rep104.php
848    /reporting/rep202.php
849    /reporting/rep303.php
850    /reporting/rep706.php
851    /reporting/rep707.php
852    /reporting/includes/pdf_report.inc
853    /inventory/manage/items.php
854
855 + jscript component caching (enables browser caching and future compression)
856 $  /includes/session.inc
857    /includes/main.inc
858    /includes/page/header.inc
859    /includes/ui/ui_view.inc
860    /admin/display_prefs.php
861    /config.php
862
863 - Removed obsolete file
864 $  /sales/includes/ui/print_invoice.inc
865
866 21-Mar-2008 Janusz Dobrowolski
867 ! Total Allocation/Left to Allocate update without page submit.
868 $  /includes/ui/ui_view.inc
869    /purchasing/allocations/supplier_allocate.php
870    /sales/allocations/customer_allocate.php
871 # Fixed unvisable under IE editbutton
872 $  /themes/aqua/default.css
873    /themes/cool/default.css
874    /themes/default/default.css
875
876 20-Mar-2008 Janusz Dobrowolski
877 # Excluding delivery notes from Customer Balances, removed warnings. 
878 $  /reporting/rep101.php 
879 # Divide by zero fix on order_price==0 in new supplier invoice
880 $  /purchasing/supplier_invoice_grns.php
881 # Database bug fix in new customer entry
882 $  /sales/manage/customers.php
883 # Small bug fix (warnings) in is_date() function.
884 $  /includes/date_functions.inc
885
886 18-Mar-2008 Janusz Dobrowolski
887 # Line items editor uses POST method - no disappearing shippment info.
888 $  /sales/credit_note_entry.php
889    /sales/sales_order_entry.php
890    /sales/includes/ui/sales_credit_ui.inc
891    /sales/includes/ui/sales_order_ui.inc
892 + Added edit_button_cell() function
893 $  /includes/ui/ui_controls.inc
894 + Helper function for finding indexed submit $_POST vars.
895 $  /includes/ui/ui_input.inc
896 + New class .editbutton for buttons. Default view is link alike.
897 $  /themes/aqua/default.css
898    /themes/cool/default.css
899    /themes/default/default.css
900
901 17-Mar-2008 Janusz Dobrowolski
902 # Added rounding when needed to avoid document non cosistent documents.
903 $  /includes/banking.inc
904    /purchasing/supplier_credit_grns.php
905    /purchasing/supplier_invoice_grns.php
906    /purchasing/includes/supp_trans_class.inc
907    /purchasing/includes/ui/invoice_ui.inc
908    /purchasing/includes/ui/po_ui.inc
909    /reporting/rep107.php
910    /reporting/rep109.php
911    /reporting/rep110.php
912    /reporting/rep209.php
913    /sales/includes/cart_class.inc
914    /sales/includes/ui/sales_credit_ui.inc
915    /sales/includes/ui/sales_order_ui.inc
916    /sales/view/view_credit.php
917    /sales/view/view_dispatch.php
918    /sales/view/view_invoice.php
919    /sales/view/view_sales_order.php
920    /taxes/tax_calc.inc
921 # Sign bug for customer transactions
922 $  /reporting/rep709.php
923 # Include file conflict fix
924 $ /purchasing/includes/ui/invoice_ui.inc
925   /gl/manage/bank_accounts.php
926   /manufacturing/inquiry/where_used_inquiry.php
927   /purchasing/manage/suppliers.php
928   
929 16-Mar-2008 Janusz Dobrowolski
930 + Added javascript add-on for unobtrusive apply javascript handlers to html elements.
931 $  /js/behaviour.js
932    /js/inserts.js
933 + Added javascript source collecting functions
934 $  /includes/main.inc
935 ! Moved check_page_security(); for safe start in case of broken wa_current_user var.
936 + Added global js code collecting arrays  $js_lib, $js_static
937 $  /includes/session.inc
938 ! Changed get_js_user num to add_js_user_num; extended for percent/qty/price formatting
939 $  /includes/ui/ui_view.inc
940 + Added including javascript source colections from $js_lib, $js_static; conditional display for ajax calls
941 $  /includes/page/footer.inc
942    /includes/page/header.inc
943 ! Added including of data_checks.inc
944 $  /includes/ui.inc
945 + User side percent/exrate/qty/price input formatting via onblur handler.
946 $  /admin/gl_setup.php
947    /gl/gl_budget.php
948    /gl/manage/exchange_rates.php
949    /includes/ui/ui_input.inc
950    /inventory/purchasing_data.php
951    /inventory/reorder_level.php
952    /inventory/includes/item_adjustments_ui.inc
953    /inventory/includes/stock_transfers_ui.inc
954    /manufacturing/work_order_entry.php
955    /manufacturing/manage/bom_edit.php
956    /purchasing/po_entry_items.php
957    /purchasing/po_receive_items.php
958    /purchasing/supplier_credit.php
959    /purchasing/supplier_credit_grns.php
960    /purchasing/supplier_invoice_grns.php
961    /purchasing/supplier_trans_gl.php
962    /purchasing/allocations/supplier_allocate.php
963    /purchasing/includes/ui/po_ui.inc
964    /sales/customer_delivery.php
965    /sales/customer_invoice.php
966    /sales/allocations/customer_allocate.php
967    /sales/includes/ui/sales_credit_ui.inc
968    /sales/includes/ui/sales_order_ui.inc
969    /taxes/tax_groups.php
970    /taxes/tax_types.php
971
972 14-Mar-2008 Janusz Dobrowolski
973  + All forms fixed to accept user native numeric format.
974  $ /admin/gl_setup.php
975    /gl/bank_transfer.php
976    /gl/gl_budget.php
977    /gl/gl_deposit.php
978    /gl/gl_journal.php
979    /gl/gl_payment.php
980    /gl/includes/db/gl_db_banking.inc
981    /gl/includes/ui/gl_deposit_ui.inc
982    /gl/includes/ui/gl_journal_ui.inc
983    /gl/includes/ui/gl_payment_ui.inc
984    /gl/manage/exchange_rates.php
985    /inventory/adjustments.php
986    /inventory/cost_update.php
987    /inventory/prices.php
988    /inventory/purchasing_data.php
989    /inventory/reorder_level.php
990    /inventory/transfers.php
991    /inventory/includes/item_adjustments_ui.inc
992    /inventory/includes/stock_transfers_ui.inc
993    /inventory/manage/item_units.php
994    /manufacturing/work_order_entry.php
995    /manufacturing/inquiry/where_used_inquiry.php
996    /manufacturing/manage/bom_edit.php
997    /purchasing/po_entry_items.php
998    /purchasing/po_receive_items.php
999    /purchasing/supplier_credit_grns.php
1000    /purchasing/supplier_invoice_grns.php
1001    /purchasing/supplier_payment.php
1002    /purchasing/supplier_trans_gl.php
1003    /purchasing/allocations/supplier_allocate.php
1004    /purchasing/includes/ui/po_ui.inc
1005    /purchasing/inquiry/po_search.php
1006    /sales/credit_note_entry.php
1007    /sales/customer_credit_invoice.php
1008    /sales/customer_delivery.php
1009    /sales/customer_invoice.php
1010    /sales/customer_payments.php
1011    /sales/sales_order_entry.php
1012    /sales/allocations/customer_allocate.php
1013    /sales/includes/ui/sales_credit_ui.inc
1014    /sales/includes/ui/sales_order_ui.inc
1015    /sales/manage/customers.php
1016    /sales/manage/sales_people.php
1017    /sales/view/view_credit.php
1018    /sales/view/view_dispatch.php
1019    /sales/view/view_invoice.php
1020    /sales/view/view_receipt.php
1021    /sales/view/view_sales_order.php
1022    /taxes/item_tax_types.php
1023    /taxes/tax_groups.php
1024    /taxes/tax_types.php
1025  + User format functions for percent/price/exrate amounts display.
1026  $ /includes/current_user.inc
1027  + Input checking functions for numeric input fields in user native format
1028  $ /includes/data_checks.inc
1029  + Numeric input fields in user native format
1030  $ /includes/ui/ui_input.inc
1031  + Javascript function for conversion to/from user native numeric format.
1032  $ /includes/ui/ui_view.inc
1033  + New class amount for numeric input
1034  $ /themes/aqua/default.css
1035    /themes/cool/default.css
1036    /themes/default/default.css
1037  # Removed warning on adding component
1038    /manufacturing/manage/bom_edit.php
1039  # Quantity display correction
1040    /manufacturing/inquiry/where_used_inquiry.php
1041  # Fixed add_customer_trans() call
1042    /gl/includes/db/gl_db_banking.inc
1043
1044 12-Mar-2008 Joe Hung
1045  + Added update of Units of Measure and converting of deptor_trans records from release 1.XX
1046  - Removed default insertion of Units of Measure. Not neccessary.
1047  $ /sql/alter.sql
1048    /admin/db/maintenance_db.inc (added support for update)
1049
1050 11-Mar-2008 Janusz Dobrowolski
1051  + Table of measure moved into new table item_units
1052  ! Removed $themes[] from config.php, theme list based on directory structure
1053  $ /config.php
1054    /includes/ui/ui_lists.inc
1055    /applications/inventory.php
1056    /inventory/includes/inventory_db.inc
1057    /inventory/includes/db/items_units_db.inc
1058    /inventory/manage/item_units.php
1059    /inventory/manage/items.php
1060    /sql/alter.sql
1061
1062 11-Mar-2008 Joe Hunt
1063  # Small fix for alignment of date and due date label fields in customer_invoice.php and customer_delivery.php
1064  $ /sales/customer_invoice.php
1065    /sales/customer_delivery.php
1066  
1067 10-Mar-2008 Joe Hunt
1068  # Small fix for Template Invoice in sales_order_entry.php on line 363 (duedate for Invoice).
1069  $ /sales/sales_order_entry.php
1070  
1071 10-Mar-2008 Janusz Dobrowolski
1072  + Added price list selector to sales entry (debtor_master gives only default one)
1073  + Added optional submit_on_change parameter to sales ui lists
1074  $ /includes/ui/ui_lists.inc
1075    /sales/sales_order_entry.php
1076    /sales/includes/ui/sales_credit_ui.inc
1077    /sales/includes/ui/sales_order_ui.inc
1078  # Additional PHP5 fixes, do_clone superseded by local ? : constructs
1079  $ /sales/includes/cart_class.inc
1080    /includes/ui/ui_view.inc
1081    /sales/includes/sales_db.inc
1082  # Fixed bogus sales_type lists in edition mode
1083  $ /sales/customer_delivery.php
1084    /sales/customer_invoice.php
1085  # Smaller fixes, cart_class.sales_type name change
1086  $ /sales/includes/ui/sales_credit_db.inc
1087    /sales/credit_note_entry.php
1088    /sales/customer_credit_invoice.php
1089    /sales/includes/cart_class.inc
1090    /sales/includes/db/sales_credit_db.inc
1091    /sales/includes/db/sales_delivery_db.inc
1092    /sales/includes/db/sales_invoice_db.inc
1093    /sales/includes/db/sales_order_db.inc
1094    /sales/includes/ui/sales_credit_ui.inc
1095  # One another pmWiki name conflict removed
1096  $ /admin/display_prefs.php
1097  
1098 09-Mar-2008 Joe Hunt
1099  - Removed redundant form_types functions and the file /reporting/includes/form_types.inc. Removed table form_items
1100  $ /dimensions/includes/dimensions_db.inc
1101    /gl/includes/db/gl_db_banking.inc
1102    /includes/main.inc
1103    /inventory/includes/db/items_adjust_db.inc
1104    /manufacturing/includes/db/work_order_issues_db.inc
1105    /manufacturing/includes/db/work_order_produce_items_db.inc
1106    /manufacturing/includes/db/work_orders_db.inc
1107    /manufacturing/includes/db/work_orders_quick_db.inc
1108    /purchasing/includes/db/grn_db.inc
1109    /purchasing/includes/db/po_db.inc
1110    /purchasing/includes/db/supp_payment_db.inc
1111    /reporting/includes/form_types.inc (File removed)
1112    /sales/includes/db/sales_delivery_db.inc
1113    /sales/includes/db/sales_invoice_db.inc
1114    /sales/includes/db/sales_order_db.inc
1115    /sql/alter.sql
1116  # Bug in calculating exchange rates in Reports Supplier Balances and Customer Balances
1117  $ /reporting/rep101.php
1118    /reporting/rep201.php
1119  # clone replacement do_clone() for both PHP 4 and PHP 5.
1120  $ /includes/ui/ui_view.inc (at the very bottom)
1121    /sales/includes/cart_class.inc
1122    
1123 07-Mar-2008 Janusz Dobrowolski
1124  ! Changed name tax type uniqueness constraint to (name, rate)
1125  $ /includes/ui/ui_lists.inc
1126    /taxes/items_tax_types.php
1127  ! Tax included option moved from tax_group to sales_types table
1128  $ includes/ui/ui_view.inc
1129    /purchasing/includes/ui/invoice_ui.inc
1130    /taxes/tax_calc.inc
1131    /taxes/tax_groups.php
1132    /taxes/db/tax_groups_db.inc
1133    /sql/alter.sql
1134  # Final rewriting of sales module, a lot of bugfixes.
1135  + Template delivery/invoicing
1136  + Concurrent document editing control on sql level
1137  + Most of sales documents are now editable
1138  + Some links to print documents after entry
1139  ! Changed javascript helper function for customer allocations
1140  $ /applications/customers.php
1141    /includes/ui/ui_input.inc
1142    /reporting/rep107.php
1143    /reporting/rep109.php
1144    /reporting/rep110.php
1145    /sales/credit_note_entry.php
1146    /sales/customer_credit_invoice.php
1147    /sales/customer_delivery.php
1148    /sales/customer_invoice.php
1149    /sales/customer_payments.php
1150    /sales/sales_order_entry.php
1151    /sales/allocations/customer_allocate.php
1152    /sales/allocations/customer_allocation_main.php
1153    /sales/includes/cart_class.inc
1154    /sales/includes/sales_db.inc
1155    /sales/includes/sales_ui.inc
1156    /sales/includes/db/cust_trans_db.inc
1157    /sales/includes/db/cust_trans_details_db.inc
1158    /sales/includes/db/custalloc_db.inc
1159    /sales/includes/db/customers_db.inc
1160    /sales/includes/db/payment_db.inc
1161    /sales/includes/db/sales_credit_db.inc
1162    /sales/includes/db/sales_delivery_db.inc
1163    /sales/includes/db/sales_invoice_db.inc
1164    /sales/includes/db/sales_order_db.inc
1165    /sales/includes/db/sales_types_db.inc
1166    /sales/includes/ui/print_invoice.inc
1167    /sales/includes/ui/sales_credit_ui.inc
1168    /sales/includes/ui/sales_order_ui.inc
1169    /sales/inquiry/customer_allocation_inquiry.php
1170    /sales/inquiry/customer_inquiry.php
1171    /sales/inquiry/sales_deliveries_view.php
1172    /sales/inquiry/sales_orders_view.php
1173    /sales/manage/credit_status.php
1174    /sales/manage/sales_types.php
1175    /sales/view/view_credit.php
1176    /sales/view/view_dispatch.php
1177    /sales/view/view_invoice.php
1178    /sales/view/view_receipt.php
1179    /sales/view/view_sales_order.php
1180 # Removed function name conflict with wiki help system
1181    /includes/lang/language.php
1182    
1183 06-Mar-2008 Janusz Dobrowolski
1184  + Wiki help links integration
1185  $ /config.php
1186    /includes/page/header.inc
1187    /includes/lang/language.php
1188  + Optional debuging with xdebug module
1189  $ /index.php
1190    /includes/db/connect_db.inc
1191  ! Concurrent edition fix
1192  $  /includes/systypes.inc
1193  # Table header fix
1194  $  /manufacturing/manage/bom_edit.php
1195  # Menu layout fixes
1196  $ /themes/aqua/renderer.php
1197    /themes/cool/renderer.php
1198    /themes/default/renderer.php
1199  # Removed warning about nonexistent $_GET variable
1200  $ /dimensions/inquiry/search_dimensions.php
1201  # MySQL 3.xx CAST bug fix
1202  $ /includes/db/manufacturing_db.inc
1203    /manufacturing/includes/db/work_order_requirements_db.inc
1204    /manufacturing/inquiry/where_used_inquiry.php
1205
1206 04-Mar-2008 Joe Hunt
1207  ! Changed so that average item material price is automatic updated whenever a PO Delivery is received.
1208    Changed so that a Bill of Materiel, Parent's material price, is automatic updated from underlying items.
1209  $ /inventory/cost_update.php
1210    /purchasing/includes/db/grn_db.inc and
1211    /manufacturing/manage/bom_edit.php. 
1212    /manufacturing/includes/db/work_orders_db.inc
1213    /manufacturing/includes/db/work_orders_quick_db.inc
1214    /manufacturing/work_order_entry.php
1215   
1216 21-Feb-2008 Joe Hunt
1217  + Added Print for documents in /admin/view_print_transaction.php (according to our new routines).
1218  $ /admin/view_print_transaction.php
1219    /applications/setup.php
1220   
1221 17-Feb-2008 Joe Hunt
1222  ! Minor change in menu and function in view_print_transaction.php
1223  $ /admin/view_print_transaction.php
1224    /application/setup.php
1225  + Preparing for print of single documents
1226  $ /reporting/includes/reporting.inc
1227  ! Removing 'out' field in table tax_types
1228  $ /sql/alter.sql
1229    /taxes/tax_types.php
1230    /taxes/db/tax_types_db.inc
1231  + Added 2 functions in ui_input.inc, button and button_cell
1232    /includes/ui/ui_input.inc
1233
1234 11-Feb-2008 Joe Hunt
1235  + Added file, update_db.php, for updating company databases from an SQL script.
1236  $ update_db.php (New file)
1237    update.html
1238   
1239 06-Fef-2008 Joe Hunt
1240  + Added Report, Salesman Listing, rep106.php. 
1241  $ /reporting/reports_main.php
1242    /reporting/rep106.php
1243   
1244 06-Feb-2008 Janusz Dobrowolski
1245  + Separation of customer invoice issue and goods delivery.
1246  + Batch invoicing for more than one delivery
1247  # Corrected inadequate shipping tax calculations.
1248  ! Default debugging status changed to off.
1249  $ /taxes/tax_calc.inc
1250    /taxes/db/tax_groups_db.inc
1251    /admin/db/voiding_db.inc
1252    /applications/customers.php
1253    /includes/systypes.inc
1254    /includes/types.inc
1255    /includes/ui/ui_controls.inc
1256    /includes/ui/ui_lists.inc
1257    /includes/ui/ui_view.inc
1258    /inventory/inquiry/stock_status.php
1259    /reporting/rep105.php
1260    /reporting/rep107.php
1261    /reporting/rep109.php
1262    /reporting/rep110.php 
1263    /reporting/rep209.php
1264    /reporting/reports_main.php
1265    /reporting/includes/doctext.inc
1266    /reporting/includes/doctext2.inc
1267    /reporting/includes/form_types.inc
1268    /reporting/includes/pdf_report.inc
1269    /reporting/includes/reports_classes.inc
1270    /sales/customer_credit_invoice.php
1271    /sales/customer_invoice.php
1272    /sales/sales_order_entry.php
1273    /sales/customer_delivery.php 
1274    /sales/includes/db/sales_delivery_db.inc 
1275    /sales/includes/ui/print_invoice.inc 
1276    /sales/includes/cart_class.inc
1277    /sales/includes/sales_db.inc
1278    /sales/includes/db/cust_trans_db.inc
1279    /sales/includes/db/cust_trans_details_db.inc
1280    /sales/includes/db/sales_credit_db.inc
1281    /sales/includes/db/sales_invoice_db.inc
1282    /sales/includes/db/sales_order_db.inc
1283    /sales/includes/ui/sales_order_ui.inc
1284    /sales/inquiry/customer_allocation_inquiry.php
1285    /sales/inquiry/customer_inquiry.php
1286    /sales/inquiry/sales_orders_view.php
1287    /sales/inquiry/sales_deliveries_view.php 
1288    /sales/view/view_dispatch.php
1289    /sales/view/view_invoice.php
1290    /sales/view/view_sales_order.php
1291    /sql/alter.sql
1292    config.php
1293   
1294 01-Feb-2008 Joe Hunt
1295  ! Changed so sales orders can have more than one row with the same stock_id. In alter.sql.
1296  $ /sales/includes/cart_class.inc
1297    /sales/includes/db/sales_credit_db.inc
1298    /sales/includes/db/sales_invoice_db.inc
1299    /sales/includes/db/sales_order_db.inc
1300    /sales/includes/db/cust_trans_details_db.inc
1301    /sales/includes/ui/sales_order_ui.inc
1302    /sales/includes/ui/sales_credit_ui.inc
1303    /sales/credit_note_entry.php
1304    /sales/customer_credit_invoice.php
1305    /sales/sales_order_entry.php
1306    /sales/customer_invoice.php
1307
1308 31-Jan-2008 Joe Hunt
1309  ! New Release 2.0 Pre Alpha
1310  $ config.php
1311  # Fixed a release 2 related bug in create_coy.php
1312  $ /admin/create_coy.php
1313  + An alter.sql file to use for updating databases. Until the update_db.php is ready, you can use the install/update companies
1314    and select the companies one by one and upload the alter.sql file to all companies. You can still run the release 2
1315    with these databases changes without any new files. They are coming as soon as possible.
1316  $ /sql/alter.sql (New file)  
1317  # Fixed a release 2 related bug. A field in supp_trans_items were declared as integer(11). Changed to VARCHAR(11) in alter.sql
1318    and 2 related files
1319  $ /purchasing/supplier_trans_gl.php
1320    /purchasing/includes/db/invoice_items_db.inc
1321  ! Moved variables $no_item_list, $no_customer_list and $no_supplier_list in config.php to company table
1322  $ /includes/ui/ui_lists.inc
1323    /purchasing/includes/ui/po_ui.inc
1324    /sales/includes/ui/sales_order_ui.inc
1325    /admin/company_preferences.php
1326    /admin/db/company_db.inc
1327    config.php
1328  + Created 3 new fields in salesman table for provision, break point and provision2. Included in alter.sql. 
1329    Update sales_people.php.Preparing for a new Salesman report with provision etc. Selected with time range. Should be very good.
1330  $ /sales/manage/sales_people.php
1331    /includes/ui/ui_input.inc
1332  
1333 -------------------- 2,0 Pre Alpha - above ----------------------------
1334 31-Jan-2008 Janusz Dobrowolski
1335  # Minor bugfix in db_import()
1336  $ /admin/db/maintenance_db.inc
1337  
1338 30-Jan-2008 Janusz Dobrowolski
1339  # Minor display fix in tax_types.php
1340  $ /taxes/tax_types.php
1341  ! Format cleanup on some files.
1342  $ /gl/includes/gl_db.inc
1343    /gl/includes/gl_ui.inc
1344    /applications/application.php
1345    frontaccounting.php
1346    index.php
1347    
1348 -------------------- 1.16 Stable Released ----------------------
1349 28-Jan-2008 Joe Hunt
1350  + Added a possibility to replace the normal listboxes for items, customer and/or suppliers with a search box.
1351    The listboxes can only hold about 1000 items. New variables in config.php, $no_item_list, $no_customer_list 
1352    and $no_supplier_list. Default is the normal behavior for all listboxes.
1353  $ /includes/ui/ui_lists.inc
1354    /sales/includes/ui/sales_orders_ui.inc
1355    /purchases/includes/ui/po_ui.inc
1356    /themes/default/images/locate.png (New file)
1357    config.php
1358
1359  + Added ALTER TABLE possibility in db_import. For future releases.
1360  $ /admin/db/maintenence_db.inc  
1361
1362  # Removed warnings 'Call-time pass-by-reference' in /includes/db/connect_db.inc and /includes/ui/ui_lists.inc
1363  # Fixed File not found when loading local stylesheet.css (for other languages) in /includes/page/header.inc
1364  $ /includes/db/connect_db.inc
1365    /includes/ui/ui_lists.inc
1366    /includes/page/header.inc
1367    /access/login.php
1368    
1369 16-Jan-2008 Joe Hunt
1370  # When login screen is displayed after session timeout page content is broken. It
1371    is because of NOT using absolute paths in href attribute theme elements.
1372  $ /access/login.php
1373  
1374 30-Dec-2007 Joe Hunt
1375  # Minor adjustments in function db_export on line 325
1376  $ /admin/db/maintenance_db.inc
1377  
1378 29-Dec-2007 Joe Hunt
1379  + Added a variable, $print_invoice_no, in config.php for printing the invoice number instead of invoice reference.
1380  $ config.php
1381  
1382  # Fixed a bug when exporting database. Exported NULL field values from NO to empty field (from mysql version 5.0.32).
1383    Also fixed a unneccessary str_replace when importing sql scripts.
1384  ! Changed the PDF presentation to deleting the Javascript cache before presentation.
1385  $ /admin/db/maintenance_db.inc
1386    /reporting/includes/pdf_report.inc
1387    
1388 13-Dec-2007 Joe Hunt
1389  # Still bugs in trial balances and account inquiry on screen when selecting non balance accounts. Fixed.
1390  $ /gl/inquiry/gl_trial_balance.php
1391    /gl/inquiry/gl_account_inquiry.php
1392
1393 13-Dec-2007 Joe Hunt
1394  # Fixed a bug when voiding a transaction (Journal Entry). An eventually underlying bank transfer was not voided.
1395  $ /admin/db/voiding_db.inc
1396  
1397 06-Dec-2007 Joe Hunt
1398  # Fixed a bug when adding lines during Payments to suppliers, the supplier was set back to the first.
1399  $ /gl/gl_payment.php
1400    /gl/includes/ui/gl_payment_ui.inc
1401    
1402  ! Changed $loc_notification to be set to 0 instead of 1.
1403  $ config.php
1404  
1405 -------------------- 1.15 Stable Released ----------------------
1406 05-Dec-2007 Joe Hunt
1407  + Added email notification to stock location when available stock is below reorder level
1408  $ config.php
1409    /sales/includes/db/sales_order_db.inc
1410    
1411  # Fixed bugs in Open balances when account is not a balance account
1412  $ /gl/inquiry/gl_trial_balance.php
1413    /gl/inquiry/gl_account_inquiry.php
1414    /reporting/rep704.php
1415    /reporting/rep708.php
1416    
1417 -------------------- 1.14 Stable Released ----------------------
1418 01-Oct-2007 Joe Hunt
1419  ! Major change in the installation of modules to also accept an SQL-file for upload.
1420  $ config.php
1421    /admin/inst_module.php
1422    /admin/db/maintenance_db.inc
1423    
1424 30-Sep-2007 Joe Hunt
1425  # The following files were still vulnerable. Fixed
1426  $ /access/login.php
1427    /includes/lang/language.php
1428
1429 -------------------- 1.13 Stable Released ----------------------
1430 14-Sep-2007 Joe Hunt
1431  + Added optional link for electronic payment on invoices (PayPal). 
1432  ! Better support for install/update languages.  
1433  ! Minor adjustments
1434  # Fixed a vulnerable item in config.php
1435  $ config.php
1436
1437 14-Sep-2007 Joe Hunt
1438  # We forgot to upload the PO file when installing new language. Used when GETTEXT is not installed on Server.
1439  # config.php has been vulnerable. Fixed.
1440  $ /admin/inst_lang.php
1441  $ config.php
1442  
1443 10-Sep-2007 Joe Hunt
1444  ! Changed Bank Address field from text to textarea (multirows)
1445  $ /gl/manage/bank_accounts.php
1446  
1447 06-Sep-2007 Joe Hunt
1448  + Added optional link for electronic payment on invoices (PayPal)
1449  $ /reporting/reports_main.php
1450    /reporting/rep107.php
1451    /reporting/includes/report_classes.inc
1452    /reporting/includes/pdf_report.inc
1453    /reporting/includes/doc_text.inc
1454    /reporting/includes/doc_text2.inc
1455    
1456 23-Aug-2007 Joe Hunt
1457  # Unnecessary parameter ($db) in check_for_recursive_bom
1458  $ /manufacturing/manage/bom_edit.php
1459  
1460 21-Aug-2007 Joe Hunt
1461  # Bug in /includes/lang/gettext.php (249) affecting changing language!
1462  $ /includes/lang/gettext.php
1463  
1464 08-Aug-2007 Joe Hunt
1465  # Minor adjustments
1466  $ config.php
1467    /access/login.php
1468    /admin/create_coy.php
1469    /reporting/includes/pdf_report.inc
1470    
1471 04-Aug-2007 Joe Hunt
1472  + Added a default fiscal year in the en_US-new.sql and start references.
1473  $ /sql/en_US-new.sql
1474  ! Changed some specific text strings in en_US.po (E.g. TAX instead of VAT)
1475  $ /lang/en_US/LC_MESSAGES/en_US.mo
1476  
1477 03-Aug-2007 Joe Hunt
1478  # A bug in Direct Invoicing (wrong Invoice Date) has been fixed.
1479  $ /sales/includes/db/sales_order_db.inc
1480  
1481 23-Jul-2007 Joe Hunt
1482  # Changed <? in front of 2 files to <?php.
1483  $ /purchasing/includes/purchasing_ui.inc
1484    /reporting/includes/class.mail.inc
1485    
1486 -------------------- 1.12 Stable Released ----------------------
1487 21-Jul-2007 Joe Hunt
1488  + Added option to handle Jalali and Islamic Calendars
1489  ! Minor adjustments
1490  $ config.php
1491    /gl/includes/db/gl_db_trans.inc
1492    /includes/date_functions.inc
1493    /includes/ui/ui_input.inc
1494    /includes/ui/ui_lists.inc
1495    /includes/ui/ui_view.inc
1496    /purchasing/po_receive_items.php
1497    /purchasing/includes/ui/invoice_ui.inc
1498    /purchasing/includes/ui/po_ui.inc
1499    /reporting/rep705.php
1500    /sales/includes/db/sales_order_db.inc
1501    /sales/includes/ui/sales_order_ui.inc
1502    
1503 20-Jul-2007 Joe Hunt
1504  ! Changed parameters on report Sales Order. Option to print as Quote.
1505  $ /reporting/reports_main.php
1506    /reporting/rep109.php
1507    /reporting/includes/pdf_report.inc
1508    /reporting/includes/doctext.inc
1509    /reporting/includes/doctext2.inc
1510  
1511 19-Jul-2007 Joe Hunt
1512  + Added Budget Entry in General Ledger. Includes Dimensions.
1513  $ config.php
1514    /applications/generalledger.php
1515    /gl/gl_budget.php (New File!)
1516    /gl/includes/db/gl_db_trans.inc
1517    /includes/date_functions.inc
1518    /reporting/report_classes.inc
1519    
1520 -------------------- 1.11 Stable Released ----------------------
1521 04-Jul-2007 Joe Hunt
1522  ! Option for using alpha numeric chart of accounts.
1523  $ config.php
1524    /gl/manage/gl_accounts.php
1525    /gl/includes/db/gl_db_accounts.inc
1526    /gl/includes/db/gl_db_bank_trans.inc
1527    /gl/includes/db/gl_db_trans.inc
1528    /gl/inquiry/gl_trial_balance.inc
1529    /admin/db/company_db.inc
1530    /inventory/includes/db/items_db.inc
1531    /sales/manage/customer_branches.inc
1532
1533 04-Jul-2007 Joe Hunt
1534  # Problems retrieving language texts for poEdit in long javascripts
1535  $ /includes/ui/ui_view.inc
1536  
1537 04-May-2007 Joe Hunt
1538  # Database error when updating more than one item row in Sales Orders.
1539  $ /sales/includes/db/sales_order_db.inc
1540  # Database error when inserting work order issues. Fixed.
1541  $ /manufacturing/includes/db/work_order_issues_db.inc
1542  
1543 03-May-2007 Joe Hunt
1544  # Multiple tables and JOIN's have syntax changes in MySQL 5.0.12. Need parentheses.
1545  $ /includes/db/manufacturing_db.inc
1546    /manufacturing/includes/db/work_order_requirements_db.inc
1547
1548 02-May-2007 Joe Hunt
1549  # Missing details on Purchase Order when emailing and printing
1550  $ /reporting/rep209.php
1551  
1552 -------------------- 1.1 Stable Released ----------------------
1553 02-May-2007 Joe Hunt
1554  + Enabled module addons and all the below bugfixes. No changes in database structure.
1555  - Removed /sql/basic.sql (included in the other sql files)
1556  - Removed /themes/default/images/left.gif and /themes/default/images/right.gif 
1557    (not needed anymore).
1558  + Addition of update.html  
1559  $ /admin/inst_module.php (New file!)
1560    /applications/customers.php
1561    /applications/dimensions.php
1562    /applications/generalledger.php
1563    /applications/inventory.php
1564    /applications/manufacturing.php
1565    /applications/setup.php
1566    /applications/suppliers.php
1567    /install/index.php
1568    /install/save.php
1569    /modules/inst_modules.php (New folder and new file!)
1570    /modules/index.php (New file!)
1571    /sql/en_US-demo.sql
1572    /sql/en_US-new.sql
1573    install.html
1574    update.html (New file!)
1575    
1576 01-May-2007 Joe Hunt
1577  # Missing measure of units when printing sales orders
1578  # Update of Sales People caused a database error
1579  $ /sales/manage/sales_people.php
1580    /reporting/rep109.php
1581  
1582 30-Apr-2007 Joe Hunt
1583  + The selected menu tab is now shown with same background as hover color.
1584  $ config.php (default tab line 77. Change if you want)
1585    /includes/page/header.inc
1586    
1587 28-Apr-2007 Joe Hunt
1588  # When saving work order entries a lot of debug boxes appeared. Fixed
1589  # When clicking on the link, Issue, on work order inquires an empty screen appeared. Fixed
1590  # When retrieving work centres id's there was a database error. Fixed by casting string to unsigned
1591  $ /includes/db/manufacturing_db.inc
1592    /manufacturing/work_order_entry.php
1593    /manufacturing/includes/work_order_issue_ui.inc
1594    /manufacturing/includes/db/work_order_requirements_db.inc
1595    /manufacturing/includes/db/work_orders_quick_db.inc
1596    /manufacturing/inquiry/where_used_inquiry.php
1597    
1598 25-Apr-2007 Joe Hunt
1599  # Missing Date Picker
1600  $ /sales/customer_invoice.php
1601  # No JS popup window
1602  $ /sales/view/view_invoice.php
1603  
1604 24-Apr-2007 Joe Hunt
1605  ! New and better Date Picker, better cool theme.
1606  $ /includes/ui/ui_input.inc
1607    /includes/ui/ui_view.inc
1608    /reporting/includes/reports_classes.inc
1609    /themes/cool/default.css
1610
1611 -------------------- 1.0.1 Stable Released ----------------------
1612 23-Apr-2007 Joe Hunt
1613  ! Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker,
1614    the changes for selection lists customers/suppliers and the Audit Trail.
1615
1616 22-Apr-2007 Joe Hunt
1617  ! Changed the two selection lists for customers/suppliers in reports to a single one with
1618    No Filter
1619  ! Changed the sort order in these selection lists from id to name.
1620  + Added Audit Trail in GL trans. A switch in config.php, $use_audit_trail, must be set to 1.
1621  $ /reporting/reports_main.php
1622    /reporting/rep101.php
1623    /reporting/rep102.php
1624    /reporting/rep201.php
1625    /reporting/rep202.php
1626    /reporting/rep203.php
1627    /reporting/rep204.php
1628    /reporting/includes/reports_classes.inc
1629    /includes/ui/ui_lists.inc
1630    /gl/includes/db/gl_db_trans.inc
1631    config.php
1632    
1633 22-Apr-2007 Joe Hunt
1634  + Date Picker for all date fields.
1635  $ config.php
1636    /admin/fiscalyears.php
1637    /admin/void_transaction.php
1638    /includes/ui/ui_view.inc
1639    /includes/ui/ui_input.inc
1640    /dimensions/dimension_entry.php
1641    /dimensions/inquiry/search_dimensions.php
1642    /gl/gl_journal.php
1643    /gl/gl_deposit.php
1644    /gl/gl_payment.php
1645    /gl/bank_transfer.php
1646    /gl/inquiry/bank_inquiry.php
1647    /gl/inquiry/gl_account_inquiry.php
1648    /gl/inquiry/gl_trial_balance.php
1649    /gl/manage/exchange_rates.php
1650    /inventory/adjustments.php
1651    /inventory/transfers.php
1652    /inventory/inquiry/stock_movements.php
1653    /inventory/manage/items.php
1654    /manufacturing/work_order_add_finished.php
1655    /manufacturing/work_order_entry.php
1656    /manufacturing/work_order_issue.php
1657    /manufacturing/work_order_release.php
1658    /purchasing/supplier_payment.php
1659    /purchasing/po_entry_items.php
1660    /purchasing/po_receive_items.php
1661    /purchasing/supplier_credit.php
1662    /purchasing/supplier_credit_grns.php
1663    /purchasing/supplier_invoice.php
1664    /purchasing/supplier_invoice_grns.php
1665    /purchasing/supplier_trans_gl.php
1666    /purchasing/includes/ui/po_ui.inc
1667    /purchasing/inquity/po_search.php
1668    /purchasing/inquiry/po_search_completed.php
1669    /purchasing/inquiry/supplier_allocation_inquiry.php
1670    /purchasing/inquiry/supplier_inquiry.php
1671    /reporting/reports_main.php
1672    /reporting/includes/reports_classes.inc
1673    /sales/credit_note_entry.php
1674    /sales/customer_credit_invoice.php
1675    /sales/customer_payments.php
1676    /sales/sales_order_entry.php
1677    /sales/includes/ui/sales_order_ui.inc
1678    /sales/inquiry/customer_allocation_inquiry.php
1679    /sales/inquiry/customer_inquiry.php
1680    /sales/inquiry/sales_orders_view.php
1681    New image files:
1682    /themes/default/images/cal.gif
1683    /themes/default/images/next.gif
1684    /themes/default/images/prev.gif
1685
1686 19-Apr-2007 Joe Hunt
1687  # Bug no 1703895, Account numbers are varchars, need quotes, fixed
1688  # Bug no 1703891, Reserved MySQL words used as column names, fixed
1689  $ /taxes/db/tax_types_db.inc
1690
1691  # Bug no 1703888, Apostrophes and other unescaped characters, fixed
1692  $ /gl/manage/gl_accounts.php
1693    /gl/includes/db/gl_db_accounts.inc
1694    /includes/ui/ui_input.inc
1695
1696 18-Apr-2007 Joe Hunt
1697  # Bug no 1702594, Logon Loop, fixed
1698  $ config.php
1699
1700 -------------------- 1.0a Stable Released ----------------------
1701 10-Apr-2007 Joe Hunt
1702  ! Release 1.0a established on SourceForge, fixing the bugs.
1703
1704 11-Apr-2007 Joe Hunt
1705  # Bug No 1698214, Creating Items, fixed
1706  $ /includes/ui/ui_lists.inc
1707  # Bug no 1698216, Item Movements, fixed
1708  $ /inventory/manage/items.php
1709
1710 -------------------- 1.0 Stable Released ----------------------
1711 10-Apr-2007 Joe Hunt
1712  ! Release 1.0 established on SourceForge.
1713
1714 2. Copyright and disclaimer
1715 ---------------------------
1716 This application is opensource software released under the GPL.  Please
1717 see source code and the LICENSE file