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