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