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