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