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