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