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