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