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