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